Skip to content

v0.6.53

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:12
· 176 commits to master since this release
34ece5b

Zygote v0.6.53

Diff since v0.6.52

Closed issues:

  • abs2 of complex CUDA array fails with Zygote.gradient (#961)
  • gradient returns nothing for sum(abs2, x) with a complex CuArray (#1121)
  • Complex broadcasting AD gives nothing when using CUDA (#1215)
  • cispi has poor performance (#1276)

Merged pull requests:

  • Adding complex broadcasting for gradients on the GPU (#1324) (@ptiede)