pub const MAX_DYNAMIC_SMEM: u32 = 101_376;Expand description
Largest dynamic shared-memory block a kernel may opt into on the GB10 target.
Measured on the device (sm_121):
CU_DEVICE_ATTRIBUTE_MAX_SHARED_MEMORY_PER_BLOCK_OPTIN = 101376
(static default is only 49152; per-SM total is 102400).