[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
================
@@ -262,19 +273,31 @@ struct ScalarSubgroupReduceToShuffles final
private:
unsigned subgroupSize = 0;
unsigned shuffleBitwidth = 0;
+ bool matchClustered;
----------------
kuhar wrote:
nit: set a default value so that it's always initialized
https://github.com/llvm/llvm-project/pull/109158
More information about the Mlir-commits
mailing list