contrctor/destructor changes, OnLoad/OnUnload functions, removed hsa_init()/hsa_shutdown()

[ROCm/rocprofiler commit: a9a5119399]
Этот коммит содержится в:
Evgeny
2018-02-21 10:07:59 -06:00
родитель 1621e666da
Коммит 6eef0003a5
11 изменённых файлов: 97 добавлений и 58 удалений
+1 -1
Просмотреть файл
@@ -13,6 +13,6 @@ int main(int argc, char** argv) {
const int diter = (diter_s != NULL) ? atol(diter_s) : 1;
TestHsa::HsaInstantiate();
for (int i = 0; i < kiter; ++i) RunKernel<SimpleConvolution, TestAql>(argc, argv, diter);
//TestHsa::HsaShutdown();
TestHsa::HsaShutdown();
return 0;
}