ORNL / ReSolve

Library of GPU-resident linear solvers
Other
51 stars 1 forks source link

add cpu only rand solver to develop branch. #137

Closed kswirydo closed 4 months ago

kswirydo commented 4 months ago

In this branch:

Rebasing is probably is required...

pelesh commented 4 months ago

There are quite a few compiler warnings that should be addressed before this is merged. Use -Wall -Wconversion -Wextra flags when compiling to see the warnings and identify potential issues they may cause.

PR #138 (to this branch) addresses the compiler warnings.

kswirydo commented 4 months ago

I fixed formatting issues in 811073f