-
Notifications
You must be signed in to change notification settings - Fork 524
mean pooling in EBC #1772
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
mean pooling in EBC #1772
Conversation
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: this iteration turns 0 lengths to 1 prior to division Differential Revision: D54656612
5adba34
to
c0e6c6d
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
c0e6c6d
to
0a36272
Compare
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
This pull request was exported from Phabricator. Differential Revision: D54656612 |
0a36272
to
bfd4ddb
Compare
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
bfd4ddb
to
4feb1a9
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D54656612 |
4feb1a9
to
f1e2a1a
Compare
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
f1e2a1a
to
89fc1b2
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
89fc1b2
to
1ebeb0d
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
1ebeb0d
to
22ea8a3
Compare
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
22ea8a3
to
dd0bf12
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: Pull Request resolved: pytorch#1772 This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
909b87b
to
2997b89
Compare
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Differential Revision: D54656612
2997b89
to
c252dd9
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Reviewed By: dstaay-fb Differential Revision: D54656612
c252dd9
to
c646c7d
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Reviewed By: dstaay-fb Differential Revision: D54656612
c646c7d
to
497260e
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Reviewed By: dstaay-fb Differential Revision: D54656612
497260e
to
3463eec
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: This diff supports mean pooling for Row Wise/Table Row Wise sharding schemes. This is achieved through applying mean pooling post reduce scatter collective as the KeyedTensor awaitable is created. The implementation is done through a callback. Reviewed By: dstaay-fb Differential Revision: D54656612
3463eec
to
4ea42e2
Compare
This pull request was exported from Phabricator. Differential Revision: D54656612 |
Summary: this iteration turns 0 lengths to 1 prior to division
Differential Revision: D54656612