From db8839d293cedb9c08845907df6803b26cbb01c6 Mon Sep 17 00:00:00 2001 From: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com> Date: Wed, 15 May 2024 14:10:38 -0700 Subject: [PATCH] Update build.rst --- docs/install/build.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/install/build.rst b/docs/install/build.rst index a251722513..ca096598fb 100644 --- a/docs/install/build.rst +++ b/docs/install/build.rst @@ -1,10 +1,13 @@ +.. meta:: + :description: Install ROCmInfo + :keywords: install, rocminfo, AMD, ROCm Build 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. +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.