Skip to content

Commit

Permalink
Sparse - SpTRSV: fix for cusparse < 110300
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 9, 2024
1 parent 2f34a69 commit e5bfc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/tpls/KokkosSparse_sptrsv_solve_tpl_spec_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void sptrsv_solve_cusparse(ExecutionSpace& space,

cusparseStatus_t status;

const idx_type nrows = sptrsv_handle->get_nrows();
typename KernelHandle::SPTRSVcuSparseHandleType *h =
sptrsv_handle->get_cuSparseHandle();

Expand Down

0 comments on commit e5bfc84

Please sign in to comment.