llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Basic/fpga_tests/fpga_pipes.cpp opencl:fpga failing on unrelated changes

Open sarnex opened this issue 1 year ago • 0 comments

Describe the bug

https://github.com/intel/llvm/actions/runs/9681345650/job/26712431639

FAIL: SYCL :: Basic/fpga_tests/fpga_pipes.cpp (215 of 2086)
******************** TEST 'SYCL :: Basic/fpga_tests/fpga_pipes.cpp' FAILED ********************
Exit Code: -11

Command Output (stdout):
--
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin//clang++   -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/fpga_tests/fpga_pipes.cpp -o /__w/llvm/llvm/build-e2e/Basic/fpga_tests/Output/fpga_pipes.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/fpga_tests/fpga_pipes.cpp -o /__w/llvm/llvm/build-e2e/Basic/fpga_tests/Output/fpga_pipes.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 3
env ONEAPI_DEVICE_SELECTOR=opencl:fpga  /__w/llvm/llvm/build-e2e/Basic/fpga_tests/Output/fpga_pipes.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/Basic/fpga_tests/Output/fpga_pipes.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11

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 16:06 sarnex