Skip to content

Commit

Permalink
sparse matrix in struct
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Sep 2, 2023
1 parent 646a8af commit 5d55d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/process_set.cu
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace micm

std::chrono::nanoseconds AddJacobianTermsKernelDriver(
CUDAMatrixParam& matrixParam,
CUDASparseMatrix& sparseMatrix,
CUDASparseMatrixParam& sparseMatrix,
CUDAProcessSetParam& processSet)
{
// create device pointers
Expand Down

0 comments on commit 5d55d95

Please sign in to comment.