Unify gemm and lazy_gemm benchmarks

This commit is contained in:
Gael Guennebaud
2015-10-07 16:06:48 +02:00
parent 247259f805
commit 13294b5152
10 changed files with 24 additions and 251 deletions

View File

@@ -4,6 +4,7 @@
# it reads $1.out
# and generates $1.pdf
WHAT=$1
bench=$2
header="rev "
while read line
@@ -11,7 +12,7 @@ do
if [ ! -z '$line' ]; then
header="$header \"$line\""
fi
done < settings.txt
done < $bench"_settings.txt"
echo $header > $WHAT.out.header
cat $WHAT.out >> $WHAT.out.header