Expand description
Real CUDA GPU backend using AtlasRegistry.
SBIO IORouter: all CUDA operations flow through GpuBackend.
Uses AtlasRegistry for kernel loading/launching and raw CUDA
driver API for memory management.
Modules§
- tensormap
- TMA descriptors (
CUtensorMap) forcp.async.bulk.tensorloads.
Structs§
- Atlas
Cuda Backend - Production GPU backend wrapping AtlasRegistry + raw CUDA driver API.
Functions§
- cuda_
free_ memory_ bytes - Query GPU free memory without requiring a GpuBackend reference. Safe to call from any thread that shares the CUDA context.
- spawn_
oom_ watchdog - Start the OOM watchdog, or return
Noneif one is already running.