dylanyunlon 142568072a fix(common.cuh): add threads >= 32 floor in scale_mem_bound
Defensive guard: if SMEM cap computes max_threads_by_smem < 32
(or rounds to 0), floor at 32 (one warp). Prevents launching
0 threads which is undefined behavior.
2026-08-01 01:29:47 +08:00
2026-07-30 17:03:23 +08:00

project_6

Description
No description provided
Readme 156 MiB
Languages
C++ 41.5%
Cuda 31.3%
Python 22.8%
C 2.1%
CMake 1.1%
Other 1.1%