From 0cdee4f15575bf108a5fd3bb3069f1d69c046150 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 27 Nov 2025 09:52:20 -0500 Subject: [PATCH] Adding ROCm-Optiq note to What is ROCm page Adding a note for a link to the Optiq docs --- docs/what-is-rocm.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index b8ade66c5..fc91ca9ef 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -126,6 +126,10 @@ Performance `ROCprof Compute Viewer `_ is a tool for visualizing and analyzing GPU thread trace data collected using :doc:`rocprofv3 `. Note that `ROCprof Compute Viewer `_ is in an early access state. Running production workloads is not recommended. +.. note:: + + `ROCm™ Optiq (beta) ` is AMD’s tool designed to provide deep insights into system-level performance for applications running on the ROCm stack. It serves as the GUI to visualize traces collected by ROCm profiling tools, specifically ROCm Systems Profiler, enabling developers to analyze traces, identify bottlenecks, optimize workloads, and efficiently scale applications across CPUs and GPUs. + Development ^^^^^^^^^^^