Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add set_false_math to false to solve accuracy issue for gelu test. (#32)
Add ORT_MIGRAPHX_SET_FAST_MATH env option and api hooks Allow users to set the fast math option for MIGraphX compilation for quantized data types (fp16) This allows us to toggle whether we can use faster math with the tradeoff of accuracy. Revert "fixup! Add ORT_MIGRAPHX_SET_FAST_MATH env option and api hooks" This reverts commit d369a15. Revert "Add ORT_MIGRAPHX_SET_FAST_MATH env option and api hooks" This reverts commit 3819961. Co-authored-by: Ted Themistokleous <[email protected]>
- Loading branch information