mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Remove an unused variable from CudaSparseMatrix
Change-Id: Id9c969fda8d636dc793b98b452b2aaffacb11180
This commit is contained in:
@@ -185,7 +185,6 @@ void CudaSparseMatrix::Initialize() {
|
||||
void CudaSparseMatrix::SpMv(cusparseOperation_t op,
|
||||
const cusparseDnVecDescr_t& x,
|
||||
const cusparseDnVecDescr_t& y) const {
|
||||
size_t buffer_size = 0;
|
||||
const double alpha = 1.0;
|
||||
const double beta = 1.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user