aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_axpby.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/action_axpby.hh')
-rw-r--r--bench/btl/actions/action_axpby.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/btl/actions/action_axpby.hh b/bench/btl/actions/action_axpby.hh
index 7815530ac..99ade7cd8 100644
--- a/bench/btl/actions/action_axpby.hh
+++ b/bench/btl/actions/action_axpby.hh
@@ -91,6 +91,7 @@ public :
}
void check_result( void ){
+ if (_size>128) return;
// calculation check
Interface::vector_to_stl(Y,resu_stl);