-
Notifications
You must be signed in to change notification settings - Fork 27
hipBLASLt: bump submodule to include gfx1151 support #357
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
Conversation
Testing
pass on the ASUS Z13 with this patch |
+ try: | ||
+ globalParameters["ROCmSMIPath"] = locateExe(globalParameters["ROCmBinPath"], "rocm-smi") | ||
+ except OSError: | ||
+ pass |
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.
FYI, this works around #359.
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.
@marbre , since rocm-smi
would not work under the WSL for some time(?), should we ask hipBLASLt to integrate this change?
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.
We'll address this in a meeting later today.
689bc83
to
df4dc6c
Compare
I amended the hipBLASLt/0008-tensilelite-make-roc-smi-binary-optional-during-buil.patch to only attempt to use |
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.
I'm working on getting this landed now.
df4dc6c
to
720b2bc
Compare
Bump hipBLASLt submodule to include a revision that has gfx1151 support and can build rocBLAS. Adapt TheRock hipBLASLt patches to match.
720b2bc
to
fe89c6c
Compare
I triaged this a bit more and reworked a little bit, dropping one patch in the process. The new patch looks fine to me to send to the upstream project. |
Thanks @stellaraccident! I'll base the next PR in the gfx1151 work on this and also submit the |
Bump hipBLASLt submodule to include a revision that has gfx1151 support and can build rocBLAS.
Adapt TheRock hipBLASLt patches to match.