jsitaraman / tioga

Tioga is a library for overset grid assembly on parallel distributed systems
GNU Lesser General Public License v3.0
64 stars 36 forks source link

perform solution updates on GPU #58

Closed ashesh2512 closed 3 years ago

ashesh2512 commented 3 years ago

@jsitaraman This is the first draft of performing solution updates on GPU. I have also removed a bunch of unused variable to eliminate compilation warnings. We should try to restructure sendrcvpackets so that the output is arranged block-wise because as it stands correctly, I am not sure how efficient my implementation is.