Skip to content
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

Batched getri need #305

Closed
vqd8a opened this issue Oct 1, 2018 · 6 comments
Closed

Batched getri need #305

vqd8a opened this issue Oct 1, 2018 · 6 comments

Comments

@vqd8a
Copy link
Contributor

vqd8a commented Oct 1, 2018

Implement batched serial and team getri.

@vqd8a vqd8a self-assigned this Oct 1, 2018
@dholladay00
Copy link

Does getri internally use getrf? It sounds like this is very close to fulfilling #9 (comment) and #39!

@vqd8a
Copy link
Contributor Author

vqd8a commented Oct 1, 2018

@dholladay00 getri computes the inverse of LU factorization resulted from getrf
and yes it does.

@vqd8a
Copy link
Contributor Author

vqd8a commented Oct 1, 2018

@dholladay00 getri internally uses trsm

@dholladay00
Copy link

Oh right, it assumes getrf has already been called. Thanks for the info.

@srajama1
Copy link
Contributor

srajama1 commented Oct 1, 2018

@dholladay00 : supporting getrs with these options are also possible. I think it meets all the requirements you put in.

@ndellingwood
Copy link
Contributor

PR #306 merged with @vqd8a 's implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants