Open
Description
Describe the bug
Saw this failure in #18418, which only re-enables tests on another platform so this must be an unrelated failure.
FAIL: SYCL :: ProfilingTag/profiling_queue.cpp (1329 of 2370)
******************** TEST 'SYCL :: ProfilingTag/profiling_queue.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# .---command stdout------------
# | StartTagSubmit: 218851653488
# | StartTagStart: 218851742356
# | StartTagEnd: 218851742356
# | EndTagSubmit: 218852102404
# | EndTagStart: 218852486216
# | EndTagEnd: 218852486216
# `-----------------------------
# .---command stderr------------
# | ur_die: urEventWait must not be called for an internal event
# | terminate called without an active exception
# `-----------------------------
# error: command failed with exit status: -6
--
https://github.com/intel/llvm/actions/runs/14975691324/job/42069202736?pr=18418
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