Skip to content

Commit 6df05ef

Browse files
authored
Merge pull request #2631 from Bensuo/ewan/enable_L0_SLM_update_tests
Enable cmd-buf local memory update CTS tests on L0
2 parents 5f938ad + 41d56f0 commit 6df05ef

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/conformance/exp_command_buffer/update/local_memory_update.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ struct LocalMemoryUpdateTestBase
1717
UUR_RETURN_ON_FATAL_FAILURE(
1818
urUpdatableCommandBufferExpExecutionTest::SetUp());
1919

20-
if (backend == UR_PLATFORM_BACKEND_LEVEL_ZERO) {
21-
GTEST_SKIP()
22-
<< "Local memory argument update not supported on Level Zero.";
23-
}
24-
2520
// HIP has extra args for local memory so we define an offset for arg
2621
// indices here for updating
2722
hip_arg_offset = backend == UR_PLATFORM_BACKEND_HIP ? 3 : 0;
@@ -383,6 +378,8 @@ TEST_P(LocalMemoryUpdateTest, UpdateParametersEmptyLocalSize) {
383378
// Test updating A,X,Y parameters to new values and local memory parameters
384379
// to new smaller values.
385380
TEST_P(LocalMemoryUpdateTest, UpdateParametersSmallerLocalSize) {
381+
UUR_KNOWN_FAILURE_ON(uur::LevelZero{});
382+
386383
// Run command-buffer prior to update an verify output
387384
ASSERT_SUCCESS(urCommandBufferEnqueueExp(updatable_cmd_buf_handle, queue, 0,
388385
nullptr, nullptr));

0 commit comments

Comments
 (0)