We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5015f commit 0e76378Copy full SHA for 0e76378
mlir/include/mlir/Dialect/GPU/Utils/DistributionUtils.h
@@ -20,10 +20,6 @@
20
21
namespace mlir {
22
namespace gpu {
23
-/// Move scalar operations with no dependency on the warp op outside of the
24
-/// region.
25
-void moveScalarUniformCode(gpu::WarpExecuteOnLane0Op op);
26
-
27
struct WarpDistributionPattern : OpRewritePattern<WarpExecuteOnLane0Op> {
28
using OpRewritePattern<WarpExecuteOnLane0Op>::OpRewritePattern;
29
virtual LogicalResult
0 commit comments