Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions paddle/phi/ops/yaml/op_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3206,13 +3206,6 @@
support_tensor : true
manual_signature : [reverse]

- op : rint
backward : rint_grad
inputs :
x : X
outputs :
out : Out

- op : rmsprop_ (rmsprop)
inputs :
{param: Param, mean_square: MeanSquare, mean_grad: MeanGrad, learning_rate: LearningRate, grad: Grad, moment: Moment, master_param: MasterParam}
Expand Down
4 changes: 2 additions & 2 deletions test/ir/pir/cinn/test_cinn_fused_rms_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def modify_data(self):
def test_eval(self):
# There is little precision difference after decomposition.
# which leads to different results after dequantization. So
# we skip this test.
# we skip accuracy check this test.
self.compute()


Expand All @@ -113,7 +113,7 @@ def modify_data(self):
def test_eval(self):
# There is little precision difference after decomposition.
# which leads to different results after dequantization. So
# we skip this test.
# we skip accuracy check in this test.
self.compute()


Expand Down