Open
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/9374542664/job/25810825578
# RUN: at line 3
/__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/ProfilingTag/profiling_queue.cpp -o /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/ProfilingTag/profiling_queue.cpp -o /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 4
env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# executed command: env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/ProfilingTag/Output/profiling_queue.cpp.tmp.out
# .---command stdout------------
# | StartTagSubmit: 84403198
# | StartTagStart: 84461570
# | StartTagEnd: 84463615
# | EndTagSubmit: 84465667
# | EndTagStart: 84515838
# | EndTagEnd: 84518913
# | E1Start: 84467712
# | E1End: 84513793
# | E2Start: 84459518
# | E2End: 84503555
# | StartTagEnd <= E2Start Failed!
# `-----------------------------
# error: command failed with exit status: 1
This seems to also affect other ProfilingTag tests, e.g. in_order_queue.cpp in https://github.com/intel/llvm/actions/runs/9348977102/job/25729306575.
To reproduce
No response
Environment
No response
Additional context
No response