LLNL / SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://computing.llnl.gov/projects/samrai
Other
220 stars 80 forks source link

Replace direct cuda synchronize with a wrapper call #193

Closed nselliott closed 2 years ago

nselliott commented 2 years ago

This gets rid of one stray direct cudaDeviceSynchronize call that is inconsistent with other usage.