cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

OpenCL 2.2 and 3.0 support in cl-sys #192

Open kenba opened 3 years ago

kenba commented 3 years ago

Khronos announced the release of the finalized OpenCL 3.0 specifications in September 2020.

The cl-sys FFI bindings support OpenCL 2.0 and 2.1 as features, but not OpenCL 2.2 and 3.0. OpenCL 2.2 and 3.0 should be added as new features to keep cl-sys up to date.