Skip to content

Commit dda6ac7

Browse files
committed
[UR] Raise MSVC warning level from /W3 to /W4
1 parent c7c4130 commit dda6ac7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,8 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit b79ebe4e98789144bcdf3832088eb6e6b5ae6967
121-
# Merge: 7b4bc761 fbb6e862
122-
# Author: Kenneth Benzie (Benie) <[email protected]>
123-
# Date: Fri Oct 4 16:39:59 2024 +0100
124-
# Merge pull request #2018 from wenju-he/L0-bindless-image-device-query
125-
# [L0] Fix device query of bindless image support
126-
set(UNIFIED_RUNTIME_TAG b79ebe4e98789144bcdf3832088eb6e6b5ae6967)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/kbenzie/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG 52f8ebf526a2303b2090fb409e69a86383030960)
127121

128122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)