[Mlir-commits] [mlir] [mlir][gpu] Disjoint patterns for lowering clustered subgroup reduce (PR #109158)

Jakub Kuderski llvmlistbot at llvm.org
Wed Sep 18 09:39:36 PDT 2024


================
@@ -343,6 +366,7 @@ struct VectorSubgroupReduceToShuffles final
 private:
   unsigned subgroupSize = 0;
   unsigned shuffleBitwidth = 0;
+  bool matchClustered;
----------------
kuhar wrote:

Same here

https://github.com/llvm/llvm-project/pull/109158


More information about the Mlir-commits mailing list