Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Releases: nunofachada/cf4ocl

v1.2.0

07 Dec 01:49
Compare
Choose a tag to compare

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

09 Aug 22:35
Compare
Choose a tag to compare
  • 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

22 Jul 01:51
Compare
Choose a tag to compare
  • 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