Skip to main content

GPU_DISPATCH_THRESHOLD

Constant GPU_DISPATCH_THRESHOLD 

Source
pub const GPU_DISPATCH_THRESHOLD: usize = 256;
Expand description

Threshold for automatic GPU dispatch. Below this count, CPU is often faster due to GPU overhead.