SWDEV-404921 - Add dynamic LDS size hidden kernel argument

Change-Id: If99019058e4bfdc988ef5fc4cef001b772380453
This commit is contained in:
ksankisa
2023-08-30 10:58:06 +05:30
parent c398c75512
commit f554a075c7
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -129,6 +129,7 @@ static amd_comgr_status_t populateArgs(const amd_comgr_metadata_node_t key,
case amd::KernelParameterDescriptor::HiddenDefaultQueue:
case amd::KernelParameterDescriptor::HiddenCompletionAction:
case amd::KernelParameterDescriptor::HiddenMultiGridSync:
case amd::KernelParameterDescriptor::HiddenDynamicLdsSize:
case amd::KernelParameterDescriptor::HiddenNone:
lcArg->info_.hidden_ = true;
break;