From cb34bf4e6bbe2544d11f79a751bd026ebe0a4656 Mon Sep 17 00:00:00 2001 From: Krzysztof Weronski Date: Tue, 5 May 2026 09:11:32 +0200 Subject: [PATCH] Plug in sycl_device_globals --- sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp b/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp index ab76463666259..9a922773d01f3 100644 --- a/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl_device_globals.cpp @@ -11,9 +11,6 @@ // UNSUPPORTED: opencl && gpu // UNSUPPORTED-TRACKER: GSD-4287 -// UNSUPPORTED: gpu-nvidia-geforce-rtx-3090 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20408 - // RUN: %{build} -o %t.out // RUN: %if hip %{ env SYCL_JIT_AMDGCN_PTX_TARGET_CPU=%{amd_arch} %} %{l0_leak_check} %{run} %t.out