-
Notifications
You must be signed in to change notification settings - Fork 801
Closed
Labels
Description
Describe the bug
Sporadically fails on BMG. Here's the log from a case where it failed.
2025-02-06T23:28:25.2800250Z FAIL: SYCL :: bindless_images/examples/example_1_1D_read_write.cpp (2177 of 2274)
2025-02-06T23:28:25.2800401Z ******************** TEST 'SYCL :: bindless_images/examples/example_1_1D_read_write.cpp' FAILED ********************
2025-02-06T23:28:25.2800451Z Exit Code: 1
2025-02-06T23:28:25.2800453Z
2025-02-06T23:28:25.2800511Z Command Output (stdout):
2025-02-06T23:28:25.2800555Z --
2025-02-06T23:28:25.2800605Z # RUN: at line 6
2025-02-06T23:28:25.2801048Z /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/bindless_images/examples/example_1_1D_read_write.cpp -o /__w/llvm/llvm/build-e2e/bindless_images/examples/Output/example_1_1D_read_write.cpp.tmp.out
2025-02-06T23:28:25.2801508Z # executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/bindless_images/examples/example_1_1D_read_write.cpp -o /__w/llvm/llvm/build-e2e/bindless_images/examples/Output/example_1_1D_read_write.cpp.tmp.out
2025-02-06T23:28:25.2801587Z # note: command had no output on stdout or stderr
2025-02-06T23:28:25.2801674Z # RUN: at line 7
2025-02-06T23:28:25.2801890Z env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/examples/Output/example_1_1D_read_write.cpp.tmp.out
2025-02-06T23:28:25.2802131Z # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/bindless_images/examples/Output/example_1_1D_read_write.cpp.tmp.out
2025-02-06T23:28:25.2802207Z # note: command had no output on stdout or stderr
2025-02-06T23:28:25.2802274Z # error: command failed with exit status: 1
2025-02-06T23:28:25.2802277Z
2025-02-06T23:28:25.2802326Z --
2025-02-06T23:28:25.2802328Z
https://github.com/intel/llvm/actions/runs/13188912768/job/36819654925?pr=16910
To reproduce
No response
Environment
No response
Additional context
No response