[PATCH] D21562: [AMDGPU] Wave and register controls

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 07:58:07 PDT 2016


tstellarAMD added inline comments.

================
Comment at: lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:128
@@ -127,3 +150,1 @@
-unsigned getMaximumWorkGroupSize(const Function &F) {
-  return getIntegerAttribute(F, "amdgpu-max-work-group-size", 256);
 }
----------------
Mesa is using this attribute, so we still need to support it.  We should also leave some tests which use it.


https://reviews.llvm.org/D21562





More information about the llvm-commits mailing list