SWDEV-240806 - hipGraph performance create new graph commands for every launch
Change-Id: Ifd4a373d6a76118ae0946238b29accfacbe32937
Этот коммит содержится в:
коммит произвёл
Anusha Godavarthy Surya
родитель
8e4101b4fd
Коммит
ef1ec6ffde
@@ -293,6 +293,7 @@ class Command : public Event {
|
||||
//! Update with the list of events this command needs to wait on before dispatch
|
||||
void updateEventWaitList(const EventWaitList& waitList) {
|
||||
for (auto event : waitList) {
|
||||
event->retain();
|
||||
eventWaitList_.push_back(event);
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user