Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Conversation

zainhuda
Copy link

@zainhuda zainhuda commented Mar 8, 2024

Summary: this iteration turns 0 lengths to 1 prior to division

Differential Revision: D54656612

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 8, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 8, 2024
Summary:

this iteration turns 0 lengths to 1 prior to division

Differential Revision: D54656612
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 13, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 14, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 14, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 23, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 23, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 25, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 25, 2024
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
zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 25, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 25, 2024
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
@zainhuda zainhuda force-pushed the export-D54656612 branch 2 times, most recently from 909b87b to 2997b89 Compare March 28, 2024 04:12
zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 28, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 28, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Mar 28, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Apr 1, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

zainhuda pushed a commit to zainhuda/torchrec that referenced this pull request Apr 1, 2024
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

1 similar comment
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54656612

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants