From 442ec486220a6d3973a95bea23f6d4d719ed1127 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Tue, 4 Nov 2025 16:10:06 +0100 Subject: [PATCH] Test KernelAndProgram/kernel-bundle-get-kernel-ids.cpp --- .../test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp | 3 --- 1 file changed, 3 deletions(-) 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