Skip to content

Commit

Permalink
[SYCL][Graph] Reenable L0 interop test on PVC
Browse files Browse the repository at this point in the history
Re-enable the `interop-level-zero-launch-kernel.cpp` E2E
test on PVC.
  • Loading branch information
EwanC committed Sep 24, 2024
1 parent ea03f46 commit da73b30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// Extra run to check for immediate-command-list in Level Zero
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out %S/../Inputs/Kernels/saxpy.spv 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// https://github.com/intel/llvm/issues/14826
// XFAIL: arch-intel_gpu_pvc

#define GRAPH_E2E_EXPLICIT

#include "../Inputs/interop-level-zero-launch-kernel.cpp"
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int main(int, char **argv) {

assert(status == ZE_RESULT_SUCCESS);

status = zeCommandListHostSynchronize(ZeCommandList, 0);
status = zeCommandListHostSynchronize(ZeCommandList, UINT64_MAX);
assert(status == ZE_RESULT_SUCCESS);

status = zeCommandListDestroy(ZeCommandList);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// Extra run to check for immediate-command-list in Level Zero
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out %S/../Inputs/Kernels/saxpy.spv 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// https://github.com/intel/llvm/issues/14826
// XFAIL: arch-intel_gpu_pvc

#define GRAPH_E2E_RECORD_REPLAY

#include "../Inputs/interop-level-zero-launch-kernel.cpp"

0 comments on commit da73b30

Please sign in to comment.