Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why we didn't use:
MAGMA: It imposed too stringent requirements on users to install dependencies, even though it provides everything we're looking for.
Kokkos kernels: Kokkos kernels provides mostly implements BLAS-like operations. However, it focuses on solving many small systems, and we need solutions to large systems.
Eigen: The GPU version is intended for small systems.
Beta Was this translation helpful? Give feedback.
All reactions