This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
v1.4.0
v1.4.0 (2019-11-04)
Merged pull requests:
- Use released GPUArrays. (#470) (maleadt)
- Init improvements (#468) (maleadt)
- Works towards precompilation (#466) (maleadt)
- Fix #463 (#464) (xukai92)
- Rename CuArray.own .pool to avoid confusion with unsafe_wrap. (#462) (maleadt)
- Add a strided batched method for getrf (#461) (maleadt)
- Improve type constraint for
\
(#460) (xukai92) - Implement matrix division using CUSOLVER (#459) (xukai92)
- CI and wrapper updates (#458) (maleadt)
- Adapt to CUDAdrv.jl#167 (#457) (maleadt)
- Prevent CPU to GPU copy in mapreduce. (#455) (maleadt)
- CI improvements. (#454) (maleadt)
- Upgrade to new CI templates. (#452) (maleadt)
- Accumulate improvements (#448) (maleadt)
- Optimize accumulate (#447) (maleadt)
- Implement findall (#446) (maleadt)
- More memory allocator improvements (#441) (maleadt)
- remove extraneous where and add some tests (#439) (kshyatt)
- Use a separate allocation timer. (#437) (maleadt)
- Use the memory pool for CUFFT workarea allocation. (#436) (maleadt)
- Update .gitlab-ci.yml (#435) (MikeInnes)
- CUDNN improvements (#404) (maleadt)