[PATCH] D62739: AMDGPU: Always emit amdgpu-flat-work-group-size
Brian Sumner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 09:59:10 PDT 2019
b-sumner added inline comments.
================
Comment at: lib/CodeGen/TargetInfo.cpp:7885
+ // By default, restrict the maximum size to 256.
+ F->addFnAttr("amdgpu-flat-work-group-size", "128,256");
}
----------------
Theoretically, shouldn't the minimum be 1?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62739/new/
https://reviews.llvm.org/D62739
More information about the cfe-commits
mailing list