Skip to content

Commit 7cb3107

Browse files
authored
[SYCL][NATIVECPU] Update OCK tag (#14381)
Updates the git tag used to fetch the oneAPI Construction Kit.
1 parent b486a5b commit 7cb3107

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ endif()
3333
if(NATIVECPU_USE_OCK)
3434
if(NATIVECPU_OCK_USE_FETCHCONTENT)
3535
set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git")
36-
# commit 05e6e1b211704224fbdc6394d85d637f57fafdaf
37-
# Merge: 256027e8 fbc2e567
38-
# Author: Pietro Ghiglio <pietro.ghiglio@codeplay.com>
39-
# Date: Fri May 17 13:08:15 2024 +0200
40-
# Merge pull request #458 from PietroGhg/pietro/link_aggressiveinstcombine
41-
# Link vecz to aggressiveinstcombine
42-
set(OCK_GIT_INTERNAL_TAG 05e6e1b211704224fbdc6394d85d637f57fafdaf)
36+
# commit 0e913951b61b709ce5c5c136f7557dd88d6e200c
37+
# Merge: 0cf91055 85624e50
38+
# Author: Colin Davidson <colin.davidson@codeplay.com>
39+
# Date: Mon Jul 1 15:39:36 2024 +0100
40+
# Merge pull request #485 from coldav/colin/fix_memmove_bug_finegrained
41+
# Fix risc-v memmove creating memcpy instrinsic
42+
set(OCK_GIT_INTERNAL_TAG 0e913951b61b709ce5c5c136f7557dd88d6e200c)
4343

4444
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
4545
if(OCK_GIT_REPO)

0 commit comments

Comments
 (0)