We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edd618 commit 29c7e05Copy full SHA for 29c7e05
sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp
@@ -25,7 +25,7 @@
25
using namespace sycl;
26
27
int main() {
28
-
+ return 1;
29
queue Queue;
30
auto dev = Queue.get_device();
31
std::cout << "Device: " << dev.get_info<info::device::name>() << std::endl;
sycl/test-e2e/lit.cfg.py
@@ -646,6 +646,7 @@ def open_check_file(file_name):
646
for sycl_device in config.sycl_devices:
647
env = copy.copy(llvm_config.config.environment)
648
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
649
+ env["ZES_ENABLE_SYSMAN"] = "1"
650
if sycl_device.startswith("cuda:"):
651
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"
652
# When using the ONEAPI_DEVICE_SELECTOR environment variable, sycl-ls
0 commit comments