SWDEV-517481 - Add dynamic queue management (#37)
Enabled by defaulty. DEBUG_HIP_DYNAMIC_QUEUES controls the feature
This commit is contained in:
committed by
GitHub
parent
392ed53c3c
commit
28967982b2
@@ -197,6 +197,8 @@ void HostQueue::finish(bool cpu_wait) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Release HW queue to the pool for dynamic management if enabled
|
||||
vdev()->ReleaseHwQueue();
|
||||
|
||||
command->release();
|
||||
ClPrint(LOG_DEBUG, LOG_CMD, "All commands finished for host queue : %p", this);
|
||||
|
||||
Reference in New Issue
Block a user