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 a fast path for EmbeddingBag calling FBGEMM #36679

Closed
wants to merge 4 commits into from

Conversation

xing-liu
Copy link
Contributor

@xing-liu xing-liu commented Apr 15, 2020

Stack from ghstack:

Differential Revision: D21058034

xing-liu pushed a commit that referenced this pull request Apr 15, 2020
ghstack-source-id: 65c106e68c7200d6ab97ce159321b52c4c1ae26f
Pull Request resolved: #36679
@dr-ci
Copy link

dr-ci bot commented Apr 15, 2020

💊 Build failures summary and remediations

As of commit 15551e9 (more details on the Dr. CI page):


  • 1/1 failures introduced in this PR

XLA failure

Job pytorch_xla_linux_bionic_py3_6_clang9_build is failing. Please create an issue with title prefixed by [PT_BREAK] in pytorch/xla and link to to this PR. If you have questions, please reach out to @ailzhang / @dlibenzi / @JackCaoG.


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 9 times.

xing-liu pushed a commit that referenced this pull request Apr 15, 2020
ghstack-source-id: 80bdc216e50e3344276f7b47b7fea0df9193ccd2
Pull Request resolved: #36679
@@ -5,7 +5,11 @@

#include <TH/THBlasUtils.h>

#if defined(USE_FBGEMM)
Copy link
Member

Choose a reason for hiding this comment

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

Nit: for simplicity:

#ifdef USE_FBGEMM

xing-liu added a commit that referenced this pull request Apr 16, 2020
ghstack-source-id: b8013d2f053dfca8a34d2f772e92b82a715866e9
Pull Request resolved: #36679
xing-liu added a commit that referenced this pull request Apr 16, 2020
ghstack-source-id: aa4ff23c9efc402519bca9f510ecd8f83211c0ba
Pull Request resolved: #36679
@jianyuh jianyuh requested review from supriyar and yinghai April 17, 2020 02:29
@jianyuh
Copy link
Member

jianyuh commented Apr 17, 2020

@yinghai , @supriyar Could you have a check if this looks good to you? Thanks!

Copy link
Contributor

@supriyar supriyar left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@facebook-github-bot
Copy link
Contributor

@xing-liu merged this pull request in 2fa17de.

@facebook-github-bot facebook-github-bot deleted the gh/xing-liu/1/head branch April 24, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants