Skip to content

Releases: coreylowman/cudarc

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

v0.12.2 - initial runtime api & small non-breaking additions

17 Dec 15:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1 - Cuda 12.6

05 Sep 16:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0 - Various small breaking changes to some APIs/structs.

20 Aug 15:18
Compare
Choose a tag to compare

What's Changed

  • [Breaking] Adds cooperative launch to LaunchAsync by @JRazek in #221
  • [Breaking] Add support for passing options to nvrtc by @brandonros in #251
  • [Breaking] Making cudnn and nccl non-default features in Cargo.toml by @coreylowman in #275
  • [breaking] feat: allow NCCL comm type to operate on views as well by @dkales in #281
  • Update dependencies: half 2.4.1, libloading 0.8.5 by @coreylowman in #289

New Contributors

Full Changelog: v0.11.9...v0.12.0

v0.11.9

20 Aug 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.8...v0.11.9

v0.11.7 - Cuda 11.4, CUDNN path fixes, new driver functions

01 Jul 14:22
Compare
Choose a tag to compare

What's Changed

  • Add documentation on how to synchronize non-default streams by @sebhtml in #261
  • Cuda1104 by @elmattic in #266
  • Add more search paths/lib names for cudnn dynamic linking & loading by @coreylowman in #264
  • Handling self.error_string() failing in Debug for DriverError by @coreylowman in #267
  • Adding various functions to driver result api for managed memory by @coreylowman in #268

New Contributors

Full Changelog: v0.11.6...v0.11.7

v0.11.6 - More lib_names for dynamic loading, better error messages

13 Jun 17:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.5...v0.11.6