[PATCH] D125997: [AMDGPU] Instruction Type Pipeline

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 09:58:53 PDT 2022


jrbyrnes marked an inline comment as done.
jrbyrnes added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUMFMAIGroupLP.cpp:35
+
+static cl::opt<int>
+    VMEMGroupMaxSize("amdgpu-vmem-group-size", cl::init(-1), cl::Hidden,
----------------
kerbowa wrote:
> Can these options all have the amdgpu-mfma-igrouplp prefix?
> In the next iteration of the patch these will be combined correct?
Hey Austin -- thanks for the comments.

Yep, that will be one of the main focuses of the next iteration.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125997/new/

https://reviews.llvm.org/D125997



More information about the llvm-commits mailing list