v0.11.0
What's Changed
- Added result and safe functionality to support the cuFuncSetAttribute function. by @GaryMcD in #199
- Implemented LaunchAsync for raw ptr arrays by @jafioti in #204
- Safe ConvolutionND by @bloodre in #202
- Fixed Test Example 07 by @Fiend-Star-666 in #205
- Fix pipelines by @coreylowman in #207
- Adding cuda toolkit versions 12.0/12.1/12.2 of sys & feature flags by @coreylowman in #210
- support cuda toolkit version: 11.7 by @wenhaozhao in #214
- Adding cuda 12.3 bindings by @coreylowman in #215
- [Breaking] Remove Static linking. Make dynamic loading default. Add dynamic-linking feature flag by @coreylowman in #211
- Rework cuda versioning features - Users must always specify a version feature instead of having default behavior. by @coreylowman in #216
- Replace unwrap with ? in CudaDevice::new() by @coreylowman in #223
- Update README.md by @chaserileyroberts in #218
- Add CudaDevice::new_with_stream by @coreylowman in #224
- Wrapping comm_split in cfg based on cuda version by @coreylowman in #225
New Contributors
- @GaryMcD made their first contribution in #199
- @jafioti made their first contribution in #204
- @bloodre made their first contribution in #202
- @Fiend-Star-666 made their first contribution in #205
- @wenhaozhao made their first contribution in #214
- @chaserileyroberts made their first contribution in #218
Full Changelog: v0.10.0...v0.11.0