Closed
Description
Describe the bug
******************** TEST 'SYCL :: Basic/fpga_tests/fpga_pipes.cpp' FAILED ********************
Exit Code: 255
Command Output (stdout):
--
# RUN: at line 6
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -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++ -Werror -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 7
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
# .---command stderr------------
# | DEBUG: executing test 1
# | DEBUG: executing test 2
# | DEBUG: executing test 3
# | DEBUG: executing test 4
# | DEBUG: executing test 5
# | DEBUG: executing test 6
# | DEBUG: executing test 7
# | DEBUG: executing test 8
# | DEBUG: executing test 9
# | DEBUG: executing test 10
# | DEBUG: executing test 11
# | DEBUG: executing test 12
# | DEBUG: Finished with result -1
# `-----------------------------
# error: command failed with exit status: 2[55](https://github.com/intel/llvm/actions/runs/12868856344/job/35879918377?pr=16671#step:24:56)
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