-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to OpenCL v2024.10.24 (#28275)
### Details: - Migrate to OpenCL v2024.10.24 - Required for integration with open source package managers - Replacement for #27698
- Loading branch information
1 parent
dd6a128
commit 120ad76
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cl_headers
updated
32 files
+123 −0 | .clang-format | |
+0 −221 | .github/workflows/linux.yml | |
+0 −73 | .github/workflows/macos.yml | |
+651 −0 | .github/workflows/presubmit.yml | |
+71 −0 | .github/workflows/release.yml | |
+0 −253 | .github/workflows/windows.yml | |
+14 −0 | .gitignore | |
+2 −6 | CL/cl.h | |
+6 −0 | CL/cl_d3d10.h | |
+6 −0 | CL/cl_d3d11.h | |
+9 −0 | CL/cl_dx9_media_sharing.h | |
+6 −0 | CL/cl_egl.h | |
+397 −43 | CL/cl_ext.h | |
+19 −0 | CL/cl_gl.h | |
+3 −0 | CL/cl_layer.h | |
+1 −6 | CL/cl_platform.h | |
+6 −0 | CL/cl_va_api_media_sharing_intel.h | |
+4 −12 | CMakeLists.txt | |
+1 −1 | OpenCL-Headers.pc.in | |
+5 −0 | README.md | |
+125 −0 | cmake/DebSourcePkg.cmake | |
+47 −0 | cmake/Package.cmake | |
+56 −0 | cmake/PackageSetup.cmake | |
+55 −0 | scripts/check-format.sh | |
+16 −0 | scripts/cl_ext.h.mako | |
+1 −0 | tests/lang_c/CMakeLists.txt | |
+1 −1 | tests/lang_cpp/CMakeLists.txt | |
+8 −1 | tests/pkgconfig/bare/CMakeLists.txt | |
+1 −4 | tests/pkgconfig/pkgconfig.c | |
+8 −1 | tests/pkgconfig/sdk/CMakeLists.txt | |
+56 −0 | tests/test_ext_headers.c | |
+10 −10 | tests/test_headers.c |
Submodule clhpp_headers
updated
17 files
+0 −328 | .github/workflows/linux.yml | |
+0 −176 | .github/workflows/macos.yml | |
+860 −0 | .github/workflows/presubmit.yml | |
+76 −0 | .github/workflows/release.yml | |
+0 −207 | .github/workflows/windows.yml | |
+14 −0 | .gitignore | |
+4 −11 | CMakeLists.txt | |
+1 −1 | OpenCL-CLHPP.pc.in | |
+151 −0 | cmake/DebSourcePkg.cmake | |
+47 −0 | cmake/Package.cmake | |
+56 −0 | cmake/PackageSetup.cmake | |
+0 −2 | examples/CMakeLists.txt | |
+395 −35 | include/CL/opencl.hpp | |
+8 −0 | tests/CMakeLists.txt | |
+1 −1 | tests/pkgconfig/bare/CMakeLists.txt | |
+1 −1 | tests/pkgconfig/sdk/CMakeLists.txt | |
+528 −22 | tests/test_openclhpp.cpp |
Submodule icd_loader
updated
31 files