https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: fa644c27b4283e432f416b466c9ad6ed2923c696 authored by ZHG on 30 April 2019, 15:42:13 UTC
Restrcutured the fgemv for sequential helper according to the comments after code review
Tip revision: fa644c2
tune_ftrtri.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK ftrtri Autotuning ========
echo =================================================
echo 
(./ftrtri > ftrtri-threshold.h) 2>&1 | tee ftrtri-autotune.log
back to top