From 1bc39f82097707224042685ad649d685bd8c29d8 Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Tue, 16 Dec 2025 17:00:00 +0000 Subject: [PATCH] Run MultiDevice/set_arg_pointer.cpp test on UR L0v2 adapter Run the sycl/test-e2e/MultiDevice/set_arg_pointer.cpp test on UR L0v2 adapter. Signed-off-by: Lukasz Dorau --- sycl/test-e2e/MultiDevice/set_arg_pointer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp b/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp index 39b7ceb79488e..5d75420b4f2a2 100644 --- a/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp +++ b/sycl/test-e2e/MultiDevice/set_arg_pointer.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: CMPLRLLVM-67039 - // Test that usm device pointer can be used in a kernel compiled for a context // with multiple devices.