-
Notifications
You must be signed in to change notification settings - Fork 814
Closed
Labels
Description
Describe the bug
I see the following error in the SYCL / Linux / L0 GEN9 LLVM Test Suite log for this PR - #7185
******************** TEST 'SYCL :: Basic/buffer/buffer_dev_to_dev.cpp' FAILED ********************
Script:
--
: 'RUN: at line 3'; /__w/llvm/llvm/toolchain/bin/clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm_test_suite/SYCL/Basic/buffer/buffer_dev_to_dev.cpp -o /__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out
: 'RUN: at line 4'; true /__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out
: 'RUN: at line 5'; env SYCL_DEVICE_FILTER=ext_oneapi_level_zero:gpu /__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out
: 'RUN: at line 6'; true /__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out
--
Exit Code: -9
Timeout: Reached timeout of 600 seconds
Command Output (stdout):
--
$ ":" "RUN: at line 3"
note: command had no output on stdout or stderr
$ "/__w/llvm/llvm/toolchain/bin/clang++" "-fsycl" "-fsycl-targets=spir64" "/__w/llvm/llvm/llvm_test_suite/SYCL/Basic/buffer/buffer_dev_to_dev.cpp" "-o" "/__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 4"
note: command had no output on stdout or stderr
$ "true" "/__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 5"
note: command had no output on stdout or stderr
$ "env" "SYCL_DEVICE_FILTER=ext_oneapi_level_zero:gpu" "/__w/llvm/llvm/build/SYCL/Basic/buffer/Output/buffer_dev_to_dev.cpp.tmp.out"
note: command had no output on stdout or stderr
error: command failed with exit status: -9
error: command reached timeout: True
Log file
https://github.com/intel/llvm/actions/runs/3324830592/jobs/5497159053
Reactions are currently unavailable