From acabe2c532d309197b5a428f71de9feb64eec889 Mon Sep 17 00:00:00 2001 From: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com> Date: Mon, 30 Nov 2020 14:10:06 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d50b8b13b..f0b3f98a6 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,9 @@ The following enhancements are made to the ROCm Data Center Tool. The ROCm Data Center (RDC) Tool now provides the Prometheus plugin, a Python client to collect the telemetry data of the GPU. The RDC uses Python binding for Prometheus and the collected plugin. The Python binding maps the RDC C APIs to Python using ctypes. The functions supported by C APIs can also be used in the Python binding. -For installation instructions, refer to the +For installation instructions, refer to the ROCm Data Center Tool User Guide at + +https://github.com/RadeonOpenCompute/ROCm/blob/master/AMD_ROCm_DataCenter_Tool_User_Guide.pdf ### Python Binding @@ -219,6 +221,7 @@ if __name__ == '__main__': For more information about RDC Python binding and the Prometheus plugin integration, refer to the ROCm Data Center Tool User Guide at +https://github.com/RadeonOpenCompute/ROCm/blob/master/AMD_ROCm_DataCenter_Tool_User_Guide.pdf ## ROCm SYSTEM MANAGEMENT INFORMATION @@ -268,6 +271,7 @@ ROCm-SMI library clients can now register to receive the following events: * GPU THERMAL THROTTLE: This Thermal throttling event is sent if GPU clocks are throttled. + For more information, refer to the ROCm SMI API Guide at: https://github.com/RadeonOpenCompute/ROCm/blob/master/ROCm_SMI_API_Guide_v3.10.pdf