-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[AutoDiff upstream] Add forward-mode differentiation runtime tests. #32106
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
Conversation
@swift-ci Please test |
Build failed |
1927a05
to
a216940
Compare
@swift-ci Please test |
Build failed |
Build failed |
Forward-mode differentiation development isn't currently prioritized, but upstreaming tests allows us to prevent regressions. Expose SR-12911: forward-mode differentiation runtime segfault.
a216940
to
ba2c1a0
Compare
I removed the negative test for SR-12911 because it's platform-dependent and fragile. |
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test Linux |
Lgtm |
Forward-mode differentiation development isn't currently prioritized, but
upstreaming tests allows us to prevent regressions.
Expose SR-12911: forward-mode differentiation runtime segfault.
Upstreaming
test/AutoDiff/validation-test/forward_mode.swift
nowbecause I want to add to it in an upcoming PR.