Skip to content

Commit

Permalink
Drafted new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Jun 2, 2023
1 parent fa1c102 commit fdde667
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Version 2.3.2
=============
Brice Videau (7):
Add support for system layers
Implement published clGetICDLoaderInfoOCLICD extension
Define CL_NO_NON_DISPATCH_EXTENSION_PROTOTYPES for compatibility with recent headers
Updated OpenCL Headers ot 2023.04.17
Remove use of __builtin_expect in layer dispatch
Updated pkg-config to depend on OpenCL-Headers.pc
Add cllayerinfo tool

Version 2.3.1
=============
Brice Videau(3):
Brice Videau (3):
Updated OpenCL Headers
Add support for MacOS
Add CI through GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


AC_PREREQ([2.67])
AC_INIT([OpenCL ICD Loader], [2.3.1], [[email protected]], [ocl-icd])
AC_INIT([OpenCL ICD Loader], [2.3.2], [[email protected]], [ocl-icd])
AC_CONFIG_SRCDIR([ocl_icd_loader.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit fdde667

Please sign in to comment.