-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
test: use full range for floats uniform #60
Conversation
jvdd
commented
Jul 23, 2023
•
edited
Loading
edited
- update dependencies
- test full range of float uniform
CodSpeed Performance ReportMerging #60 will degrade performances by 8.24%Comparing 🎉 Hooray!
|
Benchmark | main |
float_uniform |
Change | |
---|---|---|---|---|
👁 | sse_f64_argminmax_in |
1.4 ms | 1.6 ms | -8.24% |
👁 | sse_f64_argmin_in |
1 ms | 1.1 ms | -5.91% |
👁 | sse_f64_argmax_in |
1 ms | 1.1 ms | -5.92% |
👁 | avx_f64_argmax_in |
644.5 µs | 676.4 µs | -4.72% |
👁 | impl_f64_argminmax_in |
804.9 µs | 868.8 µs | -7.35% |
👁 | impl_f64_argmax_in |
644.7 µs | 676.6 µs | -4.72% |
⚡ | scalar_i16_argmax |
1.3 ms | 1.2 ms | +7.12% |
⚡ | scalar_i16_argminmax |
2.1 ms | 1.6 ms | +31.51% |
⚡ | scalar_i16_argmin |
1.3 ms | 1.2 ms | +7.12% |
👁 | avx_f64_argmin_in |
644.5 µs | 676.4 µs | -4.72% |
⚡ | scalar_i64_argmax |
1.4 ms | 1.3 ms | +3.19% |
⚡ | scalar_i64_argmin |
1.4 ms | 1.3 ms | +3.19% |
👁 | impl_f64_argmin_in |
644.7 µs | 676.6 µs | -4.73% |
⚡ | sse_i16_argminmax |
389.3 µs | 368 µs | +5.78% |
⚡ | scalar_i64_argminmax |
2.4 ms | 1.9 ms | +27.07% |
⚡ | scalar_f16_argminmax_rn |
3.3 ms | 3.2 ms | +5.4% |
👁 | avx2_f16_argmin_rn |
235.9 µs | 250.7 µs | -5.9% |
👁 | impl_f16_argminmax_rn |
236 µs | 250.8 µs | -5.89% |
👁 | impl_f16_argmin_rn |
236.1 µs | 250.8 µs | -5.89% |
👁 | avx2_f16_argmax_rn |
235.9 µs | 250.6 µs | -5.89% |
... | ... | ... | ... | ... |
ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.