68d500c960d6f6b4890f5a9be31b68093705f7fa
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).
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%