Loading src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h +4 −3 Original line number Diff line number Diff line Loading @@ -1819,10 +1819,11 @@ void SpMVCSRAdaptivePrepare( const Real *inVector, blocks = MAX_X_DIM; neededThreads -= MAX_X_DIM * threads; } using Matrix = CSR< Real, Device, Index, KernelType >; SpMVCSRAdaptive< Real, Index, warpSize, matrix.WARPS, matrix.SHARED_PER_WARP, matrix.MAX_ELEMENTS_PER_WARP_ADAPT > Matrix::WARPS, Matrix::SHARED_PER_WARP, Matrix::MAX_ELEMENTS_PER_WARP_ADAPT > <<<blocks, threads>>>( inVector, outVector, Loading Loading
src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h +4 −3 Original line number Diff line number Diff line Loading @@ -1819,10 +1819,11 @@ void SpMVCSRAdaptivePrepare( const Real *inVector, blocks = MAX_X_DIM; neededThreads -= MAX_X_DIM * threads; } using Matrix = CSR< Real, Device, Index, KernelType >; SpMVCSRAdaptive< Real, Index, warpSize, matrix.WARPS, matrix.SHARED_PER_WARP, matrix.MAX_ELEMENTS_PER_WARP_ADAPT > Matrix::WARPS, Matrix::SHARED_PER_WARP, Matrix::MAX_ELEMENTS_PER_WARP_ADAPT > <<<blocks, threads>>>( inVector, outVector, Loading