Skip to content

Commit

Permalink
Mark urKernelGetGroupInfoMaxWorkGroupSize as failing on 12th gen
Browse files Browse the repository at this point in the history
I have a 12th gen CPU, and this is reporting an error to stdout saying
it is unsupported.
  • Loading branch information
RossBrunton committed Jan 15, 2025
1 parent 9e48f54 commit de740b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/conformance/kernel/urKernelGetGroupInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ UUR_INSTANTIATE_DEVICE_TEST_SUITE_P(urKernelGetGroupInfoFixedWorkGroupSizeTest);

struct urKernelGetGroupInfoMaxWorkGroupSizeTest : uur::urKernelTest {
void SetUp() override {
UUR_KNOWN_FAILURE_ON(uur::CUDA{}, uur::HIP{},
uur::OpenCL{"13th Gen", "Intel(R) Xeon"});
UUR_KNOWN_FAILURE_ON(
uur::CUDA{}, uur::HIP{},
uur::OpenCL{"12th Gen", "13th Gen", "Intel(R) Xeon"});
program_name = "max_wg_size";
UUR_RETURN_ON_FATAL_FAILURE(urKernelTest::SetUp());
}
Expand Down

0 comments on commit de740b5

Please sign in to comment.