We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9befbe2 commit 8ffd4ceCopy full SHA for 8ffd4ce
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
@@ -3554,7 +3554,7 @@ unsigned getLdsDwGranularity(const MCSubtargetInfo &ST) {
3554
return 320;
3555
if (ST.getFeatureBits().test(FeatureAddressableLocalMemorySize327680))
3556
return 512;
3557
- return 64; //In sync with getAddressableLocalMemorySize
+ return 64; // In sync with getAddressableLocalMemorySize
3558
}
3559
3560
bool isPackedFP32Inst(unsigned Opc) {
0 commit comments