blaze-rs 1.0.3

A Rustified OpenCL Experience
Documentation
1
2
3
4
5
6
7
flat_mod!(error, platform, program, queue, kernel);

pub mod device;
pub use device::RawDevice;

#[cfg(feature = "cl2")]
flat_mod!(pipe);