Temporarily disable rocm-smi to integrate with new rocm-smi

Change-Id: I06701cd4ac80bb4f3a9ae48d5374b7d4a788f8a4


[ROCm/ROCR-Runtime commit: 8bf85cc668]
This commit is contained in:
Chris Freehill
2018-01-26 06:44:01 -06:00
rodzic ea550637f0
commit 2b39004aa6
@@ -62,7 +62,7 @@
#include "rocm_smi/rocm_smi.h"
static RocrTstGlobals *sRocrtstGlvalues = nullptr;
#if 0
static bool GetMonitorDevices(const std::shared_ptr<amd::smi::Device> &d,
void *p) {
std::string val_str;
@@ -77,6 +77,7 @@ static bool GetMonitorDevices(const std::shared_ptr<amd::smi::Device> &d,
}
return false;
}
#endif
static void SetFlags(TestBase *test) {
assert(sRocrtstGlvalues != nullptr);
@@ -214,7 +215,8 @@ int main(int argc, char** argv) {
if (ProcessCmdline(&settings, argc, argv)) {
return 1;
}
sRocrtstGlvalues = &settings;
#if 0
amd::smi::RocmSMI hw;
hw.DiscoverDevices();
hw.IterateSMIDevices(
@@ -230,6 +232,6 @@ int main(int argc, char** argv) {
std::cout << "*** Initial Hardware Monitor Values:" << std::endl;
DumpMonitorInfo(&dummy);
}
#endif
return RUN_ALL_TESTS();
}