aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 10:02:00 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 10:02:00 +0100
commit9cca79f5ca724ee5c3d5e4c6e9b842fc1f9bd2a2 (patch)
treee29ace638047c3b2b253eebe4a2b1829ae968ccc /bench/btl/actions
parentda3f3586e06543a2f573a1182415072b876ce481 (diff)
update aat action to do a syrk operation, and remove (comment) ata action
Diffstat (limited to 'bench/btl/actions')
-rw-r--r--bench/btl/actions/action_aat_product.hh2
-rw-r--r--bench/btl/actions/basic_actions.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/btl/actions/action_aat_product.hh b/bench/btl/actions/action_aat_product.hh
index 92930e219..aa5b35c94 100644
--- a/bench/btl/actions/action_aat_product.hh
+++ b/bench/btl/actions/action_aat_product.hh
@@ -87,7 +87,7 @@ public :
}
double nb_op_base( void ){
- return 2.0*_size*_size*_size;
+ return double(_size)*double(_size)*double(_size);
}
inline void initialize( void ){
diff --git a/bench/btl/actions/basic_actions.hh b/bench/btl/actions/basic_actions.hh
index 62442f01f..a3333ea26 100644
--- a/bench/btl/actions/basic_actions.hh
+++ b/bench/btl/actions/basic_actions.hh
@@ -6,7 +6,7 @@
#include "action_atv_product.hh"
#include "action_matrix_matrix_product.hh"
-#include "action_ata_product.hh"
+// #include "action_ata_product.hh"
#include "action_aat_product.hh"
#include "action_trisolve.hh"