IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /docs/manual/basics.md). For the complete Mojo documentation index, see llms.txt.
Skip to main content
Version: 1.0.0b1
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_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.