[Mlir-commits] [mlir] [MLIR][XeGPU] Add uniform values distribution pattern (PR #176737)
Charitha Saumya
llvmlistbot at llvm.org
Fri Jan 23 16:49:10 PST 2026
================
@@ -1208,6 +1213,71 @@ struct LoadDistribution final : public gpu::WarpDistributionPattern {
}
};
+// Sink SG-uniform ops. An op is uniform if any of the following is none
----------------
charithaintc wrote:
comment looks weird here.
```
An op is uniform if any of the following is true:
```
?
https://github.com/llvm/llvm-project/pull/176737
More information about the Mlir-commits
mailing list