Commit 54fdf757 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed SpMV benchmark

parent 5e9fb7a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ bool setupBenchmark( const Config::ParameterContainer& parameters )
      CSRCudaType cudaCSR;
      //cout << "Copying matrix to GPU... ";
      cudaCSR = csrMatrix;
      ::tnlCusparseCSR< Real > cusparseCSR;
      TNL::tnlCusparseCSR< Real > cusparseCSR;
      cusparseCSR.init( cudaCSR, &cusparseHandle );
      benchmarkMatrix( cusparseCSR,
                       cudaX,