Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Use function object to do equality check in imf utils. #1567

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

jinge90
Copy link

@jinge90 jinge90 commented Feb 2, 2023

Previously, we simply used "==" to compare the result with reference value in imf tests which is not suitable for floating point number. So, replace it with function object to provide more flexibility.
Thanks very much.

@jinge90 jinge90 requested a review from a team as a code owner February 2, 2023 05:58
@jinge90 jinge90 requested a review from steffenlarsen February 2, 2023 05:58
@steffenlarsen steffenlarsen merged commit 500b61c into intel:intel Feb 2, 2023
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
Previously, we simply used "==" to compare the result with reference value in imf tests which is not suitable for floating point number. So, replace it with function object to provide more flexibility.
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…st-suite#1567)

Previously, we simply used "==" to compare the result with reference value in imf tests which is not suitable for floating point number. So, replace it with function object to provide more flexibility.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants