tile_barrier::wait_with_all_memory_fence Method

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

void wait_with_all_memory_fence() const restrict(amp);

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

tile_barrier Class