v0.9.3 - Static linking, view slicing, runtime module names, multi threading usage
What's Changed
- Static linking (with feature flag). by @Narsil in #105
- Add inline tags to launches by @coreylowman in #107
- Fix RangeHelper::bounds's handling of zero-length ranges by @nkoppel in #109
- Support runtime names of modules by @coreylowman in #110
- Enable slicing on CudaView/CudaViewMut by @coreylowman in #111
- Adds CudaDevice::bind_to_thread and example of multi-threaded use by @coreylowman in #112
- Improving docs by @coreylowman in #114
- Adds CudaTypeName by @coreylowman in #115
New Contributors
Full Changelog: v0.9.2...v0.9.3