-
Notifications
You must be signed in to change notification settings - Fork 794
Open
Labels
bugSomething isn't workingSomething isn't workingconfirmedlevel-zeroIssues related to the Level Zero backendIssues related to the Level Zero backend
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/18575072524/job/52960382220?pr=14114
# RUN: at line 5
env UR_L0_DEBUG=-1 env UR_L0_LEAKS_DEBUG=1 SYCL_ENABLE_DEFAULT_CONTEXTS=0 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\Adapters\level_zero\Output\queue_profiling.cpp.tmp.out 2>&1 | d:\github\_work\llvm\llvm\install\bin\filecheck.exe --check-prefixes=WITHOUT D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Adapters\level_zero\queue_profiling.cpp
# executed command: env UR_L0_DEBUG=-1 env UR_L0_LEAKS_DEBUG=1 SYCL_ENABLE_DEFAULT_CONTEXTS=0 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Adapters\level_zero\Output\queue_profiling.cpp.tmp.out'
# executed command: 'd:\github\_work\llvm\llvm\install\bin\filecheck.exe' --check-prefixes=WITHOUT 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Adapters\level_zero\queue_profiling.cpp'
# .---command stderr------------
# | D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Adapters\level_zero\queue_profiling.cpp:14:13: error: WITHOUT: expected string not found in input
# | // WITHOUT: SYCL exception caught: Profiling information is unavailable as the queue associated with the event does not have the 'enable_profiling' property.
# | ^
# | <stdin>:153:37: note: scanning from here
# | ze_event_pool_desc_t flags set to: 1
# | ^
# |
# | Input file: <stdin>
# | Check file: D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Adapters\level_zero\queue_profiling.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 148: [2025-10-16 14:53:36.896] [ze_loader] [trace] zeCommandListCreateImmediate(hContext, hDevice, altdesc, phCommandList)
# |
# | 149: create command list ordinal: 0, type: immediate, device: 0000022860618D58, inOrder: 1
# | 150: [2025-10-16 14:53:36.898] [ze_loader] [trace] zeCommandListCreateImmediate(hContext, hDevice, altdesc, phCommandList)
# |
# | 151: create command list ordinal: 0, type: immediate, device: 0000022860618D58, inOrder: 1
# | 152: [2025-10-16 14:53:36.899] [ze_loader] [trace] zeCommandListCreateImmediate(hContext, hDevice, altdesc, phCommandList)
# |
# | 153: ze_event_pool_desc_t flags set to: 1
# | check:14 X error: no match found
# | 154: [2025-10-16 14:53:36.900] [ze_loader] [trace] zeEventPoolCreate(hContext, desc, numDevices, phDevicesLocal, phEventPool)
# |
# | check:14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 155: [2025-10-16 14:53:36.900] [ze_loader] [trace] zeEventCreate(hEventPool, desc, phEvent)
# |
# | check:14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 156: [2025-10-16 14:53:36.900] [ze_loader] [trace] zeEventCreate(hEventPool, desc, phEvent)
# |
# | check:14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 157: [2025-10-16 14:53:36.900] [ze_loader] [trace] zeEventCreate(hEventPool, desc, phEvent)
# |
# | check:14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 158: [2025-10-16 14:53:36.900] [ze_loader] [trace] zeEventCreate(hEventPool, desc, phEvent)
# |
# | check:14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
To reproduce
No response
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 workingconfirmedlevel-zeroIssues related to the Level Zero backendIssues related to the Level Zero backend