-
Notifications
You must be signed in to change notification settings - Fork 808
Open
Labels
Description
Describe the bug
-- Testing: 2477 tests, 24 workers --
FAIL: SYCL :: Basic/image/image_write.cpp (370 of 2477)
******************** TEST 'SYCL :: Basic/image/image_write.cpp' FAILED ********************
Exit Code: 255
Command Output (stdout):
--
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/image/image_write.cpp -o /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/image/image_write.cpp -o /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 3
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: 255
https://github.com/intel/llvm/actions/runs/18040793475/job/51339663412
To reproduce
No response
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