-
Notifications
You must be signed in to change notification settings - Fork 123
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-Headers
updated
4 files
+124 −0 | CL/cl_ext.h | |
+1 −1 | CL/cl_icd.h | |
+3 −0 | CL/cl_platform.h | |
+4 −4 | CMakeLists.txt |
Submodule OpenCL-ICD-Loader
updated
11 files
+8 −2 | CMakeLists.txt | |
+3 −2 | README.md | |
+0 −1 | loader/icd.c | |
+4 −7 | loader/icd.h | |
+4 −2 | loader/icd_platform.h | |
+159 −87 | loader/linux/icd_linux.c | |
+1 −1 | loader/windows/OpenCL.rc | |
+166 −10 | loader/windows/icd_windows.c | |
+99 −0 | loader/windows/icd_windows_apppackage.c | |
+0 −176 | loader/windows/icd_windows_apppackage.cpp | |
+0 −3 | loader/windows/icd_windows_apppackage.h |