Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/get_info_aspect.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* This test checks that get_info checks its aspect and passes without ZES_ENABLE_SYSMAN=1.*/
// REQUIRES: gpu-intel-dg2, level_zero
// RUN: %{build} -o %t.out
// XFAIL: windows
// XFAIL-TRACKER: URLZA-420
// RUN: env ZES_ENABLE_SYSMAN=0 %{run} %t.out
// Explicitly set 'ZES_ENABLE_SYSMAN=0'. HWLOC initializes this environment
// variable in its constructor, causing this test to fail, as retrieving
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
// RUN: %{build} %level_zero_options -o %t.out
// RUN: env ZES_ENABLE_SYSMAN=1 %{run} %t.out 2>&1 | FileCheck %s
// RUN: env ZES_ENABLE_SYSMAN=0 %{run} %t.out 2>&1 | FileCheck %s
// RUN: %if linux %{ env ZES_ENABLE_SYSMAN=0 %{run} %t.out 2>&1 | FileCheck %s %}
//
// The test is to check that the free device memory is reported by Level Zero
// backend both with and without the sysman environment variable.
Expand Down
Loading