forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include fb only ops in private fbgemm build (pytorch#2972)
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 fbshipit-source-id: 8ac9ce0c81f3ad2ecc205f255df826b3c7a4ac0d
- Loading branch information
1 parent
8ac57ef
commit 6a3ff16
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters