-
Notifications
You must be signed in to change notification settings - Fork 127
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
7 files
+0 −123 | .clang-format | |
+42 −72 | .github/workflows/presubmit.yml | |
+177 −31 | include/CL/opencl.hpp | |
+0 −55 | scripts/check-format.sh | |
+23 −0 | tests/CMakeLists.txt | |
+611 −73 | tests/test_openclhpp.cpp | |
+24 −0 | tests/test_versions.cpp |
Submodule OpenCL-Headers
updated
4 files
+67 −30 | .github/workflows/presubmit.yml | |
+360 −6 | CL/cl_ext.h | |
+1 −2 | CMakeLists.txt | |
+17 −0 | README.md |
Submodule OpenCL-ICD-Loader
updated
8 files
+0 −123 | .clang-format | |
+33 −55 | .github/workflows/presubmit.yml | |
+2 −11 | loader/linux/icd_linux.c | |
+1 −1 | loader/windows/icd_windows.c | |
+0 −55 | scripts/check-format.sh | |
+3 −1 | test/driver_stub/cl.c | |
+17 −3 | test/loader_test/test_create_calls.c | |
+14 −4 | test/loader_test/test_program_objects.c |