profiling controll options

This commit is contained in:
Evgeny
2018-02-27 13:32:11 -06:00
parent 33b3546fe4
commit 1c8f767da4
15 changed files with 370 additions and 267 deletions
+1 -3
View File
@@ -47,7 +47,6 @@ class TestHsa : public TestAql {
total_time_taken_ = 0;
setup_time_taken_ = 0;
dispatch_time_taken_ = 0;
code_buf_ = NULL;
hsa_exec_ = {};
}
@@ -123,8 +122,7 @@ class TestHsa : public TestAql {
// Test kernel name
std::string name_;
// Kernel code buffer
void* code_buf_;
// Kernel executable
hsa_executable_t hsa_exec_;
};