-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive profile floating-point computations extension (#2078)
Adds dynamic float support implementing the floating-point computations for the AdaptiveRIF profile. This also implements `fcmp` missing from the spec which was [filed as a spec bug](qir-alliance/qir-spec#41). The `fcmp` instructions chosen were the ordered set. The spec says operations like dividing by `0` are undefined behavior and diving by `0` usually gives a `NAN` value. For any `fcmp` calls we need to choose ordered or unordered. I'm not sure that it matters which we decide. This PR does not change the default profiles for the defined hardware targets.
- Loading branch information
Showing
132 changed files
with
4,936 additions
and
1,000 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.