Skip to content

[UR] getImmCmdList fix #16291

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ 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")
set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
8 changes: 4 additions & 4 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit aa72577da55571b15028dd1710e02a7ea4f62338
# Merge: 89def64486dd 3d2b7210e352
# Author: Martin Grant <[email protected]>
# Date: Fri Dec 6 15:24:04 2024 +0000
# Merge pull request #2352 from aarongreig/aaron/fixCoverity15-11
# Fix a number of issues from the latest coverity scan.
set(UNIFIED_RUNTIME_TAG aa72577da55571b15028dd1710e02a7ea4f62338)
# Date: Thu Dec 5 12:29:44 2024 +0000
# Merge pull request #2249 from zhaomaosu/use-device-usm-for-rtl-data
# [DeviceASAN] Use device usm to sync asan runtime data instead of shared usm
set(UNIFIED_RUNTIME_TAG dbf1b7073174777e2dbe01f40739f72f70e39302)
Loading