forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failing assertions is unlikely (pytorch#20876)
Summary: Pull Request resolved: pytorch#20876 Tell the compiler that assertions are likely to succeed. This allows the compiler to generate betterr code and optimize for the success case. Differential Revision: D15480066 fbshipit-source-id: 4485154d66b2ee0ef8a401718712dbd61d811aee
- Loading branch information
1 parent
9daf485
commit 99b057d
Showing
2 changed files
with
12 additions
and
12 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