From e3a76c04b8b566f00fd1148f1043754bfe6a59a3 Mon Sep 17 00:00:00 2001 From: Udit Agarwal <16324601+uditagarwal97@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:06:56 -0800 Subject: [PATCH] [SYCL] [E2E] Remove XFAIL from Plugin/level_zero_usm_residency.cpp (#12913) Plugin/level_zero_usm_residency.cpp started passing in post-commit on DG2 (https://github.com/intel/llvm/actions/runs/8148488311/job/22271712949) after my change in https://github.com/intel/llvm/pull/12844. --- sycl/test-e2e/Plugin/level_zero_usm_residency.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Plugin/level_zero_usm_residency.cpp b/sycl/test-e2e/Plugin/level_zero_usm_residency.cpp index 97522316cce28..18381afb4dda7 100644 --- a/sycl/test-e2e/Plugin/level_zero_usm_residency.cpp +++ b/sycl/test-e2e/Plugin/level_zero_usm_residency.cpp @@ -1,8 +1,5 @@ // REQUIRES: gpu, level_zero -// https://github.com/intel/llvm/issues/11434 -// XFAIL: gpu-intel-dg2 - // RUN: %{build} %level_zero_options -o %t.out // RUN: env SYCL_PI_TRACE=-1 UR_L0_DEBUG=-1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=DEVICE %s // RUN: env SYCL_PI_LEVEL_ZERO_USM_RESIDENT=0x001 SYCL_PI_TRACE=-1 UR_L0_DEBUG=-1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck --check-prefixes=DEVICE %s