Commit f3d817cb authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Commented out testing of AdEllpack. Preparation for new branch.

parent 3e392692
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
#include <TNL/Matrices/SlicedEllpack.h>
#include <TNL/Matrices/ChunkedEllpack.h>

#include <TNL/Matrices/AdEllpack.h>

#include <TNL/Matrices/MatrixReader.h>
using namespace TNL::Matrices;

@@ -317,6 +319,9 @@ benchmarkSpmvSynthetic( Benchmark & benchmark,
   
   // Chunked Ellpack doesn't have cross-device assignment ('= operator') implemented yet
//   result |= benchmarkSpMV< Real, Matrices::ChunkedEllpack >( benchmark, inputFileName );
   
   // AdEllpack doesn't have cross-device assignment ('= operator') implemented yet
//   result |= benchmarkSpMV< Real, Matrices::AdEllpack >( benchmark, inputFileName, verboseMR );
   return result;
}