For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
fence_async_view_proxy
fence_async_view_proxy()
Establishes a memory fence for shared memory view operations.
This function creates a memory barrier that ensures all previous shared memory stores are completed before subsequent shared memory view operations begin. This is crucial for maintaining memory consistency.
Note:
This fence specifically targets the CTA (Cooperative Thread Array) scope and is used to synchronize async shared memory operations.