Skip to content

Commit

Permalink
Merge pull request #2689 from kbenzie/benie/cts-cl-cpu-known-failures
Browse files Browse the repository at this point in the history
Mark OpenCL CPU known failing device more generally
  • Loading branch information
kbenzie authored Feb 13, 2025
2 parents ebe65d1 + dc8d4d2 commit 4ed3ba4
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 4ed3ba4

Please sign in to comment.