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

[CUSOLVER] Avoid the conversion to CSR format for reordering routines #1786

Merged
merged 1 commit into from
Mar 11, 2023

Conversation

amontoison
Copy link
Member

  • index is now an optional argument for reordering routines;
  • we don't need to convert CSC matrices into CSR matrices anymore because reordering routines are based on the pattern of A + A';
  • zfd now returns a column permutation for SparseMatrixCSC. This change makes sense because the CUSOLVER routine csrzfd computes a row permutation for sparse matrices in CSR format.

@maleadt maleadt merged commit 1271e11 into JuliaGPU:master Mar 11, 2023
@amontoison amontoison deleted the cusolver_ordering branch March 11, 2023 16:45
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
…JuliaGPU#1786)

- index is now an optional argument for reordering routines;
- we don't need to convert CSC matrices into CSR matrices anymore because reordering routines are based on the pattern of A + A';
- `zfd` now returns a column permutation for `SparseMatrixCSC`. This change makes sense because the CUSOLVER routine `csrzfd` computes a row permutation for sparse matrices in CSR format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants