custos 0.7.0

A minimal OpenCL, WGPU, CUDA and host CPU array manipulation engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod element_wise;
mod transpose;

pub use element_wise::*;

mod cpu;

#[cfg(feature = "opencl")]
mod opencl;

#[cfg(feature = "wgpu")]
mod wgpu;