aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/data
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-08-15 10:19:16 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-08-15 10:19:16 +0200
commitd2becb9612c1cd2c8c45e1177b04d5543be8fb9d (patch)
tree7e6f11f2ae52f3e272bacf4704398c4d77cd64dc /bench/btl/data
parent846e8b49ba15563729ef61b0645c7546d5f62db5 (diff)
add a "rot" benchmark in BTL
Diffstat (limited to 'bench/btl/data')
-rw-r--r--bench/btl/data/action_settings.txt3
-rwxr-xr-xbench/btl/data/go_mean1
2 files changed, 3 insertions, 1 deletions
diff --git a/bench/btl/data/action_settings.txt b/bench/btl/data/action_settings.txt
index e2d931ddc..9bee1651c 100644
--- a/bench/btl/data/action_settings.txt
+++ b/bench/btl/data/action_settings.txt
@@ -14,4 +14,5 @@ tridiagonalization ; "{/*1.5 Tridiagonalization}" ; "matrix size" ; 4:3000
hessenberg ; "{/*1.5 Hessenberg decomposition}" ; "matrix size" ; 4:3000
symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000
-ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000 \ No newline at end of file
+ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000
+rot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:1000000 \ No newline at end of file
diff --git a/bench/btl/data/go_mean b/bench/btl/data/go_mean
index 5ff3a3b98..4e4fd295a 100755
--- a/bench/btl/data/go_mean
+++ b/bench/btl/data/go_mean
@@ -48,6 +48,7 @@ source mk_mean_script.sh hessenberg $1 11 100 300 1000 $mode $prefix
source mk_mean_script.sh symv $1 11 50 300 1000 $mode $prefix
source mk_mean_script.sh syr2 $1 11 50 300 1000 $mode $prefix
source mk_mean_script.sh ger $1 11 50 300 1000 $mode $prefix
+source mk_mean_script.sh rot $1 11 2500 100000 250000 $mode $prefix
fi