From c8056cc81214f236da9bde770562ee433744e9e6 Mon Sep 17 00:00:00 2001 From: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com> Date: Thu, 23 May 2024 11:15:29 -0700 Subject: [PATCH] Update build.rst minor edits --- docs/install/build.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/build.rst b/docs/install/build.rst index b42e32a5fa..96e2195332 100644 --- a/docs/install/build.rst +++ b/docs/install/build.rst @@ -6,10 +6,10 @@ Building ROCmInfo ***************** -Use the standard cmake build procedure to build rocminfo. The location of ROCm root (parent directory containing ROCM headers and libraries) must be provided -as a cmake argument using the standard CMAKE_PREFIX_PATH CMake variable. +Use the standard cmake build procedure to build ROCmInfo. The location of ROCm root (parent directory containing ROCM headers and libraries) must be provided +as a CMake argument using the standard CMAKE_PREFIX_PATH CMake variable. -After cloning the rocminfo git repo, please make sure to do a git-fetch --tags to get the tags residing on the repo. These tags are used for versioning. +After cloning the ROCmInfo git repo, you must perform a `git-fetch --tags` to get the tags residing on the repo. These tags are used for versioning. For example, @@ -46,4 +46,4 @@ ROCmInfo execution 4. lspci : enumerate PCI bus and locate supported devices from a hard-coded lookup table. -5. rocminfo : a tool shipped with this script to enumerate GPU agents available on a working ROCm stack. +5. ROCmInfo : a tool shipped with this script to enumerate GPU agents available on a working ROCm stack.