-
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/18124139232/job/51577751297?pr=20141
FAIL: SYCL :: Basic/submit_time.cpp (1323 of 2478)
******************** TEST 'SYCL :: Basic/submit_time.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/submit_time.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/submit_time.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/submit_time.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/submit_time.cpp.tmp.out
# .---command stdout------------
# | Kernel Event - Submit: 1759223322661463851, Start: 1759223322661643541, End: 1759223322672558464
# | Kernel Event - Submit: 1759223322672722976, Start: 1759223322672740451, End: 1759223322672915488
# | Kernel Event - Submit: 1759223322672932510, Start: 1759223322672935264, End: 1759223322673087121
# | Kernel Event - Submit: 1759223322673156884, Start: 1759223322673167215, End: 1759223322673342191
# | Kernel Event - Submit: 1759223322673355219, Start: 1759223322673357363, End: 1759223322673485548
# | Memcpy Event - Submit: 1759223322673507095, Start: 1759223322673512210, End: 1759223322673527785
# | Memcpy Event - Submit: 1759223322673533408, Start: 1759223322673533499, End: 1759223322673542826
# | Memcpy Event - Submit: 1759223322673546002, Start: 1759223322673546045, End: 1759223322673554613
# | Memcpy Event - Submit: 1759223322673557972, Start: 1759223322673557998, End: 1759223322673566468
# | Memcpy Event - Submit: 1759223322673569362, Start: 1759223322673569355, End: 1759223322673578198
# `-----------------------------
# .---command stderr------------
# | submit_time.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/submit_time.cpp:73: int main(): Assertion `(memcpy_submit_time <= memcpy_start_time) && (memcpy_start_time <= memcpy_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