Skip to content

Commit 2fca61e

Browse files
author
Georgi Mirazchiyski
committed
[UR] Do not use USM memcpy 2D direction workaround from HIP 6.1.0
1 parent 19298f4 commit 2fca61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/GeorgeWeb/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Date: Mon Nov 4 10:00:08 2024 +0000
55
# Merge pull request #2165 from aarongreig/aaron/makeUSMPoolsOptional
66
# Make USM pools optional with a device query to report support.
7-
set(UNIFIED_RUNTIME_TAG b0a9e2be61ad42d3447f1f246120ab25119a03e0)
7+
set(UNIFIED_RUNTIME_TAG georgi/hip-max-version-for-usmmemcpy2d-workaround)

0 commit comments

Comments
 (0)