easy-async-opencl3 0.2.4

A declarative, multi-device asynchronous executor for OpenCL based on cl3.
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug)]
pub enum WrapperError {
    FormatterFailed,
    DefaultPlatformNotFound,
    SubdeviceNotAvailableForThisDevice,
    DeviceNotFoundInProgram,
    FailedToConvertStrToCString,
    PlatformsNotFound,
    FileIOError,
}