diff --git a/paddle/cinn/frontend/group_pattern.h b/paddle/cinn/frontend/group_pattern.h index ea69cc1db06ca0..9c9d7d4c638d84 100644 --- a/paddle/cinn/frontend/group_pattern.h +++ b/paddle/cinn/frontend/group_pattern.h @@ -143,4 +143,6 @@ namespace cinn::frontend { using ErrorGroupPattern = api::ErrorPattern; using GroupPattern = api::OpTopoPattern; +std::unordered_map InferShardableAxes(const std::vector& ops); + } \ No newline at end of file