Skip to content

Commit b0efcb8

Browse files
committed
[UR] Use extension version of clGetKernelSubGroupInfo when necessary.
1 parent a0b5f56 commit b0efcb8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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")

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Author: Maosu Zhao <[email protected]>
33
# Date: Mon Oct 28 18:39:57 2024 +0800
44
# [DeviceSanitizer] Add a report flag to LaunchInfo (#2069)
5-
set(UNIFIED_RUNTIME_TAG 66ba7970a6badf781226b75a98c9585ef30ea93a)
5+
set(UNIFIED_RUNTIME_TAG aaron/tryUseExtensionSubgroupInfo)

sycl/test-e2e/SubGroup/attributes.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// TODO: Despite using a supported required subgroup size compile_sub_group_size
2-
// reports as 0 on fpga emu, cuda and hip
3-
// XFAIL: accelerator
4-
// XFAIL-TRACKER: URT-697
1+
// TODO: Despite using a supported required subgroup size compile_sub_group_size
2+
// reports as 0 on cuda and hip
53
// XFAIL: cuda || hip
64
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14357
75

0 commit comments

Comments
 (0)