Skip to main content

GPU_BATCH_MIN

Constant GPU_BATCH_MIN 

Source
pub const GPU_BATCH_MIN: usize = 1_000;
Expand description

Minimum number of pairs required to justify the GPU kernel launch overhead. Below this threshold DeviceComparator silently falls back to the CPU path.