Azamat Berdyshev

Results 16 comments of 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.

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.