Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Call for CMake scripts #4

Open
albestro opened this issue Oct 7, 2019 · 3 comments
Open

Call for CMake scripts #4

albestro opened this issue Oct 7, 2019 · 3 comments

Comments

@albestro
Copy link
Collaborator

albestro commented Oct 7, 2019

Do you have any CMake scripts, either ready for production or not, that you would like to share?

Please comment on this issue with their name!

@shoshijak
Copy link

As per @bcumming 's comment

If you nominate a script, you have to be prepared to put the time into revising it in the PR review.

I nominate @AdhocMan 's FindROCM.cmake.

@halfflat
Copy link

halfflat commented Oct 7, 2019

It's a very simple one, but might be useful: FindJulia.cmake from the arbor repo. Components are used for testing whether a particular Julia package is installed.

@AdhocMan
Copy link

AdhocMan commented Oct 7, 2019

As per @bcumming 's comment

If you nominate a script, you have to be prepared to put the time into revising it in the PR review.

I nominate @AdhocMan 's FindROCM.cmake.

Thanks for the nomination! That module was mainly written to work around some limitations of the compiler in earlier releases of ROCm when linking with other compilers. It still works for me, but getting it production ready for others would take quite a bit of work still.
It's probably better to use the official find module together with dedicated modules for finding libraries such as rocFFT and rocBLAS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants