llvm icon indicating copy to clipboard operation
llvm copied to clipboard

whole_update_double_buffer.cpp failing in CI on CUDA

Open sarnex opened this issue 9 months ago • 1 comments

Describe the bug

FAIL: SYCL :: Graph/Update/Explicit/whole_update_double_buffer.cpp (1108 of 2032)
******************** TEST 'SYCL :: Graph/Update/Explicit/whole_update_double_buffer.cpp' FAILED ********************
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++   -fsycl -fsycl-targets=nvptx64-nvidia-cuda  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp -o /__w/llvm/llvm/build-e2e/Graph/Update/Explicit/Output/whole_update_double_buffer.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Update/Explicit/whole_update_double_buffer.cpp -o /__w/llvm/llvm/build-e2e/Graph/Update/Explicit/Output/whole_update_double_buffer.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu  /__w/llvm/llvm/build-e2e/Graph/Update/Explicit/Output/whole_update_double_buffer.cpp.tmp.out
# executed command: env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/Graph/Update/Explicit/Output/whole_update_double_buffer.cpp.tmp.out
# .---command stdout------------
# | Unexpected value at index 256 for DataB2: 1305 (got) vs 1574 (expected)
# `-----------------------------
# .---command stderr------------
# | whole_update_double_buffer.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Update/Explicit/../../Inputs/whole_update_double_buffer.cpp:86: int main(): Assertion `check_value(i, ReferenceB2[i], HostDataB2[i], "DataB2")' failed.
# `-----------------------------
# error: command failed with exit status: -6

--

********************
Slowest Tests:

from this PR with run here.

To reproduce

No response

Environment

No response

Additional context

No response

sarnex avatar May 09 '24 19:05 sarnex

This came up in https://github.com/intel/llvm/pull/13719#issuecomment-2103009985 too, and has also been reported internally as failing on Windows runs. Will disable the test on CUDA while @intel/sycl-graphs-reviewers investigate.

EwanC avatar May 10 '24 10:05 EwanC

This should be fixed by #14167

Bensuo avatar Jun 19 '24 12:06 Bensuo