Closed MilesCranmer closed 2 years ago
Suite doesn't seem to be working on the latest Julia build as libopenblas64_.a is not generated in recent versions. I'm pretty sure those are just used in the perf.h
to ensure that the same blas version is used in the C benchmarks.
Any suggestions for what I need to modify @johnfgibson?
Edit: am using the dynamic library for OpenBLAS instead, and linking with -lopenblas
.
The golang benchmark code itself needs to be significantly changed with the various numerical libraries combining into gonum
. So I'm leaving go out of the benchmark for now.
The Lua benchmark seems out of date as well.
The rest seem to be working. Ready for review.
This is a great contribution. Thank you.
Ping for review. Let me know if this is ready for merging.
Ping for review. @Enet4 @giordano @mkitti do any of you have write access?
Sorry, I do not have write access.
@StefanKarpinski @johnfgibson would one of you be willing to approve this? Thanks!
Thanks, all suggestions implemented.
Thanks!!
Thanks
Thank you for your patience and your contribution, @MilesCranmer .
GitHub actions are desirable for running benchmarks for a variety of reasons:
This GitHub action successfully runs a subset of the languages and generates the csv data. The workflow runs for the following languages:
The following benchmarks are not part of the workflow, for the reasons given below:
Current result (it prints the csv at the end):