AMD Logo
{% macro top_level_header(branch, latest_version, release_candidate_version) -%} {% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %} ROCm™ Platform Future Release {% elif release_candidate_version in branch %} ROCm™ Platform Release Candidate {{ release_candidate_version }} {% elif branch == "latest" %} ROCm™ Platform {{ latest_version }} {% else %} ROCm™ Platform {{ branch }} {% endif %} {%- endmacro -%} {{ top_level_header(theme_repository_branch | replace("docs-", ""), theme_header_latest_version, theme_header_release_candidate) }}
    {% macro nav_button(name, url) -%}
  • {{ name }}
  • {%- endmacro -%} {{ nav_button("GitHub", theme_repository_url|replace("-docs", "")) }} {{ nav_button("Community", "https://github.com/RadeonOpenCompute/ROCm/discussions") }} {{ nav_button("AMD Lab Notes", "https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-readme/") }} {{ nav_button("Infinity Hub", "https://www.amd.com/en/technologies/infinity-hub") }} {{ nav_button("Support", theme_repository_url|replace("-docs", "") + "/issues/new/choose") }} {{ nav_button("Feedback", "mailto:rocm-feedback@amd.com") }}