Revert "SWDEV-403995 - uniform_work_group_size is interger type is 1 for true and 0 for false. Lighting kernel's init sets uniform work group flag and hence not need to set it from options."
This reverts commit 2c9c58e7bb.
Change-Id: I077135a726320eb109888f0e7442120dc852ad3e
This commit is contained in:
@@ -570,7 +570,7 @@ static amd_comgr_status_t populateKernelMetaV3(const amd_comgr_metadata_node_t k
|
||||
kernel->SetWGPMode(buf.compare("true") == 0);
|
||||
break;
|
||||
case KernelField::UniformWrokGroupSize:
|
||||
kernel->setUniformWorkGroupSize(buf.compare("1") == 0);
|
||||
kernel->setUniformWorkGroupSize(buf.compare("true") == 0);
|
||||
break;
|
||||
default:
|
||||
return AMD_COMGR_STATUS_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user