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

Plugin/sycl-ls.cpp failing on AMD HIP #15313

Open
sarnex opened this issue Sep 6, 2024 · 0 comments
Open

Plugin/sycl-ls.cpp failing on AMD HIP #15313

sarnex opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working confirmed hip Issues related to execution on HIP backend.

Comments

@sarnex
Copy link
Contributor

sarnex commented Sep 6, 2024

Describe the bug

https://github.com/intel/llvm/actions/runs/10737081184/job/29778135326


********************
FAIL: SYCL :: Plugin/sycl-ls.cpp (1706 of 2168)
******************** TEST 'SYCL :: Plugin/sycl-ls.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin/sycl-ls --verbose | grep "Device \[" | wc -l >/__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out
# executed command: /__w/llvm/llvm/toolchain/bin/sycl-ls --verbose
# note: command had no output on stdout or stderr
# executed command: grep 'Device \['
# note: command had no output on stdout or stderr
# executed command: wc -l
# note: command had no output on stdout or stderr
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin/sycl-ls | wc -l >/__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# executed command: /__w/llvm/llvm/toolchain/bin/sycl-ls
# note: command had no output on stdout or stderr
# executed command: wc -l
# note: command had no output on stdout or stderr
# RUN: at line 3
diff /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# executed command: diff /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# .---command stdout------------
# | *** /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.verbose.out
# | --- /__w/llvm/llvm/build-e2e/Plugin/Output/sycl-ls.cpp.tmp.concise.out
# | ***************
# | *** 1 ****
# | ! 3
# | --- 1 ----
# | ! 2
# `-----------------------------
# error: command failed with exit status: 1

To reproduce

No response

Environment

No response

Additional context

No response

@sarnex sarnex added bug Something isn't working hip Issues related to execution on HIP backend. confirmed labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed hip Issues related to execution on HIP backend.
Projects
None yet
Development

No branches or pull requests

1 participant