Remove an unused variable from CudaSparseMatrix

Change-Id: Id9c969fda8d636dc793b98b452b2aaffacb11180
This commit is contained in:
Sameer Agarwal
2023-09-21 22:33:38 -07:00
parent 5a30cae583
commit d10e786ca8
-1
View File
@@ -185,7 +185,6 @@ void CudaSparseMatrix::Initialize() {
void CudaSparseMatrix::SpMv(cusparseOperation_t op, void CudaSparseMatrix::SpMv(cusparseOperation_t op,
const cusparseDnVecDescr_t& x, const cusparseDnVecDescr_t& x,
const cusparseDnVecDescr_t& y) const { const cusparseDnVecDescr_t& y) const {
size_t buffer_size = 0;
const double alpha = 1.0; const double alpha = 1.0;
const double beta = 1.0; const double beta = 1.0;