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

Update swift-rl to compile with modern S4TF toolchains. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saeta
Copy link

@saeta saeta commented Jul 2, 2020

There were some changes to the way derivatives are specified. Instead of
specifying derivatives using wrt, the API has changed to use the
@derivative(of:) syntax. Thanks to retroactive differentiability, we can
simplify the code substantially and avoid the duplicate base method
implementation.

There were some changes to the way derivatives are specified. Instead of
specifying derivatives using `wrt`, the API has changed to use the
`@derivative(of:)` syntax. Thanks to retroactive differentiability, we can
simplify the code substantially and avoid the duplicate base method
implementation.
@eaplatanios
Copy link
Owner

Thanks a lot for the PR Brennan! I'm sorry I somehow completely missed it. Is it still up-to-date with the current S4TF toolchain?

@saeta
Copy link
Author

saeta commented Aug 29, 2020

I believe so!

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 this pull request may close these issues.

2 participants