SWDEV-353742 - Port smilib function to amdsmi

Change-Id: I99df249755a5c665a8dd1777fa82d046e139bd77
Signed-off-by: Dalibor Stanisavljevic <Dalibor.Stanisavljevic@amd.com>


[ROCm/amdsmi commit: 3daf9c1063]
This commit is contained in:
Dalibor Stanisavljevic
2022-09-05 15:26:03 +02:00
committed by Bill(Shuzhou) Liu
parent cf09c187f1
commit bd4ff14bd0
18 changed files with 2577 additions and 449 deletions
@@ -160,7 +160,7 @@ void TestErrCntRead::Run(void) {
<< std::endl;
std::cout << "\t\tCorrectable errors: " << ec.correctable_err
<< std::endl;
std::cout << "\t\tUncorrectable errors: " << ec.uncorrectable_err
std::cout << "\t\tUncorrectable errors: " << ec.uncorrectable_count
<< std::endl;
}
// Verify api support checking functionality is working