File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.3.2
2
+ =============
3
+ Brice Videau (7):
4
+ Add support for system layers
5
+ Implement published clGetICDLoaderInfoOCLICD extension
6
+ Define CL_NO_NON_DISPATCH_EXTENSION_PROTOTYPES for compatibility with recent headers
7
+ Updated OpenCL Headers ot 2023.04.17
8
+ Remove use of __builtin_expect in layer dispatch
9
+ Updated pkg-config to depend on OpenCL-Headers.pc
10
+ Add cllayerinfo tool
11
+
1
12
Version 2.3.1
2
13
=============
3
- Brice Videau(3):
14
+ Brice Videau (3):
4
15
Updated OpenCL Headers
5
16
Add support for MacOS
6
17
Add CI through GitHub Actions
Original file line number Diff line number Diff line change 6
6
7
7
8
8
AC_PREREQ ( [ 2.67] )
9
- AC_INIT ( [ OpenCL ICD Loader] ,
[ 2.3.1 ] ,
[ [email protected] ] ,
[ ocl-icd] )
9
+ AC_INIT ( [ OpenCL ICD Loader] ,
[ 2.3.2 ] ,
[ [email protected] ] ,
[ ocl-icd] )
10
10
AC_CONFIG_SRCDIR ( [ ocl_icd_loader.c] )
11
11
AC_CONFIG_AUX_DIR ( [ build-aux] )
12
12
AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments