https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: fbfec331588584ba40cece4e04428001aaa2b6df authored by Clément Pernet on 06 December 2018, 11:09:26 UTC
prevent switching to modularbalanced when over GF2. Fixes #190
Tip revision: fbfec33
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