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

Add rocrand to hip::hiprand interface libraries #127

Merged
merged 1 commit into from
May 2, 2024

Conversation

cgmb
Copy link
Contributor

@cgmb cgmb commented Apr 1, 2024

There are HIP and rocRAND headers included in the hiprand public headers, so they should be linked publicly. The hiprand exported CMake config needs to searching for both hip and rocrand using find_dependency to ensure the targets are available.

Fixes #113

There are HIP and rocRAND headers included in the hiprand public
headers, so they should be linked publicly. The hiprand exported
CMake config needs to searching for both hip and rocrand using
find_dependency to ensure the targets are available.
@cgmb cgmb marked this pull request as ready for review April 22, 2024 05:40
@cgmb
Copy link
Contributor Author

cgmb commented May 2, 2024

The CI is currently configured to use a CUDA image that does not exist. As such, the CUDA builds cannot pass. Everything else succeeded, though, so I will merge.

@cgmb cgmb merged commit a471c35 into ROCm:develop May 2, 2024
16 of 18 checks passed
@cgmb cgmb deleted the hiprand-cmake-target-interface branch May 2, 2024 01:25
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

Successfully merging this pull request may close these issues.

hip::hiprand does not propogate required dependencies
2 participants