Module device

Module device 

Source
Expand description

Device-context wrapper + per-hardware constants.

sm121 is a pure-constants module (NUM_SMS, SMEM_PER_SM, …) that kernel-launch heuristics in spark-model consume regardless of the active backend — keeping it always-compiled lets metal-feature builds reuse the same dispatch tables and code paths.

AtlasDevice is the cudarc-wrapped device handle, gated behind the cuda feature.

Modules§

sm121
SM121 hardware constants for DGX Spark GB10.

Structs§

AtlasDevice
Wrapper around a cudarc CudaContext with SM121-specific configuration.