https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: f064ed65f233b30b8ec15d78cdfb30bf78abbf44 authored by Clément Pernet on 10 May 2019, 15:26:53 UTC
set xrows ldx when reading the B matrix
Tip revision: f064ed6
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