-
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/21222444915/job/61062072030?pr=21082
FAIL: SYCL :: Regression/queue_submit.cpp (1042 of 1840)
******************** TEST 'SYCL :: Regression/queue_submit.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Regression/Output/queue_submit.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Regression/Output/queue_submit.cpp.tmp.out
# .---command stderr------------
# | queue_submit.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Regression/queue_submit.cpp:35: void submit(sycl::queue &, sycl::kernel &): Assertion `data[i] == i' 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