Skip to content

Releases: coreylowman/cudarc

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

27 Feb 16:26
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.13.7 - fix for bindgen layout tests

27 Feb 14:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.6...v0.13.7

v0.13.6 - cuFuncSetCacheConfig & nccl::Comm::all_reduce_in_place

18 Feb 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.5...v0.13.6

v0.13.5 - cuda 12.8

14 Feb 15:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.13.5

v0.13.4 - 32 parameters for cuda function launching

28 Jan 16:13
Compare
Choose a tag to compare

What's Changed

  • allow up to 32 parameters in launch interface of CudaFunctions by @dkales in #322

Full Changelog: v0.13.3...v0.13.4

v0.13.3 More params in launching cuda functions & more event fns

22 Jan 16:12
Compare
Choose a tag to compare

What's Changed

  • allow up to 20 parameters in launch interface of CudaFunctions by @dkales in #321
  • Add query and synchronize event function wrappers by @OlivierDehaene in #320

Full Changelog: v0.13.2...v0.13.3

v0.13.2 - small curand improvements

21 Jan 14:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1 - wsl fixes & driver::sys::is_available()

20 Jan 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0 fixes for windows build, cuuid, LaunchConfig & breaking changes for nccl/cudnn

08 Jan 13:27
Compare
Choose a tag to compare

What's Changed

  • fix runtime/result.rs import_external_memory_opaque_win32() bug by @guyoung in #305
  • Elazarl/feature/cuuuid by @elazarl in #303
  • Fix redundant bug in LaunchConfig::for_num_elems by @coreylowman in #309
  • [Breaking - cudnn::result apis] Adds missing unsafe fn declarations in cudnn::result by @coreylowman in #310
  • [Breaking] &Option<T> -> Option<&T> in nccl broadcast. Add Option argument to nccl reduce. by @coreylowman in #292

New Contributors

Full Changelog: v0.12.2...v0.13.0