Skip to content

Commit 29c7e05

Browse files
committed
test
1 parent 3edd618 commit 29c7e05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using namespace sycl;
2626

2727
int main() {
28-
28+
return 1;
2929
queue Queue;
3030
auto dev = Queue.get_device();
3131
std::cout << "Device: " << dev.get_info<info::device::name>() << std::endl;

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ def open_check_file(file_name):
646646
for sycl_device in config.sycl_devices:
647647
env = copy.copy(llvm_config.config.environment)
648648
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
649+
env["ZES_ENABLE_SYSMAN"] = "1"
649650
if sycl_device.startswith("cuda:"):
650651
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"
651652
# When using the ONEAPI_DEVICE_SELECTOR environment variable, sycl-ls

0 commit comments

Comments
 (0)