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

v2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nunofachada nunofachada released this 08 Dec 00:04
· 432 commits to master since this release
  • Fix bug in ccl_program_link()
  • Auto build log with compile and link
  • Add thread-safety to wrapper object info handling, cache disabled by default in info wrappers
  • Improve and optimize event wait list handling functions, add ccl_ewl() shortcut macro for event wait lists
  • Fix bug in ccl_user_event_new()
  • Add buffer/image utility macros to wrap ccl_memobj_enqueue_unmap()
  • Add ccl_arg_skip to skip kernel arguments
  • Several improvements to the ccl_kernel_suggest_worksizes() utility function
  • Hide super-class implementations
  • Add a number of tests, framework is almost completely tested
  • Add tutorial to documentation