Skip to content

Commit 7dfb95f

Browse files
removing debug statement
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
1 parent 337cac4 commit 7dfb95f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Conversion/GPUToAMDGPU/GPUToAMDGPU.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ struct ScalarSubgroupReduceToShuffles final
131131

132132
LogicalResult matchAndRewrite(gpu::SubgroupReduceOp op,
133133
PatternRewriter &rewriter) const override {
134-
llvm::errs() << "ScalarSubgroupReduceToShuffles" << "\n";
135134
if (op.getClusterSize().has_value() != matchClustered) {
136135
return rewriter.notifyMatchFailure(
137136
op, llvm::formatv("op is {0}clustered but pattern is configured to "

0 commit comments

Comments
 (0)