Skip to content
New issue

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

Recursive functions not supported by MCAnalyzer #6

Closed
vchuravy opened this issue Sep 11, 2019 · 1 comment
Closed

Recursive functions not supported by MCAnalyzer #6

vchuravy opened this issue Sep 11, 2019 · 1 comment
Assignees

Comments

@vchuravy
Copy link
Member

using Enzyme
using InteractiveUtils

f(X) = sum(X)
g(x, dx) = Enzyme.autodiff(f, x, dx)
@code_llvm g(ones(10), zeros(10))
g(ones(10), zeros(10))
@vchuravy vchuravy self-assigned this Sep 11, 2019
@vchuravy
Copy link
Member Author

Probably will require JuliaLang/julia#25984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant