TARGET_SM_COUNT

Constant TARGET_SM_COUNT 

Source
pub const TARGET_SM_COUNT: u32 = 48;
Expand description

Streaming multiprocessors on the hardware this binary’s kernels were built for, from kernels/<hw>/HARDWARE.toml [hardware] sm_count.

Cross-checked at boot against the driver’s own CU_DEVICE_ATTRIBUTE_MULTIPROCESSOR_COUNT (spark_runtime::cuda_backend::arch_preflight::check_sm_count), which WARNS on a mismatch and names both numbers.