Closed
Description
Describe the bug
********************
Failed Tests (1):
SYCL :: Graph/RecordReplay/buffer_ordering.cpp
https://github.com/intel/llvm/actions/runs/15147949232/job/42589283156?pr=18231
FAIL: SYCL :: Graph/RecordReplay/buffer_ordering.cpp (713 of 2374)
******************** TEST 'SYCL :: Graph/RecordReplay/buffer_ordering.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/buffer_ordering.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/buffer_ordering.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/buffer_ordering.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/buffer_ordering.cpp.tmp.out
# .---command stdout------------
# | Unexpected value at index 0 for Arr: 10 (got) vs 22 (expected)
# `-----------------------------
# .---command stderr------------
# | buffer_ordering.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/../Inputs/buffer_ordering.cpp:100: int main(): Assertion `check_value(i, Expected, Arr[i], "Arr")' 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
No response
Additional context
No response