Skip to content

Commit

Permalink
[UR] Use extension version of clGetKernelSubGroupInfo when necessary (i…
Browse files Browse the repository at this point in the history
…ntel#15896)

Co-authored-by: Callum Fare <[email protected]>
  • Loading branch information
aarongreig and callumfare authored Nov 20, 2024
1 parent a4a28bd commit 10044a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 1675f053176f0860388aa67fd009750a7e03b2c2
# Merge: 0ea47d7c 22ca5ee2
# commit 9937d029c7fdcbf101e89f8515f640c145e059c5
# Merge: 9ac6d5d9 10b0e101
# Author: Callum Fare <[email protected]>
# Date: Tue Nov 19 14:41:15 2024 +0000
# Merge pull request #2337 from aarongreig/aaron/fixCoreFuncMacroWindows
# Fix the CL_CORE_FUNCTION macro on windows.
set(UNIFIED_RUNTIME_TAG 1675f053176f0860388aa67fd009750a7e03b2c2)
# Date: Wed Nov 20 14:49:17 2024 +0000
# Merge pull request #2258 from aarongreig/aaron/tryUseExtensionSubgroupInfo
# Use extension version of clGetKernelSubGroupInfo when necessary.
set(UNIFIED_RUNTIME_TAG 9937d029c7fdcbf101e89f8515f640c145e059c5)
6 changes: 2 additions & 4 deletions sycl/test-e2e/SubGroup/attributes.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// TODO: Despite using a supported required subgroup size compile_sub_group_size
// reports as 0 on fpga emu, cuda and hip
// XFAIL: accelerator
// XFAIL-TRACKER: URT-697
// TODO: Despite using a supported required subgroup size compile_sub_group_size
// reports as 0 on cuda and hip
// XFAIL: cuda || hip
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14357

Expand Down

0 comments on commit 10044a3

Please sign in to comment.