Skip to main content

gpu_mul_channel

Function gpu_mul_channel 

Source
pub fn gpu_mul_channel(a: u64, b: u64, m: u64) -> u64
Expand description

Reference implementation of one GPU thread’s multiply: (a * b) % m.