mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-18 21:24:32 -04:00
AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroupSize for consistency
Differential Revision: https://reviews.llvm.org/D38957 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -142,8 +142,8 @@ struct MappingTraits<Kernel::CodeProps::Metadata> {
|
||||
MD.mNumSGPRs, uint16_t(0));
|
||||
YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs,
|
||||
MD.mNumVGPRs, uint16_t(0));
|
||||
YIO.mapOptional(Kernel::CodeProps::Key::MaxFlatWorkgroupSize,
|
||||
MD.mMaxFlatWorkgroupSize, uint32_t(0));
|
||||
YIO.mapOptional(Kernel::CodeProps::Key::MaxFlatWorkGroupSize,
|
||||
MD.mMaxFlatWorkGroupSize, uint32_t(0));
|
||||
YIO.mapOptional(Kernel::CodeProps::Key::IsDynamicCallStack,
|
||||
MD.mIsDynamicCallStack, false);
|
||||
YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled,
|
||||
|
||||
Reference in New Issue
Block a user