Remove use of setLastQueuedCommand
Change-Id: I07bf54dc09905d9a17b059a476df9282eb6f1f51
[ROCm/hip commit: 0d83b385d1]
This commit is contained in:
committed by
Christophe Paquot
vanhempi
b047945cd6
commit
f48d678382
@@ -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();
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user