Azamat Berdyshev
Azamat Berdyshev
@clintonTE to turn this issue into something actionable, can you list all the CUDA functions (together with a corresponding MRE) that, to your knowledge, do not seem to work with...
See [#489](https://github.com/FluxML/Zygote.jl/pull/489#issuecomment-581983991), where @MikeInnes described the approach for fixing this.
Bump. Was bitten by this
Strange... Here's what I'm getting:
Bump. Was bitten by this
Please merge this PR
In the mean time, I have a question. Currently, to get the signed distance transform for N-dimensional binary image `img` I do the following: ``` Julia imgᶜ = .~img dfieldᶜ...
To clarify, Zygote does not support mutation operation, but it does support mutable data structures (`Array` is a prime example of that). So `MArray` should be fine as long as...
> why does `getindex` without `!` need mutation Because the adjoint of `getindex` is `setindex!`
@SubhadityaMukherjee maintainers welcome PRs in general, especially the ones that update the outdated stuff here. So you can go ahead and prepare one.