Open
Description
Describe the bug
Run sycl-ls --verbose
[native_cpu:cpu][native_cpu:0] SYCL_NATIVE_CPU, SYCL Native CPU 0.1 [0.0.0]
[opencl:cpu][opencl:0] Intel(R) OpenCL, 12th Gen Intel(R) Core(TM) i9-12900 OpenCL 3.0 (Build 0) [2024.18.10.0.08_160000]
[opencl:gpu][opencl:1] Intel(R) OpenCL Graphics, Intel(R) Arc(TM) A750 Graphics OpenCL 3.0 NEO [25.05.32567.17]
[opencl:fpga][opencl:2] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device OpenCL 1.2 [2024.18.10.0.08_160000]
0/1] Running SYCL End-to-End tests
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:64: note: run-only test mode enabled, only executing tests
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:533: note: Targeted devices: level_zero:gpu, opencl:gpu, level_zero_v2:gpu
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:564: note: Running on multiple devices, XFAIL-marked tests will be skipped on corresponding devices
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:736: note: Found pre-installed AOT device compiler ocloc
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:736: note: Found pre-installed AOT device compiler opencl-aot
lit.py: /__w/llvm/llvm/llvm/sycl/test-e2e/lit.cfg.py:834: error: Cannot detect device aspect for level_zero:gpu
stdout:
Platforms: 0
default_selector() : No device of requested type available.
accelerator_selector() : No device of requested type available.
cpu_selector() : No device of requested type available.
gpu_selector() : No device of requested type available.
custom_selector(gpu) : No device of requested type available.
custom_selector(cpu) : No device of requested type available.
custom_selector(acc) : No device of requested type available.
stderr:
INFO: Output filtered by ONEAPI_DEVICE_SELECTOR environment variable, which is set to level_zero:gpu.
To see device ids, use the --ignore-device-selectors CLI option.
To reproduce
- https://github.com/intel/llvm/actions/runs/13948135078/job/39042952149
- https://github.com/intel/llvm/actions/runs/13948991733/job/39045321463
Environment
Additional context
No response