From 7e31f3bf5a207c426aebf9b60231bc976cb6fc76 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:19:55 -0600 Subject: [PATCH 1/4] Refresh the organization README Maybe a little long. --- profile/README.md | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/profile/README.md b/profile/README.md index 6eed6ba..600175c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,8 +1,41 @@ # AMD ROCm™ Software -AMD ROCm software is AMD's Open Source stack for GPU computation. - -To learn more about ROCm, check out our [Documentation](https://rocm.docs.amd.com/en/latest/), [Examples](https://github.com/rocm/rocm-examples), -and [Developer Hub](https://www.amd.com/en/developer/resources/rocm-hub.html). - -If you have questions or need help, reach out to us on GitHub. +ROCm is AMD's open software stack of drivers, runtimes, compilers, libraries, and tools for GPU computing — spanning AI, HPC, and scientific computing on AMD Instinct™, Radeon™, Radeon™ PRO, and Ryzen™ AI hardware. + +## Start here + +- **New to ROCm** — install on [Linux](https://rocm.docs.amd.com/en/latest/install/rocm.html) or [Windows](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/) +- **Running AI workloads** — [Install PyTorch](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/pytorch/install.html), [Install JAX](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/jax/install.html), or browse the [AI Ecosystem docs](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/) +- **Writing GPU code** — [ROCm Examples](https://github.com/ROCm/rocm-examples) and the [HIP programming guide](https://rocm.docs.amd.com/projects/HIP/en/latest/) +- **Deploying at datacenter scale** — [Instinct systems and infrastructure docs](https://instinct.docs.amd.com/latest/) +- **Checking hardware support** — the [compatibility matrix](https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html) for supported GPUs, operating systems, and ROCm versions +- **Tutorials and deep dives** — [ROCm Blogs](https://rocm.blogs.amd.com/), with hands-on articles on AI, HPC, and performance tuning + +## Where the code lives + +Most ROCm components have been consolidated into a small number of repositories. Start in these: + +| Repository | What's in it | +|---|---| +| [ROCm/TheRock](https://github.com/ROCm/TheRock) | Unified CMake build platform for ROCm, with nightly ROCm/PyTorch/JAX builds and native Windows support | +| [ROCm/rocm-libraries](https://github.com/ROCm/rocm-libraries) | Math, AI, and communication libraries — rocBLAS, hipBLASLt, MIOpen, Composable Kernel, rocFFT, rocSPARSE, rocPRIM, and more | +| [ROCm/rocm-systems](https://github.com/ROCm/rocm-systems) | Runtimes and system software — HIP, CLR, ROCr Runtime, RCCL, rocprofiler-sdk, AMD SMI, RDC, rocDecode | +| [ROCm/llvm-project](https://github.com/ROCm/llvm-project) | AMD's LLVM-based compiler toolchain for GPU code generation | +| [ROCm/rocm-examples](https://github.com/ROCm/rocm-examples) | Worked examples, from HIP basics to full applications | + +If a component you're looking for isn't in its own repository anymore, it has most likely moved into `rocm-libraries` or `rocm-systems` under `projects/`. The [ROCm Core SDK component list](https://rocm.docs.amd.com/en/latest/components/core.html) maps every component to its current home. + +## Getting builds + +- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.radeon.com](https://repo.radeon.com/rocm/) +- **Nightly and preview builds** — see [TheRock releases](https://github.com/ROCm/TheRock/blob/main/RELEASES.md) for prebuilt ROCm, PyTorch, and JAX packages, including multi-architecture builds +- **Release notes and history** — [latest release](https://rocm.docs.amd.com/en/latest/about/release-notes.html), [all versions](https://rocm.docs.amd.com/en/latest/release/versions.html) + +## Getting help and contributing + +- **Questions and general discussion** — [TheRock Discussions](https://github.com/ROCm/TheRock/discussions) +- **Bugs and feature requests** — [TheRock issues](https://github.com/ROCm/TheRock/issues) +- **Contributing** — [TheRock contribution guide](https://github.com/ROCm/TheRock/blob/main/CONTRIBUTING.md) +- **Security** — report suspected vulnerabilities through [AMD Product Security](https://www.amd.com/en/resources/product-security.html), not through public issues +- **Licensing** — most components are MIT or Apache-2.0; see [ROCm licenses](https://rocm.docs.amd.com/en/latest/about/license.html) + From 1505e62179d682d64071e6e0147d8af1b8815058 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:18:42 -0600 Subject: [PATCH 2/4] Apply suggestion from @saadrahim --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 600175c..3b43e13 100644 --- a/profile/README.md +++ b/profile/README.md @@ -27,7 +27,7 @@ If a component you're looking for isn't in its own repository anymore, it has mo ## Getting builds -- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.radeon.com](https://repo.radeon.com/rocm/) +- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.radeon.com](https://repo.amd.com/rocm/) - **Nightly and preview builds** — see [TheRock releases](https://github.com/ROCm/TheRock/blob/main/RELEASES.md) for prebuilt ROCm, PyTorch, and JAX packages, including multi-architecture builds - **Release notes and history** — [latest release](https://rocm.docs.amd.com/en/latest/about/release-notes.html), [all versions](https://rocm.docs.amd.com/en/latest/release/versions.html) From b811d1987a0cab4ab8a4c0df35f64018cfb6fa85 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:19:13 -0600 Subject: [PATCH 3/4] Apply suggestion from @saadrahim --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 3b43e13..3f3700e 100644 --- a/profile/README.md +++ b/profile/README.md @@ -27,7 +27,7 @@ If a component you're looking for isn't in its own repository anymore, it has mo ## Getting builds -- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.radeon.com](https://repo.amd.com/rocm/) +- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.amd.com](https://repo.amd.com/rocm/) - **Nightly and preview builds** — see [TheRock releases](https://github.com/ROCm/TheRock/blob/main/RELEASES.md) for prebuilt ROCm, PyTorch, and JAX packages, including multi-architecture builds - **Release notes and history** — [latest release](https://rocm.docs.amd.com/en/latest/about/release-notes.html), [all versions](https://rocm.docs.amd.com/en/latest/release/versions.html) From 9d6e3a64bb0589d5d7082b7eb8814e7f6c3884c5 Mon Sep 17 00:00:00 2001 From: "Saad Rahim (AMD)" <44449863+saadrahim@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:10:34 -0600 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Daniel So --- profile/README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/profile/README.md b/profile/README.md index 3f3700e..d861fac 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,25 +1,25 @@ # AMD ROCm™ Software -ROCm is AMD's open software stack of drivers, runtimes, compilers, libraries, and tools for GPU computing — spanning AI, HPC, and scientific computing on AMD Instinct™, Radeon™, Radeon™ PRO, and Ryzen™ AI hardware. +ROCm is AMD's open software stack of drivers, runtimes, compilers, libraries, and tools for GPU computing, spanning AI, HPC, and scientific computing on AMD Instinct™, Radeon™, Radeon™ PRO, and Ryzen™ AI hardware. ## Start here -- **New to ROCm** — install on [Linux](https://rocm.docs.amd.com/en/latest/install/rocm.html) or [Windows](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/) -- **Running AI workloads** — [Install PyTorch](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/pytorch/install.html), [Install JAX](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/jax/install.html), or browse the [AI Ecosystem docs](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/) -- **Writing GPU code** — [ROCm Examples](https://github.com/ROCm/rocm-examples) and the [HIP programming guide](https://rocm.docs.amd.com/projects/HIP/en/latest/) -- **Deploying at datacenter scale** — [Instinct systems and infrastructure docs](https://instinct.docs.amd.com/latest/) -- **Checking hardware support** — the [compatibility matrix](https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html) for supported GPUs, operating systems, and ROCm versions -- **Tutorials and deep dives** — [ROCm Blogs](https://rocm.blogs.amd.com/), with hands-on articles on AI, HPC, and performance tuning +- **New to ROCm:** Install on [Linux](https://rocm.docs.amd.com/en/latest/install/rocm.html) or [Windows](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/) +- **Running AI workloads:** — [Install PyTorch](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/pytorch/install.html), [Install JAX](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/frameworks/jax/install.html), or browse the [AI Ecosystem docs](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/) +- **Writing GPU code:** [ROCm Examples](https://github.com/ROCm/rocm-examples) and the [HIP programming guide](https://rocm.docs.amd.com/projects/HIP/en/latest/) +- **Deploying at datacenter scale:** [Instinct systems and infrastructure docs](https://instinct.docs.amd.com/latest/) +- **Checking hardware support:** The [compatibility matrix](https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html) for supported GPUs, operating systems, and ROCm versions +- **Tutorials and deep dives:** [ROCm Blogs](https://rocm.blogs.amd.com/), with hands-on articles on AI, HPC, and performance tuning -## Where the code lives +## Source code repositories -Most ROCm components have been consolidated into a small number of repositories. Start in these: +Most ROCm components have been consolidated into a small number of repositories. Start with these: | Repository | What's in it | |---|---| | [ROCm/TheRock](https://github.com/ROCm/TheRock) | Unified CMake build platform for ROCm, with nightly ROCm/PyTorch/JAX builds and native Windows support | -| [ROCm/rocm-libraries](https://github.com/ROCm/rocm-libraries) | Math, AI, and communication libraries — rocBLAS, hipBLASLt, MIOpen, Composable Kernel, rocFFT, rocSPARSE, rocPRIM, and more | -| [ROCm/rocm-systems](https://github.com/ROCm/rocm-systems) | Runtimes and system software — HIP, CLR, ROCr Runtime, RCCL, rocprofiler-sdk, AMD SMI, RDC, rocDecode | +| [ROCm/rocm-libraries](https://github.com/ROCm/rocm-libraries) | Math, AI, and communication libraries: rocBLAS, hipBLASLt, MIOpen, Composable Kernel, rocFFT, rocSPARSE, rocPRIM, and more | +| [ROCm/rocm-systems](https://github.com/ROCm/rocm-systems) | Runtimes and system software: HIP, CLR, ROCr Runtime, RCCL, rocprofiler-sdk, AMD SMI, RDC, rocDecode | | [ROCm/llvm-project](https://github.com/ROCm/llvm-project) | AMD's LLVM-based compiler toolchain for GPU code generation | | [ROCm/rocm-examples](https://github.com/ROCm/rocm-examples) | Worked examples, from HIP basics to full applications | @@ -27,15 +27,15 @@ If a component you're looking for isn't in its own repository anymore, it has mo ## Getting builds -- **Released packages** — [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html); packages are hosted at [repo.amd.com](https://repo.amd.com/rocm/) -- **Nightly and preview builds** — see [TheRock releases](https://github.com/ROCm/TheRock/blob/main/RELEASES.md) for prebuilt ROCm, PyTorch, and JAX packages, including multi-architecture builds -- **Release notes and history** — [latest release](https://rocm.docs.amd.com/en/latest/about/release-notes.html), [all versions](https://rocm.docs.amd.com/en/latest/release/versions.html) +- **Released packages:** See [installation guide](https://rocm.docs.amd.com/en/latest/install/rocm.html) and packages hosted at [repo.amd.com](https://repo.amd.com/rocm/) +- **Nightly and preview builds:** See [TheRock releases](https://github.com/ROCm/TheRock/blob/main/RELEASES.md) for prebuilt ROCm, PyTorch, and JAX packages, including multi-architecture builds +- **Release notes and history:** See [the latest release](https://rocm.docs.amd.com/en/latest/about/release-notes.html), and [all versions](https://rocm.docs.amd.com/en/latest/release/versions.html) ## Getting help and contributing -- **Questions and general discussion** — [TheRock Discussions](https://github.com/ROCm/TheRock/discussions) -- **Bugs and feature requests** — [TheRock issues](https://github.com/ROCm/TheRock/issues) -- **Contributing** — [TheRock contribution guide](https://github.com/ROCm/TheRock/blob/main/CONTRIBUTING.md) -- **Security** — report suspected vulnerabilities through [AMD Product Security](https://www.amd.com/en/resources/product-security.html), not through public issues -- **Licensing** — most components are MIT or Apache-2.0; see [ROCm licenses](https://rocm.docs.amd.com/en/latest/about/license.html) +- **Questions and general discussion:** [TheRock Discussions](https://github.com/ROCm/TheRock/discussions) +- **Bugs and feature requests:** [TheRock issues](https://github.com/ROCm/TheRock/issues) +- **Contributing:** [TheRock contribution guide](https://github.com/ROCm/TheRock/blob/main/CONTRIBUTING.md) +- **Security:** Report suspected vulnerabilities through [AMD Product Security](https://www.amd.com/en/resources/product-security.html), not through public issues +- **Licensing:** Most components are MIT or Apache-2.0; see [ROCm licenses](https://rocm.docs.amd.com/en/latest/about/license.html)