opencl-rs 0.1.1
N3NX opencl-rs v0.1.1 brings new changes with this update, repo link here.
More information for this update can be found here
Bug Fixes
- opencl-api: Fix
CL_INVALID_VALUE
error at get_count [#6] (35ed6dc) - opencl-api: Fix access to multiple bitfield combinations [#10] (590bd6d)
Documentation
- opencl-rs: Update license.html (2d7f2b0)
Improvements
- opencl-api: Improve error handling with thiserror derivations (bdf3a66)
- opencl-api: Generalize property list gneration for every api [#8] (fb5fed5)
Refactoring Updates
- opencl-api: Classify data objects to separate files for brevity (8bb0e27)
Test Checks
- opencl-api: Fix test case
CommandQueueProperties
null pointer (bf947b6) - opencl-rs: Fix test cases for compatiblity with ci builds (b1f309f)