This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
v2.1.0
CuArrays v2.1.0
Closed issues:
- Performance regression with mapreduce (#611)
- cufunc wrappers of NNlib activation functions (#614)
- rand(UInt32) gives low-quality results (#655)
- With
CuArrays
2.0, multidimensionalcircshift
fails for integer multiples of array size shift in one or more dimensions (#657) - similar(PermutedDimsArray(::CuArray)) isa Array (#658)
- In CuArrays v2.0, GPU operation takes hours to run for the first time (#660)
- sum!(y::CuVector, x::CuMatrix) throws InvalidIRError error (#661)
- Where can I find (#667)
- Where can I find All the using instructions of CuArrays? (#668)
- add implicit float conversion to math functions (#671)
- Multiplication between mixed types doesn't drop leading dimensions (#673)
- Very slow 4D broadcast in 2.0.1 (#677)
- Sum function is slow (#679)
- Indexing CuArrays with Empty Ranges Errors (#687)
- Sum, any, etc. with function is no longer implemented (#688)
Merged pull requests:
- Actually test error throwing for lsvqr (#604) (@kshyatt)
- Wrapper functions for NNlib (#615) (@matsueushi)
- Improve mapreduce performance (#646) (@wongalvis14)
- Improved error output during finalizer exceptions. (#651) (@maleadt)
- Fix usage discrepancies (#654) (@maleadt)
- Add support for uniform random UInt32 (#656) (@chrstphrbrns)
- Update manifest (#659) (@github-actions[bot])
- Implement GPUArrays vararg mapreduce. (#663) (@maleadt)
- Test for implicit singleton dims with mapreducedim. (#665) (@maleadt)
- Update manifest (#674) (@github-actions[bot])
- Allow scalar indexing where necessary and add a few tests (#675) (@kshyatt)
- Update manifest (#681) (@github-actions[bot])
- Update manifest (#686) (@github-actions[bot])