Skip to content

Commit e3e30d1

Browse files
committed
remove
1 parent fbe3bd1 commit e3e30d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mlir/include/mlir/Dialect/GPU/Transforms/Passes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ inline void populateGpuRewritePatterns(RewritePatternSet &patterns) {
9292
populateGpuAllReducePatterns(patterns);
9393
populateGpuGlobalIdPatterns(patterns);
9494
populateGpuShufflePatterns(patterns);
95-
populateGpuSubgroupIdPatterns(patterns);
9695
}
9796

9897
namespace gpu {

mlir/lib/Dialect/GPU/Transforms/SubgroupIdRewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
1+
//===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)