ha-ndarray 0.3.0

A hardware-accelerated n-dimensional array
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "opencl")]
    pkg_config::Config::new()
        .atleast_version("2.0")
        .probe("OpenCL")
        .unwrap();
}