vatai / mpk

Matrix powers kernel
1 stars 0 forks source link

Remove the redundant communication of the vertices which can be computed in the partition. #21

Open utsavsinghal5 opened 5 years ago

utsavsinghal5 commented 5 years ago

The vertices which can be calculated again within the partition need not to be communicated from other partition.

vatai commented 5 years ago

This is very closely related to #20 and to #19.