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

Commits on Jul 2, 2020

  1. Update swift-rl to compile with modern S4TF toolchains.

    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.
    saeta committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a2aa809 View commit details
    Browse the repository at this point in the history