Skip to content

Commit

Permalink
[PIR] einsum's inner_cache and xshape set to optional (#60748)
Browse files Browse the repository at this point in the history
* einsum's inner_cache and xshape set to intermediate

* Update paddle/fluid/pir/dialect/operator/ir/ops.yaml

---------

Co-authored-by: kangguangli <kangguangli@hotmail.com>
  • Loading branch information
yuanlehome and kangguangli authored Jan 12, 2024
1 parent e328cf7 commit 35daff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/pir/dialect/operator/ir/ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
param : [x, equation]
kernel :
func : einsum
optional : inner_cache, xshape
backward : einsum_grad

- op : elementwise_pow
Expand Down

0 comments on commit 35daff5

Please sign in to comment.