From 0fa8f6bdf42f606e784617a50eed3e620fa6f0bc Mon Sep 17 00:00:00 2001 From: Gregory Stoner Date: Mon, 30 Oct 2017 15:09:42 -0500 Subject: [PATCH] Update README.md [ROCm/rocm_smi_lib commit: df6210e38932cea8e85c7f0df3371ea36c3b50e6] --- projects/rocm-smi-lib/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/rocm-smi-lib/README.md b/projects/rocm-smi-lib/README.md index 7ca1ec6761..e5669b65a9 100644 --- a/projects/rocm-smi-lib/README.md +++ b/projects/rocm-smi-lib/README.md @@ -1,5 +1,14 @@ # rocm_smi_lib +C++ Library interface for ROCm-SMI to allow you to monitor/trace GPU system atributes + +- GPU Clocks +- Memory Clocks +- Temperature +- Fan Speed + +Example application is logging this with performance data to track kerenl execution time with GPU and Memory Clocks + ### To build library and example: mkdir -p build