Revision 2354889c8f9211eea120e48618a037986b4a5f45 authored by Clément Pernet on 17 March 2021, 10:40:10 UTC, committed by Clément Pernet on 17 March 2021, 10:40:10 UTC
2 parent s 18fc790 + c493aeb
Raw File
tune_fsyrk.sh
#!/bin/bash
echo =================================================
echo ========= FFLAS-FFPACK fsyrk Autotuning =========
echo =================================================
echo 
(./fsyrk > fsyrk-threshold.h) 2>&1 | tee fsyrk-autotune.log
val=${PIPESTATUS[0]}; if test ${val} -ne 0 ; then exit ${val}; fi
back to top