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: Nightly
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).

memory

GPU memory operations package.

This package provides GPU memory operations including:

  • async_copy: Asynchronous memory copy operations
  • cp_async_bulk: Bulk tensor memory copy operations (TMA)
  • load/store: Memory access operations with cache control
  • fence operations: Memory ordering and synchronization
  • mbarrier: Memory barrier operations

These operations enable efficient data movement between different GPU memory spaces and coordination of memory operations across threads.

Modules

  • memory: This module provides GPU memory operations and utilities.