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.
make functions defined in quantize_ops.cuh inline (pytorch#612)
Summary: Pull Request resolved: pytorch#612 It is dangerous to define non-inline function in header file without. This happens to work because only one compilation unit includes quantize_ops.cuh but this breaks (as seen from a follow-up diff) to generate duplicated symbols Reviewed By: jianyuh Differential Revision: D28632972 fbshipit-source-id: e0a51b7405ee72ba8dce0da8ba6fd92c9bb46ce6
- Loading branch information
1 parent
5bbb70d
commit dd3abd3
Showing
1 changed file
with
13 additions
and
13 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