Loading tests/benchmarks/tnl-benchmark-spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
tests/benchmarks/tnl-benchmark-spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading