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.
Remove usage of _mm_maskmoveu_si128 (pytorch#421)
Summary: Pull Request resolved: pytorch#421 asan doesn't like this instruction and it may be causing segfault. Also _mm_maskmoveu_si128 uses non-temporal store and in fact may be slow. https://stackoverflow.com/questions/62183557/how-to-most-efficiently-store-a-part-of-m128i-m256i-while-ignoring-some-num Differential Revision: D23400226 fbshipit-source-id: 92c657e44e4c5259ecab322165e9c509189b73f7
- Loading branch information
1 parent
59558e6
commit 20d994f
Showing
1 changed file
with
12 additions
and
8 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