Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ endif()
if(NATIVECPU_USE_OCK)
if(NATIVECPU_OCK_USE_FETCHCONTENT)
set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git")
# commit 0e913951b61b709ce5c5c136f7557dd88d6e200c
# Merge: 0cf91055 85624e50
# Author: Colin Davidson <[email protected]>
# 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)
# commit d983db7aa87fc1a6f7cdb46e3ced63f6f145749e
# Merge: 1d3a925c 2c510ca2
# Author: Harald van Dijk <[email protected]>
# Date: Tue Oct 15 15:50:57 2024 +0100
#
# Merge pull request #566 from hvdijk/fix-clang-format
#
# clang-format: fix output.
set(OCK_GIT_INTERNAL_TAG d983db7aa87fc1a6f7cdb46e3ced63f6f145749e)

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