-
Notifications
You must be signed in to change notification settings - Fork 795
Closed
Labels
Description
Describe the bug
The test was seen failing in precommit for unrelated changes in #15044. This is likely to be a sporadic issue.
Output:
******************** TEST 'SYCL :: Basic/submit_time.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 1
.../toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 .../llvm/sycl/test-e2e/Basic/submit_time.cpp -o .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: .../toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 .../llvm/sycl/test-e2e/Basic/submit_time.cpp -o .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 4 has no command after substitutions
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# .---command stderr------------
# | submit_time.cpp.tmp.out: .../llvm/sycl/test-e2e/Basic/submit_time.cpp:33: int main(): Assertion `(submit_time <= start_time) && (start_time <= end_time)' failed.
# `-----------------------------
# error: command failed with exit status: -6
--
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