-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove redundant cast in a test (#3852)
I was wondering why there is an additional no op scheduler when the input data is `float32`. It turns out due to the redundant cast, we only need the cast when the input is `float16`. This PR removes that cast for fp32. --------- Co-authored-by: Jingyue Wu <wujingyue@gmail.com>
- Loading branch information
Showing
1 changed file
with
15 additions
and
23 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