jgrusewski
789fb50dfe
perf(cuda): Wave 3 — TMA bulk async tile loads for Hopper (sm_90+)
Add cp.async.bulk.shared::cta.global tile loads guarded by
#if __CUDA_ARCH__ >= 900 in common_device_functions.cuh:
- cooperative_load_tile_tma(): thread-0-only bulk copy via inline PTX,
freeing 31 warp threads for compute overlap. 16KB chunks with
commit_group/wait_group barrier.
- cooperative_load_tile_float4(): renamed original for fallback.
- cooperative_load_tile(): dispatch wrapper (compile-time selection).
Architecture-aware NVRTC compilation (compile_ptx_for_device):
- Queries GPU compute capability, passes -arch=compute_XX to NVRTC.
- Enables __CUDA_ARCH__ in kernels so TMA guard activates on Hopper.
- Wired into all 3 runtime compilation sites (experience collector,
backtest evaluator, PPO collector).
Also fixes pre-existing clippy: vh * 1 identity op in weight estimate.
79 cuda_pipeline tests pass, 0 clippy errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 22:45:13 +01:00
..
2026-03-01 22:47:39 +01:00
2026-03-11 08:46:58 +01:00
2026-03-05 00:22:04 +01:00
2026-03-01 22:47:39 +01:00
2026-03-07 23:28:18 +01:00
2026-03-01 22:47:39 +01:00
2026-03-01 22:47:39 +01:00
2026-03-11 22:45:13 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 13:18:57 +01:00
2026-03-10 13:18:57 +01:00
2026-03-11 22:05:01 +01:00
2026-03-01 22:47:39 +01:00
2026-03-10 13:18:57 +01:00
2026-03-11 22:05:01 +01:00
2026-03-11 22:00:13 +01:00
2026-03-10 13:18:57 +01:00
2026-03-10 13:18:57 +01:00
2026-03-11 00:46:53 +01:00
2026-03-11 22:00:13 +01:00
2026-03-10 11:51:31 +01:00
2026-03-08 15:17:22 +01:00
2026-03-11 22:00:13 +01:00
2026-03-10 12:12:14 +01:00
2026-03-10 13:18:57 +01:00
2026-03-08 15:17:22 +01:00
2026-03-10 11:17:51 +01:00
2026-03-10 13:18:57 +01:00
2026-03-11 22:00:13 +01:00
2026-03-10 13:18:57 +01:00
2026-03-10 13:18:57 +01:00
2026-03-01 22:47:39 +01:00
2026-03-05 23:19:38 +01:00
2026-03-01 22:47:39 +01:00
2026-03-01 22:47:39 +01:00
2026-03-05 00:18:58 +01:00
2026-03-01 22:47:39 +01:00
2026-03-03 22:16:35 +01:00