From 6592a41a7f63ca3e2b0bce547d93ae1d03018fc3 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 10 Dec 2025 15:56:33 -0500 Subject: [PATCH] Adding ROCm-Optiq note to What is ROCm page (#5709) * Adding ROCm-Optiq note to What is ROCm page Adding a note for a link to the Optiq docs * Apply suggestion from @mattwill-amd * Apply suggestion from @mattwill-amd * Apply suggestion from @mattwill-amd * Update what-is-rocm.rst * Update what-is-rocm.rst * Apply suggestion from @mattwill-amd * Apply suggestion from @mattwill-amd * Apply suggestion from @mattwill-amd * Apply suggestion from @mattwill-amd --- docs/what-is-rocm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index b8ade66c5..081e73612 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -123,8 +123,8 @@ Performance .. note:: - `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. + - `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. + - ROCm Optiq (Beta) provides 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 `_. Development ^^^^^^^^^^^