Skip to content

Commit 27353ed

Browse files
authored
[SYCL][NativeCPU] Update OCK. (#16785)
Update to newer OCK to pull in fixes for subgroups. uxlfoundation/oneapi-construction-kit@d983db7...846a5c6
1 parent 1b5ed8c commit 27353ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/lib/SYCLNativeCPUUtils/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ endif()
3434

3535
if(NATIVECPU_USE_OCK)
3636
if(NATIVECPU_OCK_USE_FETCHCONTENT)
37-
set(OCK_GIT_INTERNAL_REPO "https://github.com/codeplaysoftware/oneapi-construction-kit.git")
38-
# commit d983db7aa87fc1a6f7cdb46e3ced63f6f145749e
39-
# Merge: 1d3a925c 2c510ca2
37+
set(OCK_GIT_INTERNAL_REPO "https://github.com/uxlfoundation/oneapi-construction-kit.git")
38+
# commit 846a5c6118826171fb1c93702dd12b004053165c
39+
# Merge: 81355afb 11967b11
4040
# Author: Harald van Dijk <harald.vandijk@codeplay.com>
41-
# Date: Tue Oct 15 15:50:57 2024 +0100
41+
# Date: Fri Jan 24 15:41:13 2025 +0000
4242
#
43-
# Merge pull request #566 from hvdijk/fix-clang-format
43+
# Merge pull request #659 from hvdijk/vec-size-1
4444
#
45-
# clang-format: fix output.
46-
set(OCK_GIT_INTERNAL_TAG d983db7aa87fc1a6f7cdb46e3ced63f6f145749e)
45+
# [vecz] Handle vectors of size 1.
46+
set(OCK_GIT_INTERNAL_TAG 846a5c6118826171fb1c93702dd12b004053165c)
4747

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

0 commit comments

Comments
 (0)