test-e2e/ProfilingTag/in_order_profiling_queue.cpp fails on opencl:gpu
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
See https://github.com/intel/llvm/actions/runs/27011441219/job/79718619647?pr=22222
```
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# .---command stdout------------
# | StartTagSubmit: 206105657447
# | StartTagStart: 206106023906
# | StartTagEnd: 206106023906
# | EndTagSubmit: 206106915312
# | EndTagStart: 206107158125
# | EndTagEnd: 206107158125
# | E1Start: 206106188854
# | E1End: 206106265833
# | E2Start: 206106275833
# | E2End: 206106353333
# `-----------------------------
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# .---command stdout------------
# | StartTagSubmit: 3114647674687
# | StartTagStart: 3114647714375
# | StartTagEnd: 3114647714739
# | EndTagSubmit: 3114647951510
# | EndTagStart: 3114647973958
# | EndTagEnd: 3114647974374
# | E1Start: 3114647876875
# | E1End: 3114647939479
# | E2Start: 3114647946562
# | E2End: 3114648011249
# | E2End <= EndTagEnd Failed!
# `-----------------------------
# error: command failed with exit status: 1
```
### To reproduce
1. Include a code snippet that is as short as possible
2. Specify the command which should be used to compile the program
3. Specify the command which should be used to launch the program
4. 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_
Contributor guide
Assessment
This issue has not been assessed yet.