Skip to content

Commit

Permalink
Remove unused host matrices
Browse files Browse the repository at this point in the history
Signed-off-by: James Foucar <[email protected]>
  • Loading branch information
jgfouca committed Oct 22, 2024
1 parent f08be9c commit 0a6fbd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ifpack2/src/Ifpack2_Experimental_RBILUK_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,6 @@ apply (const Tpetra::MultiVector<scalar_type,local_ordinal_type,global_ordinal_t
auto U_values = lclU.values;

const auto numRows = L_block_->getLocalNumRows();
local_matrix_host_type L_block_local_host("L_block_local_host", numRows, numRows, L_entries.size(), L_values, L_rowmap, L_entries, blockSize_);
local_matrix_host_type U_block_local_host("U_block_local_host", numRows, numRows, U_entries.size(), U_values, U_rowmap, U_entries, blockSize_);

if (mode == Teuchos::NO_TRANS) {
KokkosSparse::Experimental::SPTRSVAlgorithm alg = KokkosSparse::Experimental::SPTRSVAlgorithm::SEQLVLSCHD_RP;
Expand Down

0 comments on commit 0a6fbd7

Please sign in to comment.