Share via


tile_barrier::wait_with_global_memory_fence Method

Blocks execution of all threads in a tile until all global memory accesses have been completed and all threads in the tile have reached this call.

void wait_with_global_memory_fence() const  restrict(amp);

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

tile_barrier Class