Zichao Long

Results 1 issues of Zichao Long

## Description `Zygote` can not take gradient of functions if I index a mutable array [`Zygote.Buffer`](https://fluxml.ai/Zygote.jl/latest/utils/#Zygote.Buffer) **only** by [`Base.IteratorsMD.CartesianIndex`](https://docs.julialang.org/en/v1/base/arrays/#Base.IteratorsMD.CartesianIndex) ## To Reproduce ```julia import Zygote function Func0NotWork(x::Array{Float64}) PointCIs = Base.IteratorsMD.CartesianIndices(Tuple(1:n...