easy-async-opencl3 0.1.2

A declarative, multi-device asynchronous executor for OpenCL based on cl3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod cl_context;
pub mod cl_device;
pub mod cl_platform;
pub mod formatter;
pub mod macros;
pub mod cl_command_queue;
pub mod releaseable;
pub mod cl_program;
pub mod cl_kernel;
pub mod cl_event;
pub mod cl_buffer;
pub mod memory_flags;
pub mod cl_svm_buffer;
pub mod cl_image;
pub mod cl_pipe;