Closed as not planned
Closed as not planned
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/9683335767/job/26724883043
FAIL: SYCL :: ProfilingTag/in_order_profiling_queue.cpp (1660 of 2086)
******************** TEST 'SYCL :: ProfilingTag/in_order_profiling_queue.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/ProfilingTag/Output/in_order_profiling_queue.cpp.tmp.out
# .---command stdout------------
# | StartTagSubmit: 1719432009462145032
# | StartTagStart: 1719432009462148354
# | StartTagEnd: 1719432009462148650
# | EndTagSubmit: 1719432009463533169
# | EndTagStart: 1719432009463534620
# | EndTagEnd: 1719432009463534941
# | E1Start: 1719432009462580444
# | E1End: 1719432009462593368
# | E2Start: 1719432009463534384
# | E2End: 1719432009463558371
# | E2End <= EndTagEnd Failed!
# `-----------------------------
# error: command failed with exit status: 1
Note: The failure is likely to be related to the failure seen in sycl/test-e2e/ProfilingTag/profiling_queue.cpp on FPGA as well.
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