Skip to content

[AutoDiff] NFC: make FileCheck test work on master and tensorflow. #29839

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

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

dan-zheng
Copy link
Contributor

This is necessary because the Differentiable protocol exists in stdlib core
on tensorflow branch but in the _Differentiation module on master branch.

The robust solution is to add auto-import _Differentiation logic to tensorflow.

Related patch: #29711.

@dan-zheng dan-zheng requested review from compnerd and asuhan February 14, 2020 05:15
@dan-zheng
Copy link
Contributor Author

@swift-ci Please smoke test

This is necessary because the `Differentiable` protocol exists in stdlib core
on `tensorflow` branch but in the `_Differentiation` module on `master` branch.

The robust solution is to add auto-import `_Differentiation` logic to `tensorflow`.
@dan-zheng
Copy link
Contributor Author

Pushed a minor fix. Verified that the test passes on tensorflow and master.
@swift-ci Please smoke test

@dan-zheng dan-zheng merged commit b4e0385 into swiftlang:master Feb 14, 2020
@dan-zheng dan-zheng deleted the autodiff-cleanup branch February 14, 2020 20:25
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