Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph/RecordReplay/usm_fill.cpp timeout on CUDA CI for unrelated changes #15000

Open
steffenlarsen opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working sycl-graph

Comments

@steffenlarsen
Copy link
Contributor

Describe the bug

The Graph/RecordReplay/usm_fill.cpp test has been observed to timeout in CUDA CI for unrelated changes. For example, see #14985.

TIMEOUT: SYCL :: Graph/RecordReplay/usm_fill.cpp (1953 of 2130)
******************** TEST 'SYCL :: Graph/RecordReplay/usm_fill.cpp' FAILED ********************
Exit Code: -9
Timeout: Reached timeout of 600 seconds

Command Output (stdout):
--
# RUN: at line 1
.../llvm/toolchain/bin//clang++  -Werror  -fsycl -fsycl-targets=nvptx64-nvidia-cuda  .../llvm/llvm/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp -o .../llvm/build-e2e/Graph/RecordReplay/Output/usm_fill.cpp.tmp.out
# executed command: .../llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda .../llvm/llvm/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp -o .../llvm/build-e2e/Graph/RecordReplay/Output/usm_fill.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  .../llvm/build-e2e/Graph/RecordReplay/Output/usm_fill.cpp.tmp.out
# executed command: env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu .../llvm/build-e2e/Graph/RecordReplay/Output/usm_fill.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True

--

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. 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

@EwanC
Copy link
Contributor

EwanC commented Aug 8, 2024

Related issue for Graph E2E tests timing out in CI #14852

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sycl-graph
Projects
None yet
Development

No branches or pull requests

2 participants