https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: 2b1367f0debf176bd5197af2acbac6ff3a1847dd authored by Cyril Bouvier on 24 November 2020, 18:09:56 UTC
fix round in test-simd.C + more explicit rounding mode in Simd512 structs
Tip revision: 2b1367f
tune_fsytrf.sh
#!/bin/bash
echo =================================================
echo ========= FFLAS-FFPACK fsytrf Autotuning ========
echo =================================================
echo 
(./fsytrf > fsytrf-threshold.h) 2>&1 | tee fsytrf-autotune.log
val=${PIPESTATUS[0]}; if test ${val} -ne 0 ; then exit ${val}; fi
back to top