-
Notifications
You must be signed in to change notification settings - Fork 5
Implement DiagonalAlgorithms for the GPU
#106
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
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
lkdvos
left a comment
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 might be missing something obvious, but there doesn't seem to be any specific specializations for the different diagonal algorithm types. Does that mean we can simply take the other changes as small fixes and use DiagonalAlgorithm for all of them?
|
Yeah, I did it this way for now to see if we did need them specialized, but seems not. (Thus, WIP.) I'll update the PR. |
607be21 to
eff9275
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
DiagonalAlgorithms for the GPUDiagonalAlgorithms for the GPU
Decided to try doing these as separate algos for each backend, as I think AMDGPU.jl does not support
sortpermyet (but CUDA.jl does).