intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.22k stars 728 forks source link

ProfilingTag/in_order_profiling_queue.cpp failing on unrelated changes on FPGA #14315

Open sarnex opened 2 months ago

sarnex commented 2 months ago

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

  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

Additional context

No response

sarnex commented 2 months ago

Note: This is FPGA only, the previous claim that L0 also failed was wrong