-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[CUDA][MAGMA][Linalg][WIP] Remove MAGMA #155694
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
base: main
Are you sure you want to change the base?
Conversation
|
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/155694
Note: Links to docs will display an error until the docs builds have been completed. ❌ 9 New Failures, 4 Cancelled Jobs, 1 Unrelated FailureAs of commit f813f58 with merge base 3040ca6 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label labels "module: linalg" "module: magma" |
Didn't find following labels among repository labels: labels,module: linalg |
@pytorchbot label "module: linear algebra" |
Functionality and performance data is missing. Also, unclear if and why you want to remove MAGMA from rocm as well. |
@eee4017 We should have this as a stacked PR so that it's easier to review, e.g. 1st PR removes magma kernel invocation, 2nd one cleans the unused kernels, 3rd cleans cmake build, 4th cleans .ci etc. I would suggest just start with removing the kernel invocation, and once that PR is in, we can use ghstack (https://github.com/ezyang/ghstack) to post rest of the PRs, e.g.:
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
This PR removes support for the MAGMA library in PyTorch's linear algebra operations on CUDA and ROCm devices. Going forward, all such operations will exclusively rely on cuSOLVER/hipSOLVER only.
cc @ptrblck @msaroufim @eqy @jerryzh168 @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd @jianyuh @nikitaved @mruberry @walterddr @xwang233 @lezcano