This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
v2.0.0
CuArrays v2.0.0
Closed issues:
Merged pull requests:
- implement CuIterator for batching arrays to the GPU (#467) (@jrevels)
- Specialized _var and _std functions (#612) (@merckxiaan)
- NNlib batched_mul! (#619) (@mcabbott)
- Clean-up init code. (#620) (@maleadt)
- Thread safety fixes. (#621) (@maleadt)
- Update wrappers. (#622) (@maleadt)
- Use a library handle for each thread/device. (#623) (@maleadt)
- Better error upon use of missing libraries. (#625) (@maleadt)
- Lock memory allocator operations (#626) (@maleadt)
- Thread safety of memory allocator (#627) (@maleadt)
- Use a return value-based retry scheme for all APIs failing to allocate. (#633) (@maleadt)
- Provide 5-arg mul! (#634) (@haampie)
- Update manifest (#635) (@github-actions[bot])
- Add BLAS.axpby! (#636) (@amontoison)
- Let cublasXT use host memory (#639) (@kshyatt)
- Test Julia 1.4. (#640) (@maleadt)
- 5-arg mul! with 3-arg mul! support (#641) (@haampie)
- Avoid multiple mapreduce kernel launches (#642) (@maleadt)
- GC.preserve some arrays when unsafely accessing them. (#644) (@maleadt)
- Support for Julia's multitasking. (#645) (@maleadt)
- Don't depwarn if new env vars are used. (#648) (@maleadt)
- Avoid deadlock in debug mode. (#649) (@maleadt)