-
Notifications
You must be signed in to change notification settings - Fork 544
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
Move ITEP FBGEMM ops to OSS: Step 1 #2690
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D58217535 |
This pull request was exported from Phabricator. Differential Revision: D58217535 |
Summary: Pull Request resolved: pytorch#2690 # Context and steps Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the `/fb` version when production workflows have migrated. Changelist: - Copy 3 files from `/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src` to `fbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/` This diff also migrates unittest and benchmark script to be using the new OSS FBGEMM Kernel. Differential Revision: D58217535
bd37fce
to
00ea188
Compare
This pull request was exported from Phabricator. Differential Revision: D58217535 |
Summary: Pull Request resolved: pytorch#2690 # Context and steps Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the `/fb` version when production workflows have migrated. Changelist: - Copy 3 files from `/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src` to `fbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/` This diff also migrates unittest and benchmark script to be using the new OSS FBGEMM Kernel. Differential Revision: D58217535
00ea188
to
43273ee
Compare
This pull request was exported from Phabricator. Differential Revision: D58217535 |
Summary: Pull Request resolved: pytorch#2690 # Context and steps Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the `/fb` version when production workflows have migrated. Changelist: - Copy 3 files from `/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src` to `fbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/` This diff also a benchmark script to be using the new OSS FBGEMM Kernel. Differential Revision: D58217535
43273ee
to
90bc781
Compare
This pull request was exported from Phabricator. Differential Revision: D58217535 |
90bc781
to
aa0705c
Compare
Summary: Pull Request resolved: pytorch#2690 # Context and steps Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the `/fb` version when production workflows have migrated. Changelist: - Copy 3 files from `/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src` to `fbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/` This diff also a benchmark script to be using the new OSS FBGEMM Kernel. Reviewed By: PaulZhang12 Differential Revision: D58217535
Summary: Pull Request resolved: pytorch#2690 # Context and steps Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the `/fb` version when production workflows have migrated. Changelist: - Copy 3 files from `/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src` to `fbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/` This diff also a benchmark script to be using the new OSS FBGEMM Kernel. Reviewed By: PaulZhang12 Differential Revision: D58217535
This pull request was exported from Phabricator. Differential Revision: D58217535 |
aa0705c
to
3440397
Compare
This pull request has been merged in a54dc10. |
Summary:
Context and steps
Due to torch package compatibility concern. We are copying files to OSS first, then deprecate and remove the
/fb
version when production workflows have migrated.Changelist:
/fbcode/deeplearning/fbgemm/fbgemm_gpu/fb/src
tofbcode/deeplearning/fbgemm/fbgemm_gpu/src/intraining_embedding_pruning_ops/
This diff also migrates unittest and benchmark script to be using the new OSS FBGEMM Kernel.
Differential Revision: D58217535