Skip to content

Commit 03b5ecc

Browse files
authored
[SYCL][NATIVECPU]Update OCK tag (#13062)
Updates git tag for the oneAPI Construction Kit.
1 parent b13a3c4 commit 03b5ecc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/native_cpu/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ option(NATIVECPU_OCK_USE_FETCHCONTENT "Use FetchContent to acquire oneAPI Constr
3131
if(NATIVECPU_USE_OCK)
3232
if(NATIVECPU_OCK_USE_FETCHCONTENT)
3333
set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git")
34-
# commit 342f06e2bba2ad5c3bb3773505fce1d0e3f872d9
35-
# Merge: 51c1b31c d74b3e1a
34+
# commit d27e6cfb836f306d2dcefbc418c73c16877ef4eb
35+
# Merge: f02b80de 0fa75c83
3636
# Author: Harald van Dijk <[email protected]>
37-
# Date: Thu Mar 7 14:19:58 2024 +0000
38-
# Merge pull request #397 from hvdijk/ignore-gl_test
39-
# Ignore test_gl test.
40-
set(OCK_GIT_INTERNAL_TAG 342f06e2bba2ad5c3bb3773505fce1d0e3f872d9)
37+
# Date: Mon Mar 18 17:44:12 2024 +0000
38+
# Merge pull request #406 from hvdijk/fix-vkeiep
39+
# Fix vkEnumerateInstanceExtensionProperties.
40+
set(OCK_GIT_INTERNAL_TAG d27e6cfb836f306d2dcefbc418c73c16877ef4eb)
4141

4242
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
4343
if(OCK_GIT_REPO)

0 commit comments

Comments
 (0)