https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: 590813af675f894fb7c97a9ac4e4686af4bcfc7b authored by Clement Pernet on 16 November 2017, 09:06:50 UTC
fix the 0x0 charpoly bug (#142) and add corresponding regression test
Tip revision: 590813a
tune_fsytrf.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK fsytrf Autotuning ========
echo =================================================
echo 
(./fsytrf > fsytrf-threshold.h) 2>&1 | tee fsytrf-autotune.log
back to top