v0.19.4 - cuda 13.2
What's Changed
- Add total_mem() and mem_get_info() safe methods to CudaContext by @OneThing98 in #534
- driver: add upload() and raw accessors to CudaGraph by @OneThing98 in #535
- docs: add cufft by @mayocream in #538
- feat: wire FP4 packed types from float4 0.2.0 by @jorgeantonio21 in #540
- Add cuCtxCreate_v4 bindings, CudaContext::new_non_primary() and new_cig() by @w4nderlust in #539
- driver: add result-level memory pool wrappers by @OneThing98 in #544
- Remove cuCtxCreate_v4 from blocklist by @chelsea0x3b in #550
- Add CUDA 13.2 Support by @TannerRogalsky in #546
- Exposing
has_async_allocfield inCudaContextby @LateinCecer in #553 - Adds cuda 13.2 support by @chelsea0x3b in #551
- Parallelize bindings-generator by @chelsea0x3b in #552
New Contributors
- @OneThing98 made their first contribution in #534
- @jorgeantonio21 made their first contribution in #540
- @w4nderlust made their first contribution in #539
- @TannerRogalsky made their first contribution in #546
- @LateinCecer made their first contribution in #553
Full Changelog: v0.19.3...v0.19.4