From 75af96cc7bdea547cb12cea92bf0717464cb282c Mon Sep 17 00:00:00 2001 From: Nirmal Unnikrishnan Date: Tue, 24 Jan 2023 10:55:12 -0600 Subject: [PATCH] Updating the readme Change-Id: Ia6decd0f47170c5ac2e47bada0e174e876779038 [ROCm/rocm-core commit: 3422b9ffe91100d87239314d6474ee511f8cef49] --- projects/rocm-core/README.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/projects/rocm-core/README.txt b/projects/rocm-core/README.txt index 42581aa1b1..2636219c54 100644 --- a/projects/rocm-core/README.txt +++ b/projects/rocm-core/README.txt @@ -1,5 +1,14 @@ +Introduction: +rocm-core is a utility which can be used to get ROCm release version. +It also provides the Lmod modules files for the ROCm release. +getROCmVersion function provides the ROCm version. -For building : +Lmod module files can be loaded with the following commads. +module load rocm/x.y or +module load rocm + + +Build: git clone