Skip to content

Releases: coreylowman/cudarc

v0.9.8 - cudnn half fixes

26 Apr 13:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.7...v0.9.8

v0.9.6

05 Apr 19:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.3 - Static linking, view slicing, runtime module names, multi threading usage

30 Mar 12:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2 - transmutes & cudnn sys api

24 Mar 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.0 - Feature flags, better streams, bug fixes

10 Mar 21:37
Compare
Choose a tag to compare

What's Changed

  • Removing dep on find-cuda-helper. Moving no-std behind feature flag by @coreylowman in #92
  • Adds feature flags for each of the parts of cudarc by @coreylowman in #93
  • Reverting free stream, putting free_async calls on default stream by @coreylowman in #94
  • More sound CudaStream by @coreylowman in #95

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - spring cleaning

03 Mar 19:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.8.0

v0.7.5 - safe multi stream support

27 Feb 14:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4

25 Feb 16:45
Compare
Choose a tag to compare

Forgot to impl ValidAsZeroBits for i128/u128 😅

Full Changelog: v0.7.3...v0.7.4

v0.7.3

25 Feb 16:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2 - default stream usage

19 Feb 21:32
Compare
Choose a tag to compare

What's Changed

  • Using default null stream instead of creating a stream by @coreylowman in #75

Full Changelog: v0.7.1...v0.7.2