-
Notifications
You must be signed in to change notification settings - Fork 244
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 include directories for rocTracer, hipBLAS-common, rocRAND #3615
base: develop
Are you sure you want to change the base?
Conversation
…nlohmann_json and SQLite
Is rocRAND only supposed to be required when building
|
I think it was, but looks like it's been used in some kernels that are included generally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming build doesn't hit issues.
This PR resolves issues related to building MIOpen with spack. In Spack, all of these packages are installed in different paths, not is a single
/opt/rocm
path, which is why the include directories need to be explictly added.Changes:
Link roc::hipblas and roc::rocrand libraries, when hipblas_FOUND and rocrand_FOUND variables are true.