https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: 776c669b3c5721e63389c74ed60b2e48f5d2ac64 authored by Jean-Guillaume Dumas on 30 January 2018, 17:21:46 UTC
indent ok
Tip revision: 776c669
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