Skip to content

Commit 7b11162

Browse files
authored
Merge pull request #13949 from PaddlePaddle/wojtuss/unique-patterns-request-comment
Added comment with request for enhancement
2 parents c40074a + 55fd136 commit 7b11162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/fluid/framework/ir/graph_pattern_detector.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ GraphPatternDetector::DetectPatterns() {
259259
return result;
260260
}
261261

262+
// TODO(Superjomn) enhance the function as it marks unique unique as duplicates
263+
// see https://github.com/PaddlePaddle/Paddle/issues/13550
262264
void GraphPatternDetector::UniquePatterns(
263265
std::vector<GraphPatternDetector::subgraph_t> *subgraphs) {
264266
if (subgraphs->empty()) return;

0 commit comments

Comments
 (0)