-
Notifications
You must be signed in to change notification settings - Fork 42
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
Extend sparse linear algebra interface with multiply-add #240
Extend sparse linear algebra interface with multiply-add #240
Conversation
5a059aa
to
427fc01
Compare
Removed dependency on PR #237 |
Hi @wdeconinck, this PR currently only exposes the simple |
Thanks @l90lpa for this PR. I will review it.
Hi @l90lpa I think it's OK indeed to leave it as a follow-on action if ever needed, but as you say, unlikely. |
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 think it's really good and cleans up quite a nice chunk in the interpolation adjoint code path, and will improve performance! This could be merged as is a.f.a.i.c
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.
Nice cleanup with new API
427fc01
to
e639a06
Compare
This PR extends Atlas's sparse linear algebra interface with multiply-add functionality.