BLOCK_MEMORY_SIZE

Constant BLOCK_MEMORY_SIZE 

Source
pub const BLOCK_MEMORY_SIZE: usize = _; // 32_768usize
Expand description

Block memory size for cache-optimized iteration (L1 cache target).

Operations are blocked into tiles that fit within this size to maximize cache hits. Default: 32KB (typical L1 data cache size).