Skip to content

Releases: chelsea0x3b/cudarc

v0.16.3 - cuda 12.9 support

02 May 22:22

Choose a tag to compare

See cuda release notes here: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html

What's Changed

New Contributors

Full Changelog: v0.16.2...v0.16.3

v0.16.2 - safe Unified memory API

24 Apr 13:03

Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1 - Windows dynamic Loading fixes & better error handling in Drop

22 Apr 13:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0 - small cublaslt breaking change & allow disabling event tracking

15 Apr 18:40

Choose a tag to compare

What's Changed

  • Add CudaContext::disable_event_tracking - a way to disable CudaEvent tracking for CudaSlice by @coreylowman in #391
  • Expose cublaslt transc by @EricLBuehler in #390

New Contributors

Full Changelog: v0.15.2...v0.16.0

v0.15.2 - optimizations for single stream use cases (most people)

14 Apr 18:40

Choose a tag to compare

What's Changed

  • driver/safe test: fix 20% relative tolerance instead of absolute by @jedbrown in #384
  • Only doing event recording if multiple streams are created by @coreylowman in #387
  • Check ctx::get_current() before calling ctx::set_current() by @coreylowman in #388

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - Fixes for extraneous stream.synchronizations with host copies & cuSparse/cuSolver sys apis

11 Apr 19:41

Choose a tag to compare

What's Changed

  • Add cuSparse and cuSolver unsafe FFI bindings (after v0.15 merge) by @ajz34 in #381
  • Remove stream synchronizations with HostSlice by @coreylowman in #383

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0 - Support static-linking, dynamic-linking, and dynamic-loading

09 Apr 20:43

Choose a tag to compare

What's Changed

This is only breaking release if you depend on sys level APIs. No result or safe apis have been broken in this release

The breaking changes are that we are going back to the format of calling sys::<fn name>() rather than sys::lib().<fn name>().

Wonderful work by @Narsil to support all of this 🎉

Full Changelog: v0.14.0...v0.15.0

v0.14.0

31 Mar 17:05

Choose a tag to compare

What's Changed

See PRs for more info

New Contributors

Full Changelog: v0.13.9...v0.14.0

v0.13.9 - fix for downstream crates building doc.rs

27 Feb 16:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.8...v0.13.9

v0.13.8 - Add pinned memory apis

27 Feb 14:25

Choose a tag to compare

What's Changed

Full Changelog: v0.13.7...v0.13.8