-
Notifications
You must be signed in to change notification settings - Fork 520
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
include fb only ops in private fbgemm build #2972
Conversation
Summary: Check internal fbcode import + test X-link: facebookresearch/FBGEMM#66 Differential Revision: D61082733 Pulled By: jianyuh
✅ 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: D61100617 |
This pull request was exported from Phabricator. Differential Revision: D61100617 |
Summary: Pull Request resolved: pytorch#2972 X-link: facebookresearch/FBGEMM#69 On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag: ``` # Set the source file for FB only CPP if(USE_FB_ONLY) file(GLOB fb_only_ops_sources fb/src/*/*.cu fb/src/*/*.cpp) list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources}) endif() ``` Reviewed By: GD06 Differential Revision: D61100617
1c5965d
to
7d7f829
Compare
This pull request was exported from Phabricator. Differential Revision: D61100617 |
Summary: Pull Request resolved: pytorch#2972 X-link: facebookresearch/FBGEMM#69 On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag: ``` # Set the source file for FB only CPP if(USE_FB_ONLY) file(GLOB fb_only_ops_sources fb/src/*/*.cu fb/src/*/*.cpp) list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources}) endif() ``` Reviewed By: GD06 Differential Revision: D61100617
7d7f829
to
f7c562b
Compare
This pull request was exported from Phabricator. Differential Revision: D61100617 |
Summary: Pull Request resolved: pytorch#2972 X-link: facebookresearch/FBGEMM#69 On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag: ``` # Set the source file for FB only CPP if(USE_FB_ONLY) file(GLOB fb_only_ops_sources fb/src/*/*.cu fb/src/*/*.cpp) list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources}) endif() ``` Reviewed By: GD06 Differential Revision: D61100617
f7c562b
to
4e1853d
Compare
Summary: Pull Request resolved: pytorch#2972 X-link: facebookresearch/FBGEMM#69 On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag: ``` # Set the source file for FB only CPP if(USE_FB_ONLY) file(GLOB fb_only_ops_sources fb/src/*/*.cu fb/src/*/*.cpp) list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources}) endif() ``` Reviewed By: GD06 Differential Revision: D61100617
This pull request was exported from Phabricator. Differential Revision: D61100617 |
4e1853d
to
bdf8055
Compare
This pull request has been merged in 6a3ff16. |
Summary:
On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:
Reviewed By: GD06
Differential Revision: D61100617