sync_async_proxy_shared

Function sync_async_proxy_shared 

Source
pub fn sync_async_proxy_shared()
Expand description

sync_async_proxy_shared is a synchronization fence for the experimental SM 9.0+ copy functions, applying bidirectionally between the async proxy (i.e. TMA) and shared memory. Should be used after intializing the barriers, and before the copy operation. PTX: fence.proxy.async.shared::cta Experimental and subject to change.