-
Notifications
You must be signed in to change notification settings - Fork 801
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/20233797399/job/58084916394?pr=20890
Disabling in #20890
# RUN: at line 3
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/Regression/Output/cache_test.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:1 /__w/llvm/llvm/build-e2e/Regression/Output/cache_test.cpp.tmp.out
# .---command stdout------------
# | Platform 1 (Intel(R) oneAPI Unified Runtime over Level-Zero V2)
# | Device 1 (Intel(R) Graphics)
# | Platform queried from Queue : Intel(R) oneAPI Unified Runtime over Level-Zero V2
# | The platform list contains: Intel(R) oneAPI Unified Runtime over Level-Zero V2
# | Device queried from Queue : Intel(R) oneAPI Unified Runtime over Level-Zero V2
# | The device list contains: Intel(R) Graphics
# `-----------------------------
# .---command stderr------------
# | terminate called after throwing an instance of 'sycl::_V1::exception'
# | what(): Native device isn't exposed to SYCL.
# `-----------------------------
# error: command failed with exit status: -6
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version] - Dependencies version: [e.g. the output of
sycl-ls --verbose]
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working