For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
shmem_fence
shmem_fence()
Ensures ordering of delivery of operations on symmetric data objects.
All operations on symmetric data objects issued to a particular PE on the given context prior to the call to shmem_fence are guaranteed to be delivered before any subsequent operations on symmetric data objects to the same PE on the same context. shmem_fence guarantees order of delivery, not completion. It does not guarantee order of delivery of nonblocking Get or values fetched by nonblocking AMO routines.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!