pub fn gpu<const N: usize>(
execp: ExecutionPolicy<N>,
kernel: SerialForKernelType<'_, N>,
) -> Result<(), DispatchError>
Expand description
GPU Dispatch routine of for
statements. UNIMPLEMENTED
pub fn gpu<const N: usize>(
execp: ExecutionPolicy<N>,
kernel: SerialForKernelType<'_, N>,
) -> Result<(), DispatchError>
GPU Dispatch routine of for
statements. UNIMPLEMENTED