Skip to content

Releases: GPUEngineering/GPUtils

First pre-release

19 Apr 23:11
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

Added

  • Implementation of DTensor<T>, which is our basic entity for data storage and maniputation (supports basic linear algebra using cublas and cusolver); implementation of =+, -=, *= (for scalars and other tensors), +, -, * (scalars and tensors), printing (using std::cout <<), computation of norms (Frobenius and sum of absolute values of all elements); device vectors and matrices are tensors
  • Singular value decomposition using cublas
  • Least-squares on tensors
  • Computation of nullspace matrices (on tensor objects)
  • Cholesky factorisation
  • Set up unit tests, CI, and CHANGELOG

Auto-generated release notes:

For testing example project.

What's Changed

New Contributors

Full Changelog: https://github.com/GPUEngineering/GPUtils/commits/v0.0.1