1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Apply barrier in Gather kernel sequence.

Could place before comms, or in Gather, but decided to insist Gather means Gather is done
This commit is contained in:
Peter Boyle 2023-04-04 07:33:24 -07:00
parent af64c1c6b6
commit 6a21f694ff

View File

@ -507,6 +507,7 @@ public:
}
this->face_table_computed=1;
assert(this->u_comm_offset==this->_unified_buffer_size);
accelerator_barrier();
}
};