Skip to content

Commit

Permalink
Revert "prevent writing to global memory is the patch will be sliced"
Browse files Browse the repository at this point in the history
This reverts commit 3b417b9.
  • Loading branch information
Ahdhn committed Oct 30, 2023
1 parent 3b017db commit 4ee320c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/rxmesh/cavity_manager_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -3026,9 +3026,6 @@ __device__ __inline__ void CavityManager<blockThreads, cop>::epilogue(
{
// make sure all writes are done
block.sync();
if (m_s_should_slice[0]) {
m_write_to_gmem = false;
}
if (m_write_to_gmem) {

// update number of elements again since add_vertex/edge/face could have
Expand Down

0 comments on commit 4ee320c

Please sign in to comment.