-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request