SWDEV-334152 - Set release as systemscope

Set release scope as system for dispatch AQL when events are passed to
hip*LaunchKernelGGL*

Change-Id: I93b91591e0ab023f1ecc5247f7905eca26147358
Этот коммит содержится в:
Saleel Kudchadker
2022-04-25 15:29:25 -07:00
родитель 2f973fb38b
Коммит 02566677cf
2 изменённых файлов: 9 добавлений и 7 удалений
+1
Просмотреть файл
@@ -432,6 +432,7 @@ NDRangeKernelCommand::NDRangeKernelCommand(HostQueue& queue, const EventWaitList
profilingInfo_.clear();
profilingInfo_.callback_ = nullptr;
profilingInfo_.marker_ts_ = true;
setEventScope(amd::Device::kCacheStateSystem);
}
kernel_.retain();
}