IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/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. /max/get-started.md).

Mojo module

amd_target

AMD GPU target definitions for the pipeline scheduling framework.

Platform-specific hardware descriptions for AMD CDNA/RDNA GPUs. Provides:

  • MI355X cost model: per-op latencies, resources, and roles
  • MI355X pipeline configurations: double-buffer and single-buffer
  • MI355X target profiles: unified cost model + pipeline config
  • AMD schedule_group_barrier hints for instruction interleaving

The generic framework (schedule_framework.mojo) has no AMD-specific references. All hardware knowledge lives here.

Structs​

Functions​