-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update project version and submodules - April 2024 (#103)
* update submodules * update project version for upcoming release * add check for C11 atomics support * temporarily disable Python and Ruby testing on macos * try the older macos-13 runner vs. disabling completely * take the Python workflow back to macos-12 * take the Python workflow back to macos-11 * re-disable the Python workflow * update the project version date
- Loading branch information
Showing
6 changed files
with
28 additions
and
10 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
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 OpenCL-CLHPP
updated
5 files
+2 −8 | .github/workflows/linux.yml | |
+1 −4 | .github/workflows/macos.yml | |
+2 −8 | .github/workflows/windows.yml | |
+161 −17 | include/CL/opencl.hpp | |
+488 −44 | tests/test_openclhpp.cpp |
Submodule OpenCL-ICD-Loader
updated
4 files
+1 −1 | loader/windows/icd_windows.c | |
+3 −1 | test/driver_stub/cl.c | |
+17 −3 | test/loader_test/test_create_calls.c | |
+5 −0 | test/loader_test/test_program_objects.c |
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