Skip to content

Commit 2391f54

Browse files
committed
Install OpenCL header CL/cl_layer.h
This amends #62 OpenCL layers are an experimental feature which we don't use, but there is no downside to installing the header for the sake of completeness. https://github.com/KhronosGroup/OpenCL-ICD-Loader/blob/cd7d07cfa667d8d959b4272be45cf217a65c2948/README.md#about-layers
1 parent 67f7f88 commit 2391f54

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ install(FILES
369369
include/CL/cl_gl_ext.h
370370
include/CL/cl_half.h
371371
include/CL/cl_icd.h
372+
include/CL/cl_layer.h
372373
include/CL/cl_platform.h
373374
include/CL/cl_va_api_media_sharing_intel.h
374375
include/CL/cl_version.h

cmake/manifests/linux/install_manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
/fpga-runtime-for-opencl/include/CL/cl_gl_ext.h
3030
/fpga-runtime-for-opencl/include/CL/cl_half.h
3131
/fpga-runtime-for-opencl/include/CL/cl_icd.h
32+
/fpga-runtime-for-opencl/include/CL/cl_layer.h
3233
/fpga-runtime-for-opencl/include/CL/cl_platform.h
3334
/fpga-runtime-for-opencl/include/CL/cl_va_api_media_sharing_intel.h
3435
/fpga-runtime-for-opencl/include/CL/cl_version.h

cmake/manifests/linux/install_manifest_CL.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/fpga-runtime-for-opencl/include/CL/cl_gl_ext.h
1212
/fpga-runtime-for-opencl/include/CL/cl_half.h
1313
/fpga-runtime-for-opencl/include/CL/cl_icd.h
14+
/fpga-runtime-for-opencl/include/CL/cl_layer.h
1415
/fpga-runtime-for-opencl/include/CL/cl_platform.h
1516
/fpga-runtime-for-opencl/include/CL/cl_va_api_media_sharing_intel.h
1617
/fpga-runtime-for-opencl/include/CL/cl_version.h

cmake/manifests/windows/install_manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ C:/fpga-runtime-for-opencl/include/CL/cl_gl.h
3030
C:/fpga-runtime-for-opencl/include/CL/cl_gl_ext.h
3131
C:/fpga-runtime-for-opencl/include/CL/cl_half.h
3232
C:/fpga-runtime-for-opencl/include/CL/cl_icd.h
33+
C:/fpga-runtime-for-opencl/include/CL/cl_layer.h
3334
C:/fpga-runtime-for-opencl/include/CL/cl_platform.h
3435
C:/fpga-runtime-for-opencl/include/CL/cl_va_api_media_sharing_intel.h
3536
C:/fpga-runtime-for-opencl/include/CL/cl_version.h

cmake/manifests/windows/install_manifest_CL.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ C:/fpga-runtime-for-opencl/include/CL/cl_gl.h
1111
C:/fpga-runtime-for-opencl/include/CL/cl_gl_ext.h
1212
C:/fpga-runtime-for-opencl/include/CL/cl_half.h
1313
C:/fpga-runtime-for-opencl/include/CL/cl_icd.h
14+
C:/fpga-runtime-for-opencl/include/CL/cl_layer.h
1415
C:/fpga-runtime-for-opencl/include/CL/cl_platform.h
1516
C:/fpga-runtime-for-opencl/include/CL/cl_va_api_media_sharing_intel.h
1617
C:/fpga-runtime-for-opencl/include/CL/cl_version.h

0 commit comments

Comments
 (0)