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:
committed by
Bill(Shuzhou) Liu
parent
cf09c187f1
commit
bd4ff14bd0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user