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
The following errors on Enzyme main (617ecaf) and Julia 1.9.2.
using Enzyme f(x) = sum(1.0:0.1:2.0) * x autodiff(Reverse, f, Active, Active(2.0))
The error.txt and printall_error.txt are attached. When the step is 1.0 not 0.1 it works okay.
1.0
0.1
The text was updated successfully, but these errors were encountered:
cannot handle unknown binary operator: %197 = and i64 %194, %196, !dbg !340 Stacktrace: [1] & @ ./int.jl:347 [2] truncmask @ ./twiceprecision.jl:29 [3] truncbits @ ./twiceprecision.jl:34 [4] * @ ./twiceprecision.jl:314 [5] sum @ ./twiceprecision.jl:620
So duplicate of #274
@jgreener64 for this we will need to define custom rules.
Sorry, something went wrong.
Yeah closing as duplicate
No branches or pull requests
The following errors on Enzyme main (617ecaf) and Julia 1.9.2.
The error.txt and printall_error.txt are attached. When the step is
1.0
not0.1
it works okay.The text was updated successfully, but these errors were encountered: