Skip to content

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

Latest
Compare
Choose a tag to compare
@coreylowman coreylowman released this 08 Jan 13:27

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