carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
106 stars 7 forks source link

Allow running bandwidth benchmarks with different kernels #35

Closed giordano closed 1 year ago

giordano commented 1 year ago

Follow up from https://github.com/giordano/julia-on-fugaku/issues/1: it'd be nice to allow running bwscaling (and necessarily also bwbench) with kernels other than sdxapy. This would allow comparing results with https://github.com/RRZE-HPC/TheBandwidthBenchmark, which basically reports scaling all other kernels but sdaxpy: init, sum, copy, update, triad. Example: Fujitsu FX700 S1 M4 C48.

carstenbauer commented 1 year ago

Wrong repository, see https://github.com/JuliaPerf/BandwidthBenchmark.jl/issues/9.