-
Notifications
You must be signed in to change notification settings - Fork 97
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
BUILD: add support for specific gpu ach with ROCM #987
BUILD: add support for specific gpu ach with ROCM #987
Conversation
Can one of the admins verify this patch? |
@akolliasAMD Please also get review from @edgargabriel |
d69f536
to
ada82be
Compare
@manjugv this looks good to me. I don't think the repo allows me to do a formal review, but we discussed this with @akolliasAMD internally before he filed the PR. |
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.
actually, I can do a review :-)
ada82be
to
7db54d7
Compare
Can you give it another thumbs up for the CI to continue? EDIT: Actually will do a proper rebase and repush sorry |
71f07f4
to
feb4712
Compare
ok to test |
b28c8ca
to
69f9647
Compare
Do you want me to just rebase from master and merge? |
yes please |
69f9647
to
32c944b
Compare
ok rebased. Will wait for tests to pass and merge hopefully |
jenkins error is unrelated |
What
Added ability to specify ROCM architecture on configure with --with-rocm-arch
options are:
all
which does the same behavior as before,all-arch-no-native
does all default rocm architectures with the exception of native (to be used if no rocm enabled gpus exist in the system)--offload-arch=gfx###
for specifying a specific architectureWhy ?
This allows specifying a specific architecture. It will fix the #969 issue