You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: Cache num_sms for CUDA graph safety in kbit launchers
Replace per-call cudaGetDevice()/cudaDeviceGetAttribute() with a cached
static function cachedNumSMs(). This removes CUDA runtime API calls from
the kernel launch path, making kbitGemmProd, kbitGroupedGemmProd, and
kbitScalarGemvTiledV2 safe for CUDA graph capture.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments