Skip to content

Commit

Permalink
refine signature of group_pattern.InferShardableAxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 committed Mar 10, 2024
1 parent cff8bb6 commit 8e74d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/cinn/frontend/group_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +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 cinn::pir::FusionOp& fusion_op);
std::unordered_map<pir::Value, ShardableAxes> InferShardableAxes(const std::vector<const pir::Operation*>& ops);

}

0 comments on commit 8e74d2e

Please sign in to comment.