1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-03 18:55:56 +01:00

Barrier sequencing if doing "GET" not "PUT" is different.

This is somewhat better timing for Barriers
This commit is contained in:
Peter Boyle 2025-02-12 14:55:20 +00:00
parent 4788dd8e2e
commit 6fdefe5b90

View File

@ -484,6 +484,12 @@ public:
this->face_table_computed=1;
assert(this->u_comm_offset==this->_unified_buffer_size);
accelerator_barrier();
#ifdef NVLINK_GET
#warning "NVLINK_GET"
this->_grid->StencilBarrier(); // He can now get mu local gather, I can get his
// Synch shared memory on a single nodes; could use an asynchronous barrier here and defer check
// Or issue barrier AFTER the DMA is running
#endif
}
};