Skip to content

Cholesky Symbolic factorization in GPU #976

@lukkio88

Description

@lukkio88

Hi,

To my knowledge Cholesky factorization is performed in two steps. The first step is the symbolic factorization, where non zero entries are predicted in the worst case scenario and post ordering is performed. Then the actual numerical factorization is performed, given the symbolic one.

I wonder if SuiteSparse has a GPU implementation of the former. Because is graph traversal / tree construction based I suspect not, but I'd like confirmation (I cannot see any in code).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions