Update ROCm SMI library with ability to read CU occupancy

Change-Id: Ib9882fa2d81c13604af282279bfa116bc2fd05a4
This commit is contained in:
Ramesh Errabolu
2020-09-22 08:56:12 -05:00
committed by Harish Kasiviswanathan
parent f397cba414
commit 328878343c
5 changed files with 69 additions and 12 deletions
@@ -210,6 +210,8 @@ void TestProcInfoRead::Run(void) {
proc_info.vram_usage <<
" SDMA Usage: " <<
proc_info.sdma_usage <<
" Compute Unit Usage: " <<
proc_info.cu_occupancy <<
std::endl;
}
}