Skip to content

Commit 4483241

Browse files
committed
[UR] Stop using extension strings to report support for exp features.
With this change all experimental features now add a ur_device_info_t enum which adapters report support through, and all EXTENSION_STRING macros have been removed.
1 parent 6d1f4fc commit 4483241

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-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/aarongreig/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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# commit 2eae687a4cf24ba02ee8e9ebb9552c1d392972ee
2-
# Merge: 1ba7f39a 2a081891
3-
# Author: Callum Fare <[email protected]>
4-
# Date: Mon Nov 11 13:35:24 2024 +0000
5-
# Merge pull request #2112 from martygrant/martin/context-cts-spec-gap
6-
# Improvements to align CTS and Spec for Context
7-
set(UNIFIED_RUNTIME_TAG 2eae687a4cf24ba02ee8e9ebb9552c1d392972ee)
1+
set(UNIFIED_RUNTIME_TAG aaron/stopUsingURExtStrings)

0 commit comments

Comments
 (0)