Skip to content

Commit 10044a3

Browse files
[UR] Use extension version of clGetKernelSubGroupInfo when necessary (#15896)
Co-authored-by: Callum Fare <[email protected]>
1 parent a4a28bd commit 10044a3

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 1675f053176f0860388aa67fd009750a7e03b2c2
2-
# Merge: 0ea47d7c 22ca5ee2
1+
# commit 9937d029c7fdcbf101e89f8515f640c145e059c5
2+
# Merge: 9ac6d5d9 10b0e101
33
# Author: Callum Fare <[email protected]>
4-
# Date: Tue Nov 19 14:41:15 2024 +0000
5-
# Merge pull request #2337 from aarongreig/aaron/fixCoreFuncMacroWindows
6-
# Fix the CL_CORE_FUNCTION macro on windows.
7-
set(UNIFIED_RUNTIME_TAG 1675f053176f0860388aa67fd009750a7e03b2c2)
4+
# Date: Wed Nov 20 14:49:17 2024 +0000
5+
# Merge pull request #2258 from aarongreig/aaron/tryUseExtensionSubgroupInfo
6+
# Use extension version of clGetKernelSubGroupInfo when necessary.
7+
set(UNIFIED_RUNTIME_TAG 9937d029c7fdcbf101e89f8515f640c145e059c5)

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)