adding completion handler

This commit is contained in:
Evgeny
2017-11-15 20:59:24 -06:00
parent 838b42153b
commit 68a89bf87d
7 changed files with 152 additions and 42 deletions
+2
View File
@@ -143,6 +143,8 @@ class Profile {
}
}
bool Empty() const { return info_vector_.empty(); }
protected:
virtual hsa_status_t Allocate(util::HsaRsrcFactory* rsrc) = 0;