-
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.
Add half_t and bhalf_t limits (#5778)
* Add half_t and bhalf_t limits * Try using constexpr * Revert "Try using constexpr" This reverts commit 1b399bdd43da2b648d5f7cedbade0dfff51f8e43. * Fix norm_min_helper value type * Add bias to epsilon when bhalf_t is float * Remove bias. Prevent compiler from optimizing out cast. * Fix typo * Attempt to fix CI Werror * core/unit_test: Add inline comment * Add half_t docs
- Loading branch information
Showing
2 changed files
with
337 additions
and
11 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