v0.7.18
·
647 commits
to master
since this release
NNlib v0.7.18
Closed issues:
- Split off the CPU implementation (#224)
- possible huge performance regression in
batched_mul
(#282) pad_constant
fails for vectors (#294)- scatter!() on CuArrays now triggers scalar operations (#298)
- ConvTranspose with negative padding fails on GPU (#307)
Merged pull requests:
- Fix #282 (#299) (@mcabbott)
- Add a
LICENSE.md file
for theNNlibCUDA.jl
package (#301) (@DilumAluthge) - Adapt rules for batched_* wrappers (#302) (@aussetg)
- CompatHelper: add new compat entry for "Adapt" at version "3.2" (#305) (@github-actions[bot])
- [nnlibcuda] introduce a manifest and remove cufunc (#306) (@CarloLucibello)
- unexport gather/scatter (#309) (@CarloLucibello)