Skip to content

Commit ba5feec

Browse files
authored
[SYCL][NATIVECPU] Update OCK tag (#13188)
Updates the git tag for the oneAPI Construction Kit.
1 parent 8867d44 commit ba5feec

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 d27e6cfb836f306d2dcefbc418c73c16877ef4eb
35-
# Merge: f02b80de 0fa75c83
34+
# commit 85dfbf7e8c70e01b37daea0dee20e89ccd7af5f7
35+
# Merge: 96ae65b1 86ac90a5
3636
# Author: Harald van Dijk <[email protected]>
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)
37+
# Date: Wed Mar 27 09:46:31 2024 +0000
38+
# Merge pull request #417 from hvdijk/aarch64-suitofp-scalarize
39+
# [AArch64] Scalarize vector int-to-fp conversions.
40+
set(OCK_GIT_INTERNAL_TAG 85dfbf7e8c70e01b37daea0dee20e89ccd7af5f7)
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)