Skip to content

Commit

Permalink
[SYCL][NATIVECPU] Update OCK tag (#14381)
Browse files Browse the repository at this point in the history
Updates the git tag used to fetch the oneAPI Construction Kit.
  • Loading branch information
PietroGhg committed Jul 4, 2024
1 parent b486a5b commit 7cb3107
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ endif()
if(NATIVECPU_USE_OCK)
if(NATIVECPU_OCK_USE_FETCHCONTENT)
set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git")
# commit 05e6e1b211704224fbdc6394d85d637f57fafdaf
# Merge: 256027e8 fbc2e567
# Author: Pietro Ghiglio <pietro.ghiglio@codeplay.com>
# Date: Fri May 17 13:08:15 2024 +0200
# Merge pull request #458 from PietroGhg/pietro/link_aggressiveinstcombine
# Link vecz to aggressiveinstcombine
set(OCK_GIT_INTERNAL_TAG 05e6e1b211704224fbdc6394d85d637f57fafdaf)
# commit 0e913951b61b709ce5c5c136f7557dd88d6e200c
# Merge: 0cf91055 85624e50
# Author: Colin Davidson <colin.davidson@codeplay.com>
# Date: Mon Jul 1 15:39:36 2024 +0100
# Merge pull request #485 from coldav/colin/fix_memmove_bug_finegrained
# Fix risc-v memmove creating memcpy instrinsic
set(OCK_GIT_INTERNAL_TAG 0e913951b61b709ce5c5c136f7557dd88d6e200c)

# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
if(OCK_GIT_REPO)
Expand Down

0 comments on commit 7cb3107

Please sign in to comment.