Temporary fix for SWDEV-459354
Change-Id: I13d7d600ab72d873d1dbc5d5e9b72c2ca5941488
[ROCm/rocprofiler commit: b6576393a2]
Cette révision appartient à :
révisé par
Ammar Elwazir
Parent
3a1edf9a2d
révision
a36338a7a6
@@ -628,7 +628,10 @@ class InterceptQueue {
|
||||
const InterceptQueue* obj = it->second;
|
||||
assert(queue == obj->queue_);
|
||||
delete obj;
|
||||
obj_map_.erase(it);
|
||||
// TODO(aelwazir): This doesn't work anymore with the latest update from HIP Runtime
|
||||
// when they delete their queues, that causes double free.
|
||||
// We need another way to solve this issue.
|
||||
// obj_map_.erase(it);
|
||||
status = HSA_STATUS_SUCCESS;
|
||||
}
|
||||
return status;
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur