diff --git a/docs/reference/compatible-accelerators.rst b/docs/reference/compatible-accelerators.rst index 8ffe2cd99..65a3f70a1 100644 --- a/docs/reference/compatible-accelerators.rst +++ b/docs/reference/compatible-accelerators.rst @@ -1,6 +1,6 @@ .. meta:: :description: ROCm Compute Profiler support: compatible accelerators and GPUs - :keywords: ROCm Compute Profiler, ROCm, profiler, tool, Instinct, accelerator, AMD, GPU + :keywords: Omniperf, compatible, cdna, gcn, gfx, rdna, radeon, hardware, architecture *********************** Compatible accelerators @@ -18,19 +18,19 @@ GPU specifications. particular family of AMD accelerators. .. list-table:: - :header-rows: 1 + :header-rows: 1 - * - Platform - - Status + * - Platform + - Status - * - AMD Instinct™ MI300 - - Supported ✅ + * - AMD Instinct™ MI300 + - Supported ✅ - * - AMD Instinct MI200 - - Supported ✅ + * - AMD Instinct MI200 + - Supported ✅ - * - AMD Instinct MI100 - - Supported ✅ + * - AMD Instinct MI100 + - Supported ✅ - * - AMD Instinct MI50, MI60 (Vega 20) - - No support ❌ + * - AMD Instinct MI50, MI60 (Vega 20) + - No support ❌ diff --git a/docs/reference/faq.rst b/docs/reference/faq.rst index f8b55d2eb..2ec10debf 100644 --- a/docs/reference/faq.rst +++ b/docs/reference/faq.rst @@ -10,7 +10,7 @@ FAQ Frequently asked questions and troubleshooting tips. How do I export profiling data I have already generated using ROCm Compute Profiler? -======================================================================= +==================================================================================== To interact with the Grafana GUI, you must sync data with the MongoDB backend. You can do this using :ref:`database ` mode. @@ -19,7 +19,7 @@ Pass in the directory of your desired workload as follows. .. code-block:: shell - $ omniperf database --import -w -H -u -t + $ rocprof-compute database --import -w -H -u -t python ast error: 'Constant' object has no attribute 'kind' ===========================================================