Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 258 Bytes

Out of Core SVD

Computes the SVD out of core using the crossproducts SVD.

Dependencies and Compiling

  • Standard CPU/GPU dependencies for CPU/GPU builds.
  • No MPI.

To build the CPU version, do make cpu. Likewise do make gpu for the GPU version.