Skip to content

Releases: coreylowman/cudarc

v0.7.1

14 Feb 16:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Feb 21:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...v0.7.0

v0.6.1

15 Jan 15:28
Compare
Choose a tag to compare

Full Changelog: v0.6.0...0.6.1

v0.6.0

14 Jan 17:17
Compare
Choose a tag to compare

What's Changed

  • Adding feature to pass sub parts of slices into kernels by @coreylowman in #45
  • Adding missing sys calls to cublas/sys.rs by @coreylowman in #47
  • gemm/gemv now accept config structs and slices or views by @coreylowman in #48
  • Standardizing module organization. Moving safe apis to /safe.rs by @coreylowman in #51

Full Changelog: v0.5.1...v0.6.0

v0.5.1

08 Jan 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Jan 19:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0 - small api updates

20 Dec 19:56
Compare
Choose a tag to compare

v0.3.0 - cublas support and rewrite to use CudaSlice

15 Dec 14:18
Compare
Choose a tag to compare

v0.2.0

27 Sep 22:22
Compare
Choose a tag to compare

Adds cuRAND support and further updates.