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
make_zero
Is it inevitable?
julia> using Enzyme, JET julia> x = rand(2, 3); julia> JET.@test_opt Enzyme.make_zero(x) JET-test failed at REPL[55]:1 Expression: #= REPL[55]:1 =# JET.@test_opt Enzyme.make_zero(x) ═════ 1 possible error found ═════ ┌ make_zero(prev::Matrix{Float64}) @ EnzymeCore /home/guillaume/.julia/packages/EnzymeCore/XBDTI/src/EnzymeCore.jl:232 │┌ make_zero(prev::Matrix{Float64}, ::Val{false}) @ EnzymeCore /home/guillaume/.julia/packages/EnzymeCore/XBDTI/src/EnzymeCore.jl:232 ││┌ make_zero(::Type{Matrix{Float64}}, seen::IdDict{Any, Any}, prev::Matrix{Float64}, ::Val{false}) @ Enzyme.Compiler /home/guillaume/.julia/packages/Enzyme/l4FS0/src/compiler.jl:1200 │││ runtime dispatch detected: convert(::Matrix{Float64}, %15::Any)::Any ││└──────────────────── ERROR: There was an error during testing
The text was updated successfully, but these errors were encountered:
Array case should be resolved by #1415
Sorry, something went wrong.
No branches or pull requests
Is it inevitable?
The text was updated successfully, but these errors were encountered: