Skip to content

Commit

Permalink
Fix new ir polygama op bug (#55278)
Browse files Browse the repository at this point in the history
* update polygama

* udpate compact

* format yaml file
  • Loading branch information
phlrain authored Jul 10, 2023
1 parent 89600fa commit 31bf1e8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions paddle/phi/api/yaml/op_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,30 @@
outputs :
{out : Out, residual : Residual}

- op : i0
inputs :
{x : x}
outputs :
out : out

- op : i0e
inputs :
{x : x}
outputs :
out : out

- op : i1
inputs :
{x : x}
outputs :
out : out

- op : i1e
inputs :
{x : x}
outputs :
out : out

- op : imag
backward : imag_grad
inputs :
Expand Down Expand Up @@ -1897,6 +1921,12 @@
extra :
attrs : [bool use_mkldnn = false]

- op : nextafter
inputs :
{x : x, y : y}
outputs :
out : out

- op : nll_loss
backward : nll_loss_grad
inputs :
Expand Down Expand Up @@ -2001,6 +2031,12 @@
outputs :
out : Out

- op : polygamma
inputs :
x : x
outputs :
out : out

- op : pool2d
backward : pool2d_grad, pool2d_double_grad
inputs :
Expand Down

0 comments on commit 31bf1e8

Please sign in to comment.