From 641787363b14dfe3954da3dff36184596548c41f Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Mon, 25 Nov 2024 15:15:32 -0800 Subject: [PATCH] test is working on PVC. Will need to close issue https://github.com/intel/llvm/issues/14826 once this PR is merged. --- sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp index 935e0a26b5e37..b5c82af8938df 100644 --- a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp @@ -20,9 +20,6 @@ * launch with policy & use local memory tests **************************************************************************/ -// XFAIL: arch-intel_gpu_pvc -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826 - // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out