From 7cb3107379f51c0816cb8a408b1276d2571cf391 Mon Sep 17 00:00:00 2001 From: Pietro Ghiglio Date: Thu, 4 Jul 2024 16:14:13 +0200 Subject: [PATCH] [SYCL][NATIVECPU] Update OCK tag (#14381) Updates the git tag used to fetch the oneAPI Construction Kit. --- llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt b/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt index a16ddc83e7443..7aa82a89982e3 100644 --- a/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt +++ b/llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt @@ -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 - # 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 + # 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)