Skip to content

Releases: bashbaug/opencl-extension-loader

v1.0.220515

16 May 01:12
d55ba83
Compare
Choose a tag to compare

This is the first official release of the OpenCL Extension Loader! It supports OpenCL extension APIs for all of the extensions that are currently in the OpenCL XML file, including semaphores and command buffers.

What's Changed

  • add support for multiple platforms by @bashbaug in #3
  • fix 32-bit Windows builds by @bashbaug in #6
  • add APIs for semaphores, external semaphores, and external memory by @bashbaug in #4
  • add ifdefs to support building the extension loader with older headers by @bashbaug in #8
  • added support for cl_khr_command_buffer by @bashbaug in #9
  • update cmake files in preparation for header and ICD loader updates by @bashbaug in #10
  • disable the install target by default by @bashbaug in #11

Full Changelog: https://github.com/bashbaug/opencl-extension-loader/commits/v1.0.220515