This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
v2.2.0
CuArrays v2.2.0
Closed issues:
- Kernel optimizations (#445)
- mul! failing for adjoint sparse matrices (#629)
- Deadlock during memory free (#685)
- Training Halts when Using CuArrarys (#691)
- CUBLAS initialization (#697)
- Performance issue with v2.1.0 compared with v1.7.3 (#701)
Merged pull requests:
- Implement a few sparse array basics (#572) (@janEbert)
- fix 1d convolution (#690) (@AStupidBear)
- Fix sparse mul! (#692) (@amontoison)
- Disable the GC after taking pool-related spinlocks. (#693) (@maleadt)
- Update manifest (#694) (@github-actions[bot])
- adds wrappers for syevjBatched/heevjBatched family of CUSOLVER functions (#695) (@electronsandstuff)
- Update manifest (#702) (@github-actions[bot])
- Repopulate the pool from freed blocks before allocating. (#704) (@maleadt)
- CEnum 0.3 compatibility. (#705) (@maleadt)
- Add direct BLAS calls for trmm! and trsm! (#707) (@aterenin)
- Add mul! for trmm! and tests. (#708) (@aterenin)
- Support and use broadcast with mapreduce. (#709) (@maleadt)
- Protect against recursive failures during init. (#710) (@maleadt)
- Perform threaded test in lock. (#711) (@maleadt)