You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: