Skip to content

Commit 28cdd74

Browse files
authored
[SYCL][E2E] Disable submit_time.cpp on PVC (#21460)
Seems it fails on PVC too sometimes https://github.com/intel/llvm/actions/runs/22736449204/job/66068452637?pr=14114 --------- Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent 15e326a commit 28cdd74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sycl/test-e2e/Basic/submit_time.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
2-
// There is an issue with reported device time for the L0 backend, works only on
3-
// pvc for now. No such problems for other backends.
4-
// RUN: %if (!level_zero || arch-intel_gpu_pvc) %{ %{run} %t.out %}
2+
// There is an issue with reported device time for the L0 backend. No such
3+
// problems for other backends.
4+
// RUN-IF: !level_zero, %{run} %t.out
55

66
// Check that submission time is calculated properly.
77

0 commit comments

Comments
 (0)