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 fbe3bd1 commit e3e30d1Copy full SHA for e3e30d1
mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
@@ -92,7 +92,6 @@ inline void populateGpuRewritePatterns(RewritePatternSet &patterns) {
92
populateGpuAllReducePatterns(patterns);
93
populateGpuGlobalIdPatterns(patterns);
94
populateGpuShufflePatterns(patterns);
95
- populateGpuSubgroupIdPatterns(patterns);
96
}
97
98
namespace gpu {
mlir/lib/Dialect/GPU/Transforms/SubgroupIdRewriter.cpp
@@ -1,4 +1,4 @@
1
-//===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
+//===- SubgroupIdRewriter.cpp - Implementation of SubgroupId rewriting ----===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
0 commit comments