resources releasing; metrics

This commit is contained in:
Evgeny
2018-02-01 14:52:21 -06:00
parent 58e879343f
commit 79510b8c6c
17 changed files with 789 additions and 238 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class TestAql {
}
TestAql* Test() { return test_; }
virtual AgentInfo* GetAgentInfo() { return (test_) ? test_->GetAgentInfo() : 0; }
virtual const AgentInfo* GetAgentInfo() { return (test_) ? test_->GetAgentInfo() : 0; }
virtual hsa_queue_t* GetQueue() { return (test_) ? test_->GetQueue() : 0; }
virtual HsaRsrcFactory* GetRsrcFactory() { return (test_) ? test_->GetRsrcFactory() : 0; }