Skip to content

[UR] Use extension version of clGetKernelSubGroupInfo when necessary. #15896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading