aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Florian George <floriangeorgemail@googlemail.com>2014-05-04 17:07:17 +0200
committerGravatar Florian George <floriangeorgemail@googlemail.com>2014-05-04 17:07:17 +0200
commitf56d452c7edee82f2d50537dee7a9bb588f94991 (patch)
tree098082c5d007e3a78825f61c4dea9493275c4c5d /bench/btl
parentaf79b158a156a8b55ea486ecc063b4067e3625f7 (diff)
Enable atv in Blaze Benchmark
Diffstat (limited to 'bench/btl')
-rw-r--r--bench/btl/libs/blaze/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/libs/blaze/main.cpp b/bench/btl/libs/blaze/main.cpp
index 582a2956b..80e8f4eaa 100644
--- a/bench/btl/libs/blaze/main.cpp
+++ b/bench/btl/libs/blaze/main.cpp
@@ -29,7 +29,7 @@ int main()
bench<Action_axpby<blaze_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
bench<Action_matrix_vector_product<blaze_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
-// bench<Action_atv_product<blaze_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
+ bench<Action_atv_product<blaze_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
// bench<Action_matrix_matrix_product<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
// bench<Action_ata_product<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
// bench<Action_aat_product<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);