-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use float instead of bool for should_ema and should_swap (#3158)
Summary: X-link: facebookresearch/FBGEMM#253 Pull Request resolved: #3158 Use float instead of bool type for should_ema and should_swap, as bool may not be well supported in __shfl_sync() https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#warp-shuffle-synopsis Reviewed By: q10 Differential Revision: D62962745
- Loading branch information
1 parent
f305522
commit 63570bc
Showing
1 changed file
with
18 additions
and
18 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