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

DeviceImageDependencies/free_function_kernels.cpp failing on AMD HIP #15742

Open
sarnex opened this issue Oct 17, 2024 · 1 comment
Open

DeviceImageDependencies/free_function_kernels.cpp failing on AMD HIP #15742

sarnex opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working hip Issues related to execution on HIP backend.

Comments

@sarnex
Copy link
Contributor

sarnex commented Oct 17, 2024

Describe the bug

# RUN: at line 4
/__w/llvm/llvm/toolchain/bin//clang++  -Werror -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1031 -fsycl -fsycl-targets=amdgcn-amd-amdhsa  /__w/llvm/llvm/llvm/sycl/test-e2e/DeviceImageDependencies/free_function_kernels.cpp -o /__w/llvm/llvm/build-e2e/DeviceImageDependencies/Output/free_function_kernels.cpp.tmp.out -fsycl-allow-device-image-dependencies
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1031 -fsycl -fsycl-targets=amdgcn-amd-amdhsa /__w/llvm/llvm/llvm/sycl/test-e2e/DeviceImageDependencies/free_function_kernels.cpp -o /__w/llvm/llvm/build-e2e/DeviceImageDependencies/Output/free_function_kernels.cpp.tmp.out -fsycl-allow-device-image-dependencies
# note: command had no output on stdout or stderr
# RUN: at line 5
env ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/DeviceImageDependencies/Output/free_function_kernels.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/DeviceImageDependencies/Output/free_function_kernels.cpp.tmp.out
# .---command stdout------------
# | Test 0a: PASS
# `-----------------------------
# .---command stderr------------
# | terminate called after throwing an instance of 'sycl::_V1::exception'
# |   what():  No kernel found with the specified name
# `-----------------------------
# error: command failed with exit status: -6

--

https://github.com/intel/llvm/actions/runs/11385190600/job/31674912072

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. labels Oct 17, 2024
@sarnex
Copy link
Contributor Author

sarnex commented Oct 18, 2024

FYI @LU-JOHN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hip Issues related to execution on HIP backend.
Projects
None yet
Development

No branches or pull requests

1 participant