Skip to content

Commit

Permalink
Update sparse/src/KokkosSparse_par_ilut.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey authored Apr 21, 2023
1 parent 4ad4962 commit 2d3c2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparse/src/KokkosSparse_par_ilut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ void par_ilut_symbolic(KernelHandle* handle, ARowMapType& A_rowmap,
/// @param U_rowmap The row map (row nnz offsets) for the U CSR (Input/Output)
/// @param U_entries The entries (column ids) for the U CSR (Output)
/// @param U_values The values (non-zero matrix values) for the U CSR (Output)
/// @param deterministic Please ignore. This parameter will be removed soon.
template <typename KernelHandle, typename ARowMapType, typename AEntriesType,
typename AValuesType, typename LRowMapType, typename LEntriesType,
typename LValuesType, typename URowMapType, typename UEntriesType,
Expand Down

0 comments on commit 2d3c2c4

Please sign in to comment.