This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Releases: nunofachada/cf4ocl
Releases · nunofachada/cf4ocl
v1.2.0
New features
- New CLErrors component for converting OpenCL error codes into readable strings.
- New export capability for CLProfiler.
- New Python script for plotting event data exported with CLProfiler.
- New error rethrow capability in GErrof framework.
Bug fixes / improvements
- Fix some header guards.
- Fix segfault bug in profiler when GError is not used by client code.
- Improve and clarify error handling in CLUtils.
Other
- Improved documentation.
- Code and makefile reorganization.
- Update tests and examples to use new features.
v1.1.1
- Add missing "int" to device_query preferred vector width info
- Improved documentation
v1.1.0 - New feature: device selection by device name, vendor and platform
- Improved documentation
- Improved and clearer Makefiles
- Removed bitutils, which were not relevant to the framework
- Add device selection by device name, vendor and platform
- Refactored
matmult
example to also use new device selection features