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_ftrtri.sh
#!/bin/bash
echo =================================================
echo ========= FFLAS-FFPACK ftrtri Autotuning ========
echo =================================================
echo 
(./ftrtri > ftrtri-threshold.h) 2>&1 | tee ftrtri-autotune.log
val=${PIPESTATUS[0]}; if test ${val} -ne 0 ; then exit ${val}; fi
back to top