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

Extend custom derivatives functionality to facilitate custom _forw functions. #1024

Closed
parth-07 opened this issue Aug 3, 2024 · 1 comment

Comments

@parth-07
Copy link
Collaborator

parth-07 commented Aug 3, 2024

In reverse-mode AD, Clad generates forward pass functions (_forw) to facilitate correct differentiation of functions returning a pointer or a reference. For more information about forward pass functions, please refer #425.

Clad may fail to generate the forward pass function in some cases and thus it would be beneficial to support custom _forw functions in the same way we support custom pushforwards and custom pullbacks.

@gojakuch
Copy link
Collaborator

solved in #1037

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

2 participants