Skip to content

Releases: GPUEngineering/GPUtils

v1.3.1

07 Nov 23:39
43da320
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Oct 22:04
d5b6b52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

07 Oct 16:25
40b83a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Oct 20:16
c6bf540
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

02 Aug 18:45
8749677
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Jun 09:53
39d3524
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

First release

08 May 13:22
b3aa3cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0...v0.1.0

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