Skip to content

Add ULP Comparison support for Double #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
spall opened this issue Apr 24, 2025 · 0 comments · May be fixed by #203
Open

Add ULP Comparison support for Double #82

spall opened this issue Apr 24, 2025 · 0 comments · May be fixed by #203
Assignees

Comments

@spall
Copy link
Collaborator

spall commented Apr 24, 2025

After 'BufferFuzzy' rule is added as part of PR https://github.com/llvm-beanz/offload-test-suite/pull/77, add support to do ULP comparison for Double values. Can likely follow the Float ULP Comparison function and use uint64_t instead of uint32_t.

AC: Add a function to do ULP Comparison for Double. Update 'BufferFuzzy' to support Double and call the new function to compare Double values. Add Tests to show it testing valid and invalid cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Active
Development

Successfully merging a pull request may close this issue.

1 participant