File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
llvm/lib/SYCLNativeCPUUtils Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ endif()
34
34
35
35
if (NATIVECPU_USE_OCK )
36
36
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
40
40
# 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
42
42
#
43
- # Merge pull request #566 from hvdijk/fix-clang-format
43
+ # Merge pull request #659 from hvdijk/vec-size-1
44
44
#
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 )
47
47
48
48
# Overwrite OCK_GIT_INTERNAL_REPO/OCK_GIT_INTERNAL_TAG if the corresponding options are set
49
49
if (OCK_GIT_REPO )
You can’t perform that action at this time.
0 commit comments