v1.4.0
Knet v1.4.0
Closed issues:
- Use GPUArray / KnetArray (#150)
- Illegal memory access with CuArrays (#251)
- cat 4D arrays along channel dimension (#319)
- Concatenation in 3 dimension missing (#400)
- Feature request: group convolutions (#407)
- StackOverflowError when broadcast between number and KnetArray{Bool} (#502)
- Tutorial 15. quickstart fail (Knet 1.2.7, Julia 1.1.1, Windows 10) (#508)
- [bug when broadcasting KnetArray] UndefVarError: lib not defined (#534)
- Use CuArrays, eliminate dependency on nvcc by implementing gpu kernels in julia (#550)
- Is it possible to provide Knet GPU support in BinaryBuilder (#566)
- cudnn 8.0 compatibility (#569)
- Get rid of @cu calls, replace them with CUDA calls (#580)
- Create Knet.Ops20 and add benchmarking for operator set (#583)
- Knet GPU selection and auto device selection (#586)
- Create a profiling suite (#588)
- Missing website (#592)
- CUDA.pool not defined (#595)
Merged pull requests:
- Ops20 (#596) (@denizyuret)