Skip to content

Commit

Permalink
KokkosKernels: fix typo from previous
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Jul 25, 2020
1 parent db1f865 commit 18f8a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Impl {
if(mode[0] == Transpose[0]) {myCusparseOperation = CUSPARSE_OPERATION_TRANSPOSE;}
else if(mode[0] == ConjugateTranspose[0]) {myCusparseOperation = CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE;}

#if defined(CUSPARSE_VERSION) && (10300 <= CUDA_VERSION)
#if defined(CUSPARSE_VERSION) && (10300 <= CUSPARSE_VERSION)

/* Check that cusparse can handle the types of the input Kokkos::CrsMatrix */
cusparseIndexType_t myCusparseOffsetType;
Expand Down

0 comments on commit 18f8a69

Please sign in to comment.