dylanyunlon 68d500c960 test: add scan tuning verification — union SMEM model from agent_scan.cuh
Tests scan SMEM safety (7/7 pass), delay parameter scaling from SM100,
and tile size comparison. Key insight: agent_scan.cuh _TempStorage is
a UNION — BlockLoad, BlockStore, BlockScan share SMEM. Peak = max(tile,
scan_scratch), NOT tile + scan_scratch.

8B structs at 99% SMEM utilization (48640/49152) are valid under union model.
Initial test had false SMEM overflow alarm (used sum model).
2026-08-07 03:16:44 +00:00
2026-07-30 17:03:23 +08:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%