Skip to content

Commit

Permalink
add comments for SR
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 committed Mar 6, 2024
1 parent 918095c commit 7731441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/cinn/api/op_topo_pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ struct ReductionPattern {};
template <typename T>
struct PartialShardablePattern {};

// SR := [R | PS]
template <typename T>
using ShardableReductionsPattern = std::vector<std::variant<ReductionPattern<T>, PartialShardablePattern<T>>>;

Expand Down

0 comments on commit 7731441

Please sign in to comment.