llvm icon indicating copy to clipboard operation
llvm copied to clipboard

ProfilingTag/in_order_profiling_queue.cpp failing on unrelated changes on FPGA

Open sarnex opened this issue 1 year ago • 1 comments

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

  • 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

sarnex avatar Jun 26 '24 20:06 sarnex

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

sarnex avatar Jun 27 '24 14:06 sarnex

FPGA is no longer tested. Closing this as not planned.

steffenlarsen avatar Jul 01 '25 07:07 steffenlarsen