Skip to main content

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

Was this page helpful?