We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see
Enzyme.jl/src/compiler.jl
Line 1788 in f3d2868
using Enzyme x = [2.0, 2.0] tmp = (;A = rand(2,2)) function f(x::Array{Float64}, y::Array{Float64}) y .= tmp.A * x return nothing end Enzyme.autodiff(Forward, f, Duplicated(x, bx), Duplicated(y, by)); # Works Enzyme.autodiff(Reverse, f, Duplicated(x, bx), Duplicated(y, by));
julia> Enzyme.autodiff(Reverse, f, Duplicated(x, bx), Duplicated(y, by)); ERROR: Enzyme: not yet implemented in reverse mode, jl_getfield Stacktrace: [1] getproperty @ ./Base.jl:37 [2] getproperty @ ./Base.jl:0
The text was updated successfully, but these errors were encountered:
jl_nthfield
Duplicate of #176
Sorry, something went wrong.
No branches or pull requests
I see
Enzyme.jl/src/compiler.jl
Line 1788 in f3d2868
The text was updated successfully, but these errors were encountered: