Update ROCm SMI library with ability to read CU occupancy
Change-Id: Ib9882fa2d81c13604af282279bfa116bc2fd05a4
This commit is contained in:
committed by
Harish Kasiviswanathan
parent
f397cba414
commit
328878343c
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user