版本发布 8
## What's Changed * fix: add support for cufft 12.x by @mayocream in https://github.com/chelsea0x3b/cudarc/pull/530 * Add lib{name}.so.9 by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/531 **Full Changelog**: https://github.com/chelsea0x3b/cudarc/compare/v0.19.1...v0.19.2
## What's Changed * Fix memory safety issue in CudaSlice::leak and optimize Drop by @wizenink in https://github.com/chelsea0x3b/cudarc/pull/516 * [Breaking] get_global returns CudaViewMut by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/517 * Add fallback for loading like there is for version by @wingertge in https://github.com/chelsea0x3b/cudarc/pull/518 * fixes a few issues with multi gpu usage in both candle and mistralrs by @krampenschiesser in https://github.com/chelsea0x3b/cudarc/pull/520 * unify memcpy peer & memcpy dtod by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/522 ## New Contributors * @wingertge made their first contribution in https://github.com/chelsea0x3b/cudarc/pull/518 * @krampenschiesser made their first contribution in https://github.com/chelsea0x3b/cudarc/pull/520 **Full Changelog**: https://github.com/chelsea0x3b/cudarc/compare/v0.18.2...v0.19.0
## What's Changed * Adding CudaContext::per_thread_stream() by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/491 * adds more filters for cuda 13 by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/492 * Deprecate memcpy_stod,memcpy_dtov. Adds clone_htod,clone_dtoh by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/493 * Small docs updates by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/494 * [Breaking] Fixing mutable aliasing soundness issue by @chelsea0x3b in https://github.com/chelsea0x3b/cudarc/pull/495 **Full Changelog**: https://github.com/chelsea0x3b/cudarc/compare/v0.17.8...v0.18.0
## What's Changed * Expose a getter for compute capability by @wizenink in https://github.com/coreylowman/cudarc/pull/477 * Add safe API for CUDA constant memory operations by @wizenink in https://github.com/coreylowman/cudarc/pull/478 * Add safe API for querying CUDA function attributes by @wizenink in https://github.com/coreylowman/cudarc/pull/479 * Add context configuration APIs by @wizenink in https://github.com/coreylowman/cudarc/pull/481 * Adds fallback-latest feature flag by @coreylowman in https://github.com/coreylowman/cudarc/pull/482 ## New Contributors * @wizenink made their first contribution in https://github.com/coreylowman/cudarc/pull/477 **Full Changelog**: https://github.com/coreylowman/cudarc/compare/v0.17.6...v0.17.7
## What's Changed * Make the `driver` feature not depend on `nvrtc` by @johanpel in https://github.com/coreylowman/cudarc/pull/468 * Remove usages of Default on windows by @coreylowman in https://github.com/coreylowman/cudarc/pull/471 * [internal] Adding windows to cargo-check workflow by @coreylowman in https://github.com/coreylowman/cudarc/pull/472 * Fixing cufile on windows by @coreylowman in https://github.com/coreylowman/cudarc/pull/473 **Full Changelog**: https://github.com/coreylowman/cudarc/compare/v0.17.4...v0.17.5
## What's Changed * Support cuda 13 for cudnn by @coreylowman in https://github.com/coreylowman/cudarc/pull/456 * Remove compile error for unsupported CUDA 13.0 in cudnn module by @ikryukov in https://github.com/coreylowman/cudarc/pull/455 * add functions to nvrtc blocklist by @coreylowman in https://github.com/coreylowman/cudarc/pull/457 ## New Contributors * @ikryukov made their first contribution in https://github.com/coreylowman/cudarc/pull/455 **Full Changelog**: https://github.com/coreylowman/cudarc/compare/v0.17.2...v0.17.3
## What's Changed * Adding safe apis for cusolver & cusolvermg by @coreylowman in https://github.com/coreylowman/cudarc/pull/438 * WIP: cuFile bindings by @zackangelo in https://github.com/coreylowman/cudarc/pull/404 * Adds cufile bindings & safe apis by @coreylowman in https://github.com/coreylowman/cudarc/pull/440 * Add `is_culib_present` function by @kaathewisegit in https://github.com/coreylowman/cudarc/pull/430 * Tidy bindings generator by @coreylowman in https://github.com/coreylowman/cudarc/pull/442 * Add initial support for Cuda 13.0 by @coreylowman in https://github.com/coreylowman/cudarc/pull/443 * Exporting safe apis for cufile/cusolver/cusolvermg by @coreylowman in https://github.com/coreylowman/cudarc/pull/446 * Add missing libraries to docs.rs by @coreylowman in https://github.com/coreylowman/cudarc/pull/447 ## New Contributors * @zackangelo made their first contribution in https://github.com/coreylowman/cudarc/pull/404 * @kaathewisegit made their first contribution in https://github.com/coreylowman/cudarc/pull/430 **Full Changelog**: https://github.com/coreylowman/cudarc/compare/v0.17.0...v0.17.1
## What's Changed * Fix `nvrtc` lib for CUDA 12.6 by @jw1912 in https://github.com/coreylowman/cudarc/pull/431 * CudaContext::disable_event_tracking now properly stops all stream sync after call by @coreylowman in https://github.com/coreylowman/cudarc/pull/436 * [Breaking] CudaSlice::as_view_mut now requires mutable reference by @coreylowman in https://github.com/coreylowman/cudarc/pull/437 ## New Contributors * @jw1912 made their first contribution in https://github.com/coreylowman/cudarc/pull/431 **Full Changelog**: https://github.com/coreylowman/cudarc/compare/v0.16.6...v0.17.0