Skip to content

Commit

Permalink
Redefine FBGEMM targets with gpu_cpp_library [25/N] (#3217)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3217

X-link: facebookresearch/FBGEMM#314

- Add `default_compiler_flags` to codegen targets

- Fix inclusion of `feature_gates_fb.h`

Reviewed By: jianyuh

Differential Revision: D63818462

fbshipit-source-id: d73fcc69e4f72291793daf22b5faa04467b3c8af
  • Loading branch information
q10 authored and facebook-github-bot committed Oct 3, 2024
1 parent f4710c1 commit a0966e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/include/fbgemm_gpu/config/feature_gates.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <string>

#ifdef FBGEMM_FBCODE
#include "fbgemm_gpu/config/feature_gates_fb.h"
#include "deeplearning/fbgemm/fbgemm_gpu/fb/include/fbgemm_gpu/config/feature_gates_fb.h"
#endif

/// @defgroup fbgemm-gpu-config FBGEMM_GPU Configuration
Expand Down

0 comments on commit a0966e8

Please sign in to comment.