Skip to main content
Log in

Mojo function

fence_proxy_tensormap_generic_sys_release

fence_proxy_tensormap_generic_sys_release()

Releases the system-wide memory fence for tensor map operations.

This function releases the memory fence previously established by the acquire operation. It ensures that all tensor map operations are completed and visible to the system before proceeding.

Note: Should be called after tensor map operations are complete to maintain proper memory ordering semantics.