-
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/21289547078/job/61280954533?pr=20758
FAIL: SYCL :: Basic/out_of_order_queue_status_ext_oneapi_empty.cpp (874 of 1841)
******************** TEST 'SYCL :: Basic/out_of_order_queue_status_ext_oneapi_empty.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=opencl:cpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:cpu /__w/llvm/llvm/build-e2e/Basic/Output/out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out
# .---command stderr------------
# | out_of_order_queue_status_ext_oneapi_empty.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/out_of_order_queue_status_ext_oneapi_empty.cpp:15: void CheckArray(int *, size_t, int): Assertion `x[i] == expected' 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