From 9cca79f5ca724ee5c3d5e4c6e9b842fc1f9bd2a2 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 23 Mar 2011 10:02:00 +0100 Subject: update aat action to do a syrk operation, and remove (comment) ata action --- bench/btl/actions/action_aat_product.hh | 2 +- bench/btl/actions/basic_actions.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bench/btl/actions') 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" -- cgit v1.2.3