Skip to content

Commit 37009e7

Browse files
committed
fixup!
1 parent 2dfb6d3 commit 37009e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/multigrid/pgm.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,12 @@ void Pgm<ValueType, IndexType>::generate()
531531
distributed_setup);
532532
}
533533

534+
using fst_mtx_type =
535+
experimental::distributed::Matrix<ValueType, IndexType,
536+
IndexType>;
537+
using snd_mtx_type =
538+
experimental::distributed::Matrix<ValueType, IndexType, int64>;
539+
534540
auto distributed_setup = [&](auto matrix) {
535541
auto exec = gko::as<LinOp>(matrix)->get_executor();
536542
auto comm =

0 commit comments

Comments
 (0)