-
Notifications
You must be signed in to change notification settings - Fork 80
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
Change opt-level
in benchmarks script
#612
Conversation
opt-level
in benchmarks script
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 05-02-Add_benchmarks_for_SIMD_m31 #612 +/- ##
==================================================================
Coverage 93.41% 93.41%
==================================================================
Files 84 84
Lines 11909 11909
Branches 11909 11909
==================================================================
Hits 11125 11125
Misses 702 702
Partials 82 82 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion
scripts/bench.sh
line 5 at r1 (raw file):
# For example, `./scripts/bench.sh` will run all benchmarks. # or `./scripts/bench.sh M31` will run only the M31 benchmarks. RUSTFLAGS="-Awarnings -C target-cpu=native -C target-feature=+avx512f -C opt-level=3" cargo bench $@
On my AVX512 AWS machine this improved benchmark performance for all backends.
fea500d
to
0119989
Compare
6472874
to
a553947
Compare
0119989
to
2e5dacb
Compare
a553947
to
d96abee
Compare
2e5dacb
to
f822266
Compare
d96abee
to
79d4eb3
Compare
f822266
to
dc620dd
Compare
79d4eb3
to
99939af
Compare
dc620dd
to
a4fa5c7
Compare
99939af
to
793628e
Compare
a4fa5c7
to
94f93cc
Compare
793628e
to
6c233c2
Compare
94f93cc
to
2c3d55a
Compare
6c233c2
to
1ad5eef
Compare
2c3d55a
to
b0d3d1a
Compare
1ad5eef
to
86303f4
Compare
This change is