test(EDyadicFloat): conformance vs native Float32 and Float (FP64)#792
Open
bollu wants to merge 1 commit into
Open
test(EDyadicFloat): conformance vs native Float32 and Float (FP64)#792bollu wants to merge 1 commit into
bollu wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
VeIR Benchmarks
Details
| Benchmark suite | Current: 5da6715 | Previous: eb0390c | Ratio |
|---|---|---|---|
add-fold-worklist/create |
2209000 ns (± 63526) |
2198000 ns (± 109413) |
1.01 |
add-fold-worklist/rewrite |
3754000 ns (± 67677) |
3733000 ns (± 84672) |
1.01 |
add-fold-worklist-local/create |
2144000 ns (± 101682) |
2191000 ns (± 99246) |
0.98 |
add-fold-worklist-local/rewrite |
3023000 ns (± 44142) |
3011000 ns (± 27372) |
1.00 |
add-zero-worklist/create |
2206000 ns (± 97002) |
2140500 ns (± 109777) |
1.03 |
add-zero-worklist/rewrite |
2377000 ns (± 61876) |
2383000 ns (± 53970) |
1.00 |
add-zero-reuse-worklist/create |
1849500 ns (± 109352) |
1798000 ns (± 63295) |
1.03 |
add-zero-reuse-worklist/rewrite |
1939000 ns (± 35786) |
1965000 ns (± 30368) |
0.99 |
mul-two-worklist/create |
2169000 ns (± 98750) |
2191000 ns (± 103104) |
0.99 |
mul-two-worklist/rewrite |
5139000 ns (± 91057) |
5176000 ns (± 80037) |
0.99 |
add-fold-forwards/create |
2260000 ns (± 43419) |
2174500 ns (± 97824) |
1.04 |
add-fold-forwards/rewrite |
2963000 ns (± 31254) |
2967500 ns (± 35897) |
1.00 |
add-zero-forwards/create |
2256000 ns (± 105818) |
2115000 ns (± 33441) |
1.07 |
add-zero-forwards/rewrite |
1990500 ns (± 65337) |
1903000 ns (± 16300) |
1.05 |
add-zero-reuse-forwards/create |
1846000 ns (± 85827) |
1832000 ns (± 91568) |
1.01 |
add-zero-reuse-forwards/rewrite |
1549000 ns (± 35718) |
1555000 ns (± 50375) |
1.00 |
mul-two-forwards/create |
2237500 ns (± 101042) |
2126000 ns (± 70864) |
1.05 |
mul-two-forwards/rewrite |
3636500 ns (± 62608) |
3520000 ns (± 48872) |
1.03 |
add-zero-reuse-first/create |
1827000 ns (± 95078) |
1827500 ns (± 94828) |
1.00 |
add-zero-reuse-first/rewrite |
8000 ns (± 1382) |
8000 ns (± 1592) |
1 |
add-zero-lots-of-reuse-first/create |
1798000 ns (± 87929) |
1773000 ns (± 69739) |
1.01 |
add-zero-lots-of-reuse-first/rewrite |
767000 ns (± 31371) |
759000 ns (± 9407) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
4090469 to
5da6715
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
UnitTest/FP/EDyadicFloat/ConformanceNative.lean: bit-for-bit conformance ofEDyadicFloat 8 23 .RNEagainst nativeFloat32andEDyadicFloat 11 52 .RNEagainst nativeFloat, across+/−/*/÷and specials. Both native types are themselves correctly rounded, andEDyadicFloathas no internal double-rounding, so the agreement is exact. Output is routedEDyadicFloat → PackedFloat → native.Stack
Part of
full-precision-floats-edyadic(patch 5/6). Base: #791.🤖 Generated with Claude Code