Skip to content

[AutoDiff] Refactor 'AutoDiffIndexSubset' to take a 'SmallBitVector' in the base factory method. #25058

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 3 commits into from
May 26, 2019

Conversation

rxwei
Copy link
Contributor

@rxwei rxwei commented May 25, 2019

Change the base implementation of AutoDiffIndexSubset::get to take a const SmallBitVector & instead of an ArrayRef<unsigned> because bit vectors are far more efficient.

…in the base factory method.

Change the base implementation of `AutoDiffIndexSubset::get` to take a `const SmallBitVector &` instead of an `ArrayRef<unsigned>` because bit vectors are far more efficient.
@rxwei rxwei added the tensorflow This is for "tensorflow" branch PRs. label May 25, 2019
@rxwei
Copy link
Contributor Author

rxwei commented May 25, 2019

@swift-ci please test tensorflow

1 similar comment
@rxwei
Copy link
Contributor Author

rxwei commented May 25, 2019

@swift-ci please test tensorflow

Copy link
Contributor

@dan-zheng dan-zheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@rxwei
Copy link
Contributor Author

rxwei commented May 26, 2019

@swift-ci please test tensorflow

1 similar comment
@rxwei
Copy link
Contributor Author

rxwei commented May 26, 2019

@swift-ci please test tensorflow

@rxwei rxwei merged commit cdf3234 into swiftlang:tensorflow May 26, 2019
@rxwei rxwei deleted the index-subset-ctor branch May 26, 2019 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tensorflow This is for "tensorflow" branch PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants