vatai / mpk

Matrix powers kernel
1 stars 0 forks source link

Make a separate method for phase processing loop in `comm_comp_patterns` #38

Closed utsavsinghal5 closed 4 years ago

utsavsinghal5 commented 4 years ago

For mirroring we have to call the phase processing loop many times. Due to this we have to repeatedly write this. It would be a better idea to make a separate method.

vatai commented 4 years ago

Actually, we had the wrong idea. The loop in Buffers::Exec() needs to be repeated. This is also important, but for a different reason: to be able to try different methods of "mirroring".