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

Enabled by defaulty. DEBUG_HIP_DYNAMIC_QUEUES controls the feature
이 커밋은 다음에 포함됨:
Andryeyev, German
2025-03-19 11:22:50 -04:00
커밋한 사람 GitHub
부모 392ed53c3c
커밋 28967982b2
9개의 변경된 파일84개의 추가작업 그리고 9개의 파일을 삭제
+2
파일 보기
@@ -95,6 +95,8 @@ Settings::Settings() {
kernel_arg_impl_ = KernelArgImpl::HostKernelArgs;
gwsInitSupported_ = true;
limit_blit_wg_ = 16;
dynamic_queues_ = amd::IS_HIP ? DEBUG_HIP_DYNAMIC_QUEUES : false;
}
// ================================================================================================