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

cmake: copy hipfft-test third party DLLs to test output dir #104

Merged

Conversation

evetsso
Copy link
Contributor

@evetsso evetsso commented Sep 11, 2024

Cherry-pick for 6.3 release.

@evetsso evetsso merged commit 823b546 into ROCm:release-staging/rocm-rel-6.3 Sep 12, 2024
12 of 17 checks passed
Copy link
Contributor

@cgmb cgmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might find ROCm/rocSOLVER#739 interesting. The TARGET_RUNTIME_DLLS generator expression doesn't work for everything (e.g., rocblas kernel files and some LAPACK dependencies for some reason), but it does seem to capture our intent with this copying.

My proposed change also guards this copying behaviour behind an option (enabled by default), as this copying is somewhat specific to our internal testing workflow and may not be desired by third parties building our software on Windows.

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.

4 participants