parenchyma 0.0.33

A high-performance computing (HPC) framework
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use self::context::OpenCLContext;
pub use self::device::OpenCLDevice;
pub use self::event::OpenCLEvent;
pub use self::framework::OpenCL;
pub use self::image::OpenCLImage;
pub use self::memory::OpenCLMemory;

mod context;
mod device;
mod event;
mod framework;
mod image;
mod memory;