Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR] Raise MSVC warning level from /W3 to /W4 #15628

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,8 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

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

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