2
0

SWDEV-231145 - Add a validation for uniform launch

Change-Id: I68d61690c50060d9dcca117b248dddf69204a23f


[ROCm/clr commit: e82eecf33e]
Este cometimento está contido em:
German Andryeyev
2023-04-17 18:41:25 -04:00
ascendente 237480711a
cometimento a6f2ecd703
3 ficheiros modificados com 21 adições e 7 eliminações
+3
Ver ficheiro
@@ -569,6 +569,9 @@ static amd_comgr_status_t populateKernelMetaV3(const amd_comgr_metadata_node_t k
case KernelField::WgpMode:
kernel->SetWGPMode(buf.compare("true") == 0);
break;
case KernelField::UniformWrokGroupSize:
kernel->setUniformWorkGroupSize(buf.compare("true") == 0);
break;
default:
return AMD_COMGR_STATUS_ERROR;
}