aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/blaze/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/libs/blaze/main.cpp')
-rw-r--r--bench/btl/libs/blaze/main.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/bench/btl/libs/blaze/main.cpp b/bench/btl/libs/blaze/main.cpp
index b8508c8f3..582a2956b 100644
--- a/bench/btl/libs/blaze/main.cpp
+++ b/bench/btl/libs/blaze/main.cpp
@@ -19,8 +19,6 @@
#include "blaze_interface.hh"
#include "bench.hh"
#include "basic_actions.hh"
-// #include "action_cholesky.hh"
-// #include "action_lu_decomp.hh"
BTL_MAIN;
@@ -32,14 +30,10 @@ int main()
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_matrix_matrix_product<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,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);
-// bench<Action_trisolve<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
-// bench<Action_cholesky<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
-// bench<Action_lu_decomp<blaze_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
-
return 0;
}