Skip to content

Commit

Permalink
[SYCL][Graph] Disable host_task_single.cpp lit run
Browse files Browse the repository at this point in the history
PR intel#13802 disabled the L0 leak checking
in `host_task_single.cpp` for immediate command-lists on Windows.

However issue intel#13862 has highlighted
that this needs extended to also disabling the linux case due to CI fail
https://github.com/intel/llvm/actions/runs/9108501375/job/25040698422?pr=13801

```
```
  • Loading branch information
EwanC committed May 21, 2024
1 parent 5c6616c commit 1eeebdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/Graph/Explicit/host_task_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// Extra run to check for immediate-command-list in Level Zero
// Immediate command-list testing is disabled on Windows due to a
// Immediate command-list testing is disabled due to a
// non-deterministic leak of the Level Zero context, and is intended
// to be re-enabled once this can be investigated and fixed.
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// RUN: %if level_zero && disabled %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// REQUIRES: aspect-usm_host_allocations

Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// Extra run to check for immediate-command-list in Level Zero
// Immediate command-list testing is disabled on Windows due to a
// Immediate command-list testing is disabled due to a
// non-deterministic leak of the Level Zero context, and is intended
// to be re-enabled once this can be investigated and fixed.
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// RUN: %if level_zero && disabled %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}

// REQUIRES: aspect-usm_host_allocations

Expand Down

0 comments on commit 1eeebdf

Please sign in to comment.