Skip to content

Commit

Permalink
Mark OpenCL CPU known failing device more generally
Browse files Browse the repository at this point in the history
Use "Intel(R) Core(TM)" to match all client CPUs instead of specific
generations.
  • Loading branch information
kbenzie committed Feb 11, 2025
1 parent 98756a2 commit b1acfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/kernel/urKernelGetGroupInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct urKernelGetGroupInfoMaxWorkGroupSizeTest : uur::urKernelTest {
void SetUp() override {
UUR_KNOWN_FAILURE_ON(uur::CUDA{}, uur::HIP{});
// see https://github.com/oneapi-src/unified-runtime/issues/2644
UUR_KNOWN_FAILURE_ON(uur::OpenCL{"12th Gen", "13th Gen", "Intel(R) Xeon"});
UUR_KNOWN_FAILURE_ON(uur::OpenCL{"Intel(R) Core(TM)", "Intel(R) Xeon"});
program_name = "max_wg_size";
UUR_RETURN_ON_FATAL_FAILURE(urKernelTest::SetUp());
}
Expand Down

0 comments on commit b1acfdd

Please sign in to comment.