pub fn gpu_div(
a: &CudaBuffer<f32>,
b: &CudaBuffer<f32>,
device: &GpuDevice,
) -> GpuResult<CudaBuffer<f32>>Expand description
Elementwise division: out[i] = a[i] / b[i].
pub fn gpu_div(
a: &CudaBuffer<f32>,
b: &CudaBuffer<f32>,
device: &GpuDevice,
) -> GpuResult<CudaBuffer<f32>>Elementwise division: out[i] = a[i] / b[i].