File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
include/mlir/Dialect/GPU/Transforms
lib/Dialect/GPU/Transforms Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ inline void populateGpuRewritePatterns(RewritePatternSet &patterns) {
92
92
populateGpuAllReducePatterns (patterns);
93
93
populateGpuGlobalIdPatterns (patterns);
94
94
populateGpuShufflePatterns (patterns);
95
- populateGpuSubgroupIdPatterns (patterns);
96
95
}
97
96
98
97
namespace gpu {
Original file line number Diff line number Diff line change 1
- // ===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
1
+ // ===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments