Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 10, 2024
1 parent baf7660 commit 5f8c077
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MatrixWrapper/Distributed.C
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ void update_fused_impl(
non_local_sparsity->ldu_mapping.get_executor(), non_local_elements,
non_local_sparsity->ldu_mapping.get_data());

auto non_lcoal_vals = gko::array<scalar>::view(
non_local_mtx->get_executor(), non_local_elements, non_local_ptr);
auto non_local_dense_vec = non_local_row_collection->clone();
non_local_dense_vec->row_gather(&non_local_mapping_view,
non_local_row_collection.get());
Expand Down

0 comments on commit 5f8c077

Please sign in to comment.