Retain full versioning info for modulefile information (closes #113).

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2023-04-17 15:33:27 -05:00
committed by Karl W. Schulz
parent 97422b0198
commit b91a175b96
2 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -3,13 +3,13 @@ local help_message = [[
Omniperf is an open-source performance analysis tool for profiling
machine learning/HPC workloads running on AMD MI GPUs.
Version @PROJECT_VERSION@
Version @OMNIPERF_FULL_VERSION@
]]
help(help_message,"\n")
whatis("Name: omniperf")
whatis("Version: @PROJECT_VERSION@")
whatis("Version: @OMNIPERF_FULL_VERSION@")
whatis("Keywords: Profiling, Performance, GPU")
whatis("Description: tool for GPU performance profiling")
whatis("URL: https://github.com/AMDResearch/omniperf")