Skip to content

Commit

Permalink
Disable tests for Windows+L0 combination.
Browse files Browse the repository at this point in the history
Signed-off-by: Maronas, Marcos <marcos.maronas@intel.com>
  • Loading branch information
maarquitos14 committed Jan 25, 2024
1 parent 8b3d6c9 commit ee5c8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/CompositeDevice/composite_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMBINED %{run} %t.out
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMPOSITE %{run} %t.out
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=FLAT %{run} %t.out
// UNSUPPORTED: (windows && level_zero)

#include <sycl/sycl.hpp>

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/CompositeDevice/run_on_composite_device.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMBINED %{run} %t.out
// UNSUPPORTED: (windows && level_zero)

#include <sycl/sycl.hpp>

Expand Down

0 comments on commit ee5c8fb

Please sign in to comment.