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 9075a18 commit 1618a17Copy full SHA for 1618a17
flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
@@ -889,7 +889,7 @@ struct CUFLaunchOpConversion
889
if (procAttr)
890
gpuLaunchOp->setAttr(cuf::getProcAttrName(), procAttr);
891
else
892
- // Set default global attribute of the original was not found.
+ // Set default global attribute if the original was not found.
893
gpuLaunchOp->setAttr(cuf::getProcAttrName(),
894
cuf::ProcAttributeAttr::get(
895
op.getContext(), cuf::ProcAttribute::Global));
0 commit comments