Skip to content

Commit ae07302

Browse files
committed
add a few missing Intel GPU device queries, fix device ID query
1 parent 4679dc0 commit ae07302

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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/bashbaug/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit aa72577da55571b15028dd1710e02a7ea4f62338
2-
# Merge: 89def64486dd 3d2b7210e352
3-
# Author: Martin Grant <[email protected]>
4-
# Date: Fri Dec 6 15:24:04 2024 +0000
5-
# Merge pull request #2352 from aarongreig/aaron/fixCoverity15-11
6-
# Fix a number of issues from the latest coverity scan.
7-
set(UNIFIED_RUNTIME_TAG aa72577da55571b15028dd1710e02a7ea4f62338)
1+
# commit f74b2d7e4fb19aee4c4794cdb2ebc1d87dce02b0
2+
# Author: Ben Ashbaugh <[email protected]>
3+
# Date: Sat Dec 7 16:46:06 2024 -0800
4+
5+
# add a few missing Intel GPU device queries
6+
# also, fix the device ID query
7+
set(UNIFIED_RUNTIME_TAG f74b2d7e4fb19aee4c4794cdb2ebc1d87dce02b0)

0 commit comments

Comments
 (0)