Re-exports§
pub extern crate open_cl_sys as ffi;pub extern crate open_cl_low_level;pub use buffer::Buffer;pub use command_queue::CommandQueue;pub use context::Context;pub use device::Device;pub use kernel::Kernel;pub use kernel::KernelOpArg;pub use kernel::KernelOperation;pub use platform::Platform;pub use program::Program;pub use program::UnbuiltProgram;pub use session::Session;pub use open_cl_low_level as ll;
Modules§
Macros§
Structs§
- Command
Queue Options - Command
Queue Properties - Device
Type - MemConfig
- Work
- Work is a representation of 1, 2, or 3 dimensions.
Enums§
- Error
- Host
Access - Kernel
Access - MemLocation
- The enumeration of how memory allocation (or not) can be directed.
- MutVec
OrSlice - Number
Type - VecOr
Slice
Traits§
- Buffer
Creator - ClNumber
- Number
Typed - Number
TypedT - Waitlist
- The low level trait for synchronously waiting for events.