Skip to content

Commit

Permalink
Remove unneeded UUR_KNOWN_FAILURE_ON
Browse files Browse the repository at this point in the history
These tests seem to be passing
  • Loading branch information
RossBrunton committed Jan 17, 2025
1 parent 222e4b1 commit a9ebc9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/conformance/enqueue/urEnqueueKernelLaunch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ UUR_INSTANTIATE_DEVICE_TEST_SUITE_P(urEnqueueKernelLaunchKernelWgSizeTest);
// Note: Due to an issue with HIP, the subgroup test is not generated
struct urEnqueueKernelLaunchKernelSubGroupTest : uur::urKernelExecutionTest {
void SetUp() override {
UUR_KNOWN_FAILURE_ON(uur::CUDA{}, uur::HIP{}, uur::LevelZero{},
uur::LevelZeroV2{});
UUR_KNOWN_FAILURE_ON(uur::HIP{});

program_name = "subgroup";
UUR_RETURN_ON_FATAL_FAILURE(urKernelExecutionTest::SetUp());
Expand Down Expand Up @@ -190,8 +189,6 @@ TEST_P(urEnqueueKernelLaunchKernelWgSizeTest, NonMatchingLocalSize) {
}

TEST_P(urEnqueueKernelLaunchKernelSubGroupTest, Success) {
UUR_KNOWN_FAILURE_ON(uur::LevelZero{});

ur_mem_handle_t buffer = nullptr;
AddBuffer1DArg(sizeof(size_t), &buffer);
ASSERT_SUCCESS(urEnqueueKernelLaunch(
Expand Down

0 comments on commit a9ebc9f

Please sign in to comment.