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

[Feature]: Optional HIP backend at run time #230

Open
cgmb opened this issue Jul 31, 2024 · 0 comments
Open

[Feature]: Optional HIP backend at run time #230

cgmb opened this issue Jul 31, 2024 · 0 comments

Comments

@cgmb
Copy link
Contributor

cgmb commented Jul 31, 2024

Suggestion Description

The HIP support in rocALUTION is currently optional at build time, but it would be preferable if it were optional at run time. For this, it would need to be possible to enable or disable the HIP support in rocALUTION without affecting librocalution.so.

Pushing the choice to run time would make it easy to package librocalution_hip.so separately. The dependencies for the HIP backend are quite large, so it's nice to allow users to skip installing them if not needed.

The librocalution_hip.so shared library would need to be loaded like a plugin with dlopen rather than being registered as DT_NEEDED (which occurs when librocalution_hip.so is linked into librocalution.so with target_link_libraries).

Operating System

No response

GPU

No response

ROCm Component

rocALUTION

samjwu pushed a commit to samjwu/rocALUTION that referenced this issue Aug 19, 2024
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.33.2 to 0.34.0.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.33.2...v0.34.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant