diff --git a/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp b/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp index 3d09a4e1ea710..67a7cdad78e07 100644 --- a/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp +++ b/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp @@ -4,9 +4,6 @@ // This test checks that get_kernel_ids returns all the kernels defined // in the source regardless of whether they are expressed as lambdas, // function objects or free functions. -// -// UNSUPPORTED: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19423 #include #include