From 13c73c8dd2bda5da5910839f3efa7a7c266b1246 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Fri, 26 Sep 2025 12:20:33 +0200 Subject: [PATCH] [sycl-rel-6_3][SYCL][E2E] Enable test on CUDA & HIP --- sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fd3cc8b2f9975..a5d9ddc96b1f2 100644 --- a/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp +++ b/sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp @@ -5,7 +5,7 @@ // in the source regardless of whether they are expressed as lambdas, // function objects or free functions. // -// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode +// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}}) && (!level_zero)) || preview-mode // XFAIL-TRACKER: https://github.com/intel/llvm/issues/19423 #include