|
1 | 1 | { |
2 | | - "root": "PrMers-v99.73-Aevum-PFA9-Force-Adaptive-exp11", |
3 | | - "version": "4.20.67-alpha-v99.73-aevum-pfa9-force-adaptive-exp11", |
4 | | - "feature": "force-adaptive explicit type-4 PFA9 requests with full-path diagnostic escape", |
5 | | - "file_count": 422, |
| 2 | + "root": "PrMers-v99.74-Aevum-Pow2-Type4-LeadCache-exp12", |
| 3 | + "version": "4.20.68-alpha-v99.74-aevum-pow2-type4-lead-cache-exp12", |
| 4 | + "feature": "explicit power-of-two FFT323161 with deferred LEAD_WIDTH/carryFused register squaring", |
| 5 | + "file_count": 432, |
6 | 6 | "files": [ |
7 | 7 | ".github/workflows/build_linux.yml", |
8 | 8 | ".github/workflows/build_mac_os.yml", |
|
14 | 14 | "LICENSES/PrMers-MIT.txt", |
15 | 15 | "LICENSES/README.md", |
16 | 16 | "MANIFEST_NATIVE_PFA.json", |
| 17 | + "MODIFICATIONS.md", |
17 | 18 | "Makefile", |
18 | 19 | "NOTICE.md", |
19 | 20 | "README.md", |
20 | 21 | "README_AEVUM_REG.md", |
21 | 22 | "README_NATIVE_AEVUM_PFA.md", |
| 23 | + "README_POW2_TYPE4_LEAD_CACHE.md", |
22 | 24 | "README_TYPE4_PFA9.md", |
| 25 | + "RELEASE_EXP12.md", |
23 | 26 | "build_and_test_native_pfa_ubuntu.sh", |
24 | 27 | "chainpm1.sh", |
25 | 28 | "chainpm1old.sh", |
|
91 | 94 | "kernels/marin.cl", |
92 | 95 | "kernels/prmers.cl", |
93 | 96 | "prmers.ipynb", |
| 97 | + "scripts/bench_pow2_type4_ubuntu.sh", |
94 | 98 | "scripts/benchmark_aevum_vs_marin.sh", |
95 | 99 | "scripts/build_native_pfa.sh", |
96 | 100 | "scripts/build_native_pfa_ubuntu.sh", |
|
154 | 158 | "tests/aevum_apple_fused_tailsquare_test.py", |
155 | 159 | "tests/aevum_fake_engine.cpp", |
156 | 160 | "tests/aevum_pm1_small_factor_policy_test.py", |
| 161 | + "tests/aevum_pow2_type4_source_test.py", |
157 | 162 | "tests/aevum_vtrace_prepared_cache_test.py", |
158 | 163 | "tests/apple_strict_smoke_source_test.py", |
159 | 164 | "tests/macos_default_marin_policy_test.py", |
|
199 | 204 | "third_party/aevum/README_GPUOWL.md", |
200 | 205 | "third_party/aevum/README_GPUOWL_LEGACY.txt", |
201 | 206 | "third_party/aevum/README_NATIVE_PFA.md", |
| 207 | + "third_party/aevum/README_POW2_TYPE4_LEAD_CACHE.md", |
202 | 208 | "third_party/aevum/README_TYPE4_PFA9.md", |
203 | 209 | "third_party/aevum/SP/Gpu.cpp", |
204 | 210 | "third_party/aevum/SP/Gpu.h", |
|
226 | 232 | "third_party/aevum/scripts/check_macos_minos.sh", |
227 | 233 | "third_party/aevum/scripts/install_ubuntu_dependencies.sh", |
228 | 234 | "third_party/aevum/scripts/test_native_pfa_gpu.sh", |
| 235 | + "third_party/aevum/scripts/test_pow2_type4_lead_cache_ubuntu.sh", |
229 | 236 | "third_party/aevum/scripts/test_type4_pfa9_ubuntu.sh", |
230 | 237 | "third_party/aevum/src/AllocTrac.cpp", |
231 | 238 | "third_party/aevum/src/AllocTrac.h", |
|
391 | 398 | "third_party/aevum/tests/apple_readchecked_double_sync_test.py", |
392 | 399 | "third_party/aevum/tests/check_macos_minos.sh", |
393 | 400 | "third_party/aevum/tests/engine_api_load_test.cpp", |
| 401 | + "third_party/aevum/tests/engine_lead_cache_test.py", |
394 | 402 | "third_party/aevum/tests/engine_small_factor_gpu_test.cpp", |
395 | 403 | "third_party/aevum/tests/fft3161_exact_plan_test.py", |
396 | 404 | "third_party/aevum/tests/gpu_init_order_test.py", |
|
401 | 409 | "third_party/aevum/tests/opencl12_syntax_test.sh", |
402 | 410 | "third_party/aevum/tests/opencl_monolithic_source_test.cpp", |
403 | 411 | "third_party/aevum/tests/opencl_standard_test.cpp", |
| 412 | + "third_party/aevum/tests/pow2_type4_lead_cache_compare.cpp", |
| 413 | + "third_party/aevum/tests/pow2_type4_opencl_syntax.sh", |
404 | 414 | "third_party/aevum/tests/run_aevum_apple_plane_isolation_v5.sh", |
405 | 415 | "third_party/aevum/tests/run_aevum_apple_stage_trace_v4.sh", |
406 | 416 | "third_party/aevum/tests/source_audit.sh", |
|
0 commit comments