This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
v1.7.3
v1.7.3 (2020-03-06)
Closed issues:
- CI doesn't test old CUDA versions (#607)
- findmax slow (#606)
import CuArrays
always fails with CUDA 10.2.89 (but works fine with CUDA 10.0.130 and 10.1.105) (#601)- Kernel exception in findfirst (#595)
- Test failures on Tesla K20c/CUDA 9.0 (#594)
- Linear indexing into arrays with two or more dimensions throws an obscure error during gradient calculation with Zygote (#590)
- Make CURAND seeding more consistent with Base (#589)
mapreduce
(sum
,prod
, etc.) fail in some cases when given adims
argument. (#583)- Whitelist hypot (#442)
- polish
mapreduce
interface (#204) - Use of mapreduce by Flux doesn't rewrite intrinsics (#154)
- Slow mapreduce compared to KnetArray (#141)
- Support for
missing
values (#125)