Skip to content

Commit 0e76378

Browse files
committed
cleanup
1 parent ec5015f commit 0e76378

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mlir/include/mlir/Dialect/GPU/Utils/DistributionUtils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121
namespace mlir {
2222
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-
2723
struct WarpDistributionPattern : OpRewritePattern<WarpExecuteOnLane0Op> {
2824
using OpRewritePattern<WarpExecuteOnLane0Op>::OpRewritePattern;
2925
virtual LogicalResult

0 commit comments

Comments
 (0)