Remove use of setLastQueuedCommand

Change-Id: I07bf54dc09905d9a17b059a476df9282eb6f1f51


[ROCm/clr commit: a838e6e108]
Bu işleme şunda yer alıyor:
Christophe Paquot
2020-07-10 08:44:36 -07:00
işlemeyi yapan: Christophe Paquot
ebeveyn 5b974209a0
işleme d8042a02ad
-3
Dosyayı Görüntüle
@@ -194,9 +194,6 @@ hipError_t hipCtxDestroy(hipCtx_t ctx) {
HIP_RETURN(hipErrorInvalidValue);
}
// Release last tracked command
hip::getNullStream()->setLastQueuedCommand(nullptr);
// Need to remove the ctx of calling thread if its the top one
if (!g_ctxtStack.empty() && g_ctxtStack.top() == dev) {
g_ctxtStack.pop();