-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule OpenCL-CLHPP
updated
8 files
+42 −0 | .github/workflows/presubmit.yml | |
+0 −27 | .travis.yml | |
+1 −1 | README.md | |
+13 −11 | examples/src/headerexample.cpp | |
+60 −37 | include/CL/opencl.hpp | |
+17 −6 | tests/CMakeLists.txt | |
+2 −0 | tests/cmock.yml | |
+29 −4 | tests/test_openclhpp.cpp |
Submodule OpenCL-Headers
updated
8 files
+25 −0 | CL/cl_d3d10.h | |
+27 −0 | CL/cl_d3d11.h | |
+27 −0 | CL/cl_dx9_media_sharing.h | |
+934 −216 | CL/cl_ext.h | |
+25 −0 | CL/cl_gl.h | |
+3 −1 | CL/cl_platform.h | |
+27 −0 | CL/cl_va_api_media_sharing_intel.h | |
+3 −3 | CMakeLists.txt |
Submodule OpenCL-ICD-Loader
updated
15 files