-
Notifications
You must be signed in to change notification settings - Fork 163
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
[LAPACK][CUSOLVER] Add getri batch funcs #248
Conversation
Clarification: I have not added the group USM functions since I don't want to give the user the impression that the group getri is calling some |
Have all comments been addressed? |
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.
Looks good. Thanks for the updates!
Can this get merged? |
Can we get this merged. |
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.
Thank you for your contributions!
* Add getri batch funcs * Responding to comments
This adds getri batch funcs as well as getri (which calls getri_batch). The GetriBatch funcs are in CUBLAS, not CUSOLVER so some CMake changes were necessary.
Fixes # (GitHub issue)
#229
Clang-formatted and tests passing locally.
I have not included the group funcs in this PR. Should I do so?