We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to transfer the L and U matrix to the gpu , does superlu support the output of L and U matrix to a file?
The text was updated successfully, but these errors were encountered:
I'm not sure how do you plan to use the L and U. If you want to work with CSR or triplet formats:
If you can work with the supernodal representation, they can already accessed from GPU, for example using https://github.com/xiaoyeli/superlu_dist/blob/324d65fced6ce8abf0eb900223cba0207d538db7/SRC/pdgssvx.c#L1894 https://github.com/xiaoyeli/superlu_dist/blob/324d65fced6ce8abf0eb900223cba0207d538db7/SRC/pdgssvx.c#L1448
Sorry, something went wrong.
No branches or pull requests
I want to transfer the L and U matrix to the gpu , does superlu support the output of L and U matrix to a file?
The text was updated successfully, but these errors were encountered: