Use the context variant of getNullStream

Do not create a new queue to call finish in hipFree if none was
created earlier elsewhere.
Change-Id: I87bb191e6b186ddbe607ab29d11e3ae5bc2ac8e6
Этот коммит содержится в:
Saleel Kudchadker
2020-02-25 00:09:49 -08:00
родитель 2203093159
Коммит 631fd65be4
2 изменённых файлов: 6 добавлений и 2 удалений
+1
Просмотреть файл
@@ -103,6 +103,7 @@ amd::HostQueue* getNullStream(Device& dev) {
}
return stream->second;
}
amd::HostQueue* getNullStream(amd::Context& ctx) {
for (auto& it : g_nullStreams) {
if (it.first->asContext() == &ctx) {