SWDEV-373173 - Add kernel metadata for WGP mode

Change-Id: Ic270e90c46938b975513ff2bc19b7bb6b9485f9d
This commit is contained in:
Anusha GodavarthySurya
2023-01-02 12:28:22 +00:00
committed by Anusha Godavarthy Surya
parent 4595d88b04
commit 0bd0c29b7d
2 changed files with 13 additions and 3 deletions
+3
View File
@@ -566,6 +566,9 @@ static amd_comgr_status_t populateKernelMetaV3(const amd_comgr_metadata_node_t k
case KernelField::Kind:
kernel->SetKernelKind(buf);
break;
case KernelField::WgpMode:
kernel->SetWGPMode(buf.compare("true") == 0);
break;
default:
return AMD_COMGR_STATUS_ERROR;
}