https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: 09ab20eaae447c40fcb8ecefccdf10eaf08b1183 authored by Vincent Neiger on 07 November 2018, 08:43:05 UTC
Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack
Tip revision: 09ab20e
tune_fsyrk.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK fsyrk Autotuning =========
echo =================================================
echo 
(./fsyrk > fsyrk-threshold.h) 2>&1 | tee fsyrk-autotune.log
back to top