AMD ROCm 7.11.0 preview#

AMD ROCm is an open, modular, and high‑performance GPU software ecosystem — built collaboratively with the community, maintained transparently, and optimized for consistent, scalable performance across data centers, workstations, and edge devices.

ROCm 7.11.0 is a technology preview release built with TheRock, AMD’s new open build and release system. This preview introduces a new modular build workflow that will become standard in the near future. The existing monolithic release process will continue to be used in the production ROCm 7.0 stream during this transition period until the modular workflow fully replaces it. See the release notes for more information.

What is ROCm?#

ROCm is AMD’s open software stack for GPU‑accelerated computing. It provides the tools needed to program AMD GPUs — including runtimes, compilers, performance and system utilities, and optimized math and compute libraries. The wider ROCm ecosystem includes ROCm‑enabled HPC applications and deep learning frameworks such as PyTorch.

Some key features:

  • Open source – Transparent development driven by community feedback

  • Cross‑platform – Supports Linux and Windows environments

  • Comprehensive – End‑to‑end toolchain from compilers to libraries

  • Performance‑focused – Tuned for AMD Instinct™, AMD Radeon™, and AMD Ryzen™ devices

Enterprise applications
Customer service
Sales assistant
Human resources
Marketing
Personal assistant
Coding assistant
Drug discovery
Material science
AMD ROCm software ecosystem
AMD enterprise AI
AMD Resource Manager
AMD Solution Blueprints
AMD Developer Console
AMD Inference Microservices
AI ecosystem
Hugging Face
PyTorch
JAX
TensorFlow
ONNX
Triton
DeepSpeed
OpenXLA
Cluster operations
Monitoring:
  • Prometheus
  • Grafana
MLOps platforms:
  • mlflow
  • Kubeflow
Model serving runtimes:
  • vLLM
  • PyTorch
Vertical SDKs
ROCm-DS
ROCm-LS
ROCm-Finance
ROCm-Simulation
ROCm Core SDK
Math and compute libraries
Communication libraries
Support libraries
Media libraries
Storage
Runtimes and compilers
Profiling and debugging tools
Control and monitoring tools
Systems and infrastructure
Kubernetes:
  • GPU Operator
  • Device Plugin
  • Container Toolkit
  • Device Metrics Exporter
  • Device Plugin
AMD GPU Driver and runtime firmware
AMD Virtualization Driver
AMD Instinct Fabric Manager
Management tools
Supported OSes
Ubuntu
Debian
RHEL
Oracle Linux
Rocky Linux
SLES
Windows
OEM/ODM firmware
Baseboard and GPU firmware (platform-optimized firmware)
AMD GPUs and APUs

ROCm supports AMD GPU architectures spanning data center, workstation, and APU product lines. TheRock enables a unified ROCm user‑space experience across devices.

  • AMD Instinct GPUs – Purpose‑built for large‑scale compute, AI training, and HPC workloads.

  • AMD Radeon GPUs and AMD Ryzen AI APUs – Designed for workstations, desktop computing, and edge AI applications.

Note

This release supports a limited number GPU models. Hardware support will be expanded with future releases.

What’s changing#

ROCm is evolving to improve flexibility, maintainability, and use‑case alignment.

  • Leaner core – The Core SDK focuses on essential runtime and development components.

  • Use case‑specific expansions – Optional domain‑specific SDKs for AI, data science, and HPC.

  • Modular installation – Install only the components required for your workflow.

This approach streamlines installation, reduces footprint, and accelerates innovation through independently released packages.

ROCm Core SDK#

The ROCm Core SDK provides the foundational components that power the ROCm ecosystem — runtimes, compilers, math libraries, and system utilities for GPGPU computing.

ROCm Core SDK
Math and compute libraries
Deep learning and GPU compute kernels:
Composable Kernel, MIOpen, rocWMMA, hipDNN (coming soon)
BLAS dense and sparse libraries:
hipBLAS, hipBLASLt, hipSOLVER, hipSPARSE, hipSPARSELt
Kernel primitives:
hipCUB, rocPRIM, rocThrust
Other math:
hipRAND, hipFFT
Communication libraries
RCCL, rocSHMEM
Storage
hipFile (coming soon)
Runtimes and compilers
HIP, HIPIFY, LLVM, ROCr Runtime, SPIRV-LLVM-Translator
Profiling and debugging tools
ROCprofiler family:
ROCm Compute Profiler (rocprofiler-compute), ROCm Systems Profiler (rocprofiler-systems), ROCprofiler-SDK and rocprofv3 CLI
ROCm Debugger family:
ROCm Debugger (ROCgdb), ROCdbgapi, ROCr Debug Agent
Control and monitoring tools
AMD SMI, hipinfo, rocminfo

The TheRock infrastructure keeps these components modular, consistent, and easy to integrate across configurations.

Getting started#