IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).

Mojo function

fence_proxy_tensormap_generic_sys_release

def 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.

Was this page helpful?