-
Notifications
You must be signed in to change notification settings - Fork 808
Open
Labels
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/17985510558/job/51163991604?pr=20162
TIMEOUT: SYCL :: HostInteropTask/host-task-two-queues.cpp (1893 of 1893)
******************** TEST 'SYCL :: HostInteropTask/host-task-two-queues.cpp' FAILED ********************
Exit Code: -9
Timeout: Reached timeout of 300 seconds
Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/HostInteropTask/Output/host-task-two-queues.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/HostInteropTask/Output/host-task-two-queues.cpp.tmp.out
# .---command stdout------------
# | C[0][0] = 7
# | C[0][1] = 7
# | C[0][2] = 7
# | C[0][3] = 7
# | C[0][4] = 7
# | C[1][0] = 7
# | C[1][1] = 7
# | C[1][2] = 7
# | C[1][3] = 7
# | C[1][4] = 7
# | C[2][0] = 7
# | C[2][1] = 7
# | C[2][2] = 7
# | C[2][3] = 7
# | C[2][4] = 7
# | C[3][0] = 7
# | C[3][1] = 7
# | C[3][2] = 7
# | C[3][3] = 7
# | C[3][4] = 7
# | C[4][0] = 7
# | C[4][1] = 7
# | C[4][2] = 7
# | C[4][3] = 7
# | C[4][4] = 7
# `-----------------------------
# error: command failed with exit status: -9
# error: command reached timeout: True
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