https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: afea516b29bb53bfd002614804442d0494cf37ea authored by Jean-Guillaume Dumas on 10 January 2018, 12:35:39 UTC
inline swap
Tip revision: afea516
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