Skip to content
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

Add abstract impl fbgemm::dense_to_jagged #2193

Closed
wants to merge 1 commit into from

Conversation

xuzhao9
Copy link
Contributor

@xuzhao9 xuzhao9 commented Dec 6, 2023

Summary:

  1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
  2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

Differential Revision: D51216256

Copy link

netlify bot commented Dec 6, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit b468064
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/6571f678f456d10008715f0a

@facebook-github-bot
Copy link
Contributor

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 6, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 6, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

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

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

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

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:
Pull Request resolved: pytorch#2193

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

Differential Revision: D51216256

fbshipit-source-id: a62f6b4448259e90378a0bd055820ba627462414
@facebook-github-bot
Copy link
Contributor

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:
Pull Request resolved: pytorch#2193

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

Differential Revision: D51216256

fbshipit-source-id: d6e3026044fdbbf5e9a9a8e49dbb6dc28ba6982e
@facebook-github-bot
Copy link
Contributor

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:
Pull Request resolved: pytorch#2193

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: yanboliang

Differential Revision: D51216256

fbshipit-source-id: 94a130cd118bbbce54fc90ce4527a7f3823839e2
@facebook-github-bot
Copy link
Contributor

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

xuzhao9 added a commit to xuzhao9/FBGEMM that referenced this pull request Dec 7, 2023
Summary:
Pull Request resolved: pytorch#2193

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: zou3519, yanboliang

Differential Revision: D51216256

fbshipit-source-id: 3cdb21b75b00d372054c8d23e84e6fb800f9a863
Summary:
Pull Request resolved: pytorch#2193

1. Remove the meta cpp function fbgemm::dense_to_jagged() and fbgemm::dense_to_jagged_forward()
2. Replace it with the Python abstract impl dense_to_jagged()

Reviewed By: zou3519, yanboliang

Differential Revision: D51216256

fbshipit-source-id: db6cc16d2eb91cff21ab1c4eb512af69338c1826
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f8def44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants