Skip to content

missing device implementation of posv #10

@burlen

Description

@burlen

Lapack++ seems to be missing the device implementations of posv. There is currently a cpu only implementation in lapack++ (see src/posv.cc). A device implementation of posv could be potentially be implemented with the already existing building blocks : lapack::potrf and lapack::trsm which both have both cpu and device implementations. We've taken this approach as a work around in our project for the time being.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions