Skip to content

Commit e22b8e4

Browse files
authored
[SYCL][NativeCPU] Update OCK. (#18803)
This pulls in an LLVM compatibility fix that will be needed after the next pulldown.
1 parent 111c4af commit e22b8e4

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 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287
38-
# Merge: df8de76a56 413b59ebe2
37+
# commit 4e4811a9b4945088667e1a1653742ffdf84e5168
38+
# Merge: b347adff05 0101b4ff40
3939
# Author: Harald van Dijk <harald.vandijk@codeplay.com>
40-
# Date: Sat May 17 20:52:27 2025 +0100
40+
# Date: Wed Jun 4 13:17:16 2025 +0100
4141
#
42-
# Merge pull request #822 from coldav/colin/remove_ca_enable_api
42+
# Merge pull request #854 from hvdijk/avoid-computeknownbits
4343
#
44-
# Remove CA_ENABLE_API as a CMake option
45-
set(OCK_GIT_INTERNAL_TAG 03e6497dfcc06b0ef6bdeeb8fefd7fdc24de4287)
44+
# [LLVM 21] Avoid computeKnownBits.
45+
set(OCK_GIT_INTERNAL_TAG 4e4811a9b4945088667e1a1653742ffdf84e5168)
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)