Skip to content

Commit f128444

Browse files
authoredMay 20, 2025
[SYCL][NativeCPU] Update OCK. (#18533)
This pulls in an LLVM compatibility fix that is needed after the most recent pulldown.
1 parent 761aac9 commit f128444

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ endif()
3434
if(NATIVECPU_USE_OCK)
3535
if(NATIVECPU_OCK_USE_FETCHCONTENT)
3636
set(OCK_GIT_INTERNAL_REPO "https://github.com/uxlfoundation/oneapi-construction-kit.git")
37-
# commit ffef31717750d3f15bfd2f18d9cd7f4677fe9d3e
38-
# Merge: 574307afde 0b00238554
37+
# commit 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287
38+
# Merge: df8de76a56 413b59ebe2
3939
# Author: Harald van Dijk <harald.vandijk@codeplay.com>
40-
# Date: Fri Apr 4 16:26:38 2025 +0100
40+
# Date: Sat May 17 20:52:27 2025 +0100
4141
#
42-
# Merge pull request #751 from hvdijk/llvm21-address-space
42+
# Merge pull request #822 from coldav/colin/remove_ca_enable_api
4343
#
44-
# [LLVM 21] Take address space into account for legality.
45-
set(OCK_GIT_INTERNAL_TAG ffef31717750d3f15bfd2f18d9cd7f4677fe9d3e)
44+
# Remove CA_ENABLE_API as a CMake option
45+
set(OCK_GIT_INTERNAL_TAG 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287)
4646

4747
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
4848
if(OCK_GIT_REPO)

0 commit comments

Comments
 (0)