Skip to content

Releases: emfomy/isvd

1.3.2

26 Sep 04:17
Compare
Choose a tag to compare
  • Updates
    • Show CUDA error message.
  • Bug fix.
    • Fix bugs in MPI.
    • Fix typo. [#38]

1.3.1

16 Aug 07:06
Compare
Choose a tag to compare
  • Updates
    • Check MPI standard in CMake. [#2]
  • Bug fix.
    • Fix memory leak in sketching.

1.3.0

13 Aug 04:28
Compare
Choose a tag to compare
  • Updates
    • Implement TSQR stages. [#6]
    • Use isvd_Param in drivers. [#33]
    • Rename all routine to upper camel case style.
  • Bug fix.
    • Fix the incompatibility to OpenMPI. [#35]

1.2.2

12 Oct 01:27
Compare
Choose a tag to compare
  • Improve unit tests.
    • Add shallow unit test (tests without assertions in libisvd)
  • Bug fix.
    • Fix bugs of installation
    • Fix memory leaks issue.
    • Fix typo.

1.2.1

15 Sep 02:27
Compare
Choose a tag to compare
  • Bug fix.
    • Fix bugs in MAGMA initialization.

1.2.0

15 Sep 00:46
Compare
Choose a tag to compare
  • Implement routines with GPU support.
    • Add GPU Support.
  • Improve iSVD driver.
    • Combine iSVD and iEIG driver.
    • Enable time record.
    • Enable stage arguments and return values.
    • Enable default arguments query.
  • Improve documentation.
    • Add tutorial.
  • Bug fix.
    • Fix compatibility issue with GCC 4.
    • Fix compatibility issue with CMake 2.8.11.
    • Fix memory leaks issue.

1.2.0-rc3

14 Sep 02:39
Compare
Choose a tag to compare
1.2.0-rc3 Pre-release
Pre-release
  • Fix memory leaks.
  • Add default arguments query to iSVD driver.
  • Add alias of floating point types.
  • Update folder structure.
  • Update documentation.

1.2.0-rc2

11 Sep 06:32
Compare
Choose a tag to compare
1.2.0-rc2 Pre-release
Pre-release
  • Fix compatibility issue with CMake 2.8.11.
  • Add CppLint checker.

1.2.0-rc1

08 Sep 09:34
Compare
Choose a tag to compare
1.2.0-rc1 Pre-release
Pre-release
  • Implement routines with GPU support.
  • Combine iSVD and iEIG driver.
  • Enable time record for iSVD driver.
  • Enable stage arguments and return values for iSVD driver.
  • Add tutorial.

1.1.1

15 Sep 00:43
Compare
Choose a tag to compare
  • Update configure files.
  • Fix bugs.