File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
unified-runtime/source/adapters/opencl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(OCL_LOADER_REPO
20
20
21
21
# Repo tags/hashes
22
22
23
- set (OCL_HEADERS_TAG 60ba29d8117b5f81d6ab294fa62d9b6688d83f4e )
23
+ set (OCL_HEADERS_TAG 6eabe90aa7b6cff9c67800a2fe25a0cd88d8b749 )
24
24
set (OCL_LOADER_TAG ddf6c70230a79cdb8fcccfd3c775b09e6820f42e )
25
25
26
26
# OpenCL Headers
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if(UR_OPENCL_INCLUDE_DIR)
57
57
else ()
58
58
FetchContent_Declare (OpenCL-Headers
59
59
GIT_REPOSITORY "https://github.com/KhronosGroup/OpenCL-Headers.git"
60
- GIT_TAG 60ba29d8117b5f81d6ab294fa62d9b6688d83f4e
60
+ GIT_TAG 6eabe90aa7b6cff9c67800a2fe25a0cd88d8b749
61
61
)
62
62
FetchContent_MakeAvailable (OpenCL-Headers )
63
63
FetchContent_GetProperties (OpenCL-Headers
You can’t perform that action at this time.
0 commit comments