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

[AutoDiff] Enable differentiable programming by default for testing. #31189

Closed
wants to merge 2 commits into from

Commits on Apr 21, 2020

  1. [AutoDiff] Enable differentiable programming by default for testing.

    The build-script driver argument for differentiable programming is already
    enabled by default, for testing purposes. This makes macOS and Linux CI run
    AutoDiff tests.
    
    Now, the CMake flag for differentiable programming is also enabled by default.
    This makes Windows CI run AutoDiff tests as well.
    
    As before, compiler invocations that do not use differentiable programming
    features should not be affected.
    dan-zheng committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b5e656c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    d83315e View commit details
    Browse the repository at this point in the history