Skip to content

Commit

Permalink
[SYCL] [E2E] Remove XFAIL from Plugin/level_zero_usm_residency.cpp (#…
Browse files Browse the repository at this point in the history
…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 #12844.
  • Loading branch information
uditagarwal97 committed Mar 5, 2024
1 parent 70cca70 commit e3a76c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/Plugin/level_zero_usm_residency.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3a76c0

Please sign in to comment.