Revision 1b747c0ecf963da4b5ae04e3fad1090f25c0182c authored by Vincent Neiger on 08 February 2019, 15:18:16 UTC, committed by Vincent Neiger on 08 February 2019, 15:18:16 UTC
1 parent 27558c2
Raw File
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