Skip to main content

Mojo function

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.

Was this page helpful?