SWDEV-517481 - Add dynamic queue management (#37)

Enabled by defaulty. DEBUG_HIP_DYNAMIC_QUEUES controls the feature

[ROCm/clr commit: 28967982b2]
Этот коммит содержится в:
Andryeyev, German
2025-03-19 11:22:50 -04:00
коммит произвёл GitHub
родитель 00e77db856
Коммит 5c7c86f66d
9 изменённых файлов: 84 добавлений и 9 удалений
+2
Просмотреть файл
@@ -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);