Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#45 from tc20042008/xk-cinn-trivalop-fuse
Browse files Browse the repository at this point in the history
declare group_pattern.InferShardableAxes
  • Loading branch information
tc20042008 authored Mar 10, 2024
2 parents 6be51d0 + 8e74d2e commit c6bcf2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/cinn/frontend/group_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,6 @@ namespace cinn::frontend {
using ErrorGroupPattern = api::ErrorPattern<frontend::FrontendPattern>;
using GroupPattern = api::OpTopoPattern<frontend::FrontendPattern>;

std::unordered_map<pir::Value, ShardableAxes> InferShardableAxes(const std::vector<const pir::Operation*>& ops);

}

0 comments on commit c6bcf2d

Please sign in to comment.