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

Enzyme extension unnecessarily computing original result #37

Open
wsmoses opened this issue Aug 7, 2024 · 0 comments · May be fixed by #38
Open

Enzyme extension unnecessarily computing original result #37

wsmoses opened this issue Aug 7, 2024 · 0 comments · May be fixed by #38

Comments

@wsmoses
Copy link

wsmoses commented Aug 7, 2024

Enzyme.autodiff(Enzyme.ReverseWithPrimal, f, Enzyme.Active, Enzyme.Duplicated(θ, ∇θ))

This line can be weakened from ReverseWithPrimal to just Reverse, since you don't use the result.

Moreover the issue referenced in the comments above have been closed/resolved

@devmotion devmotion linked a pull request Aug 7, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant