Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【PIR OpTest Fix No.5】 fix test_tril_triu_op #59734

Merged
merged 5 commits into from
Dec 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into fix_test_tril_triu_op
xingmingyyj authored Dec 13, 2023

Unverified

No user is associated with the committer email.
commit 6e3772fc94eadb7035567ac50eb2992556d74133
2 changes: 1 addition & 1 deletion paddle/fluid/pir/dialect/op_generator/ops_api_gen.py
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@
'send_v2',
'shadow_feed',
'sparse_momentum',
'tril_triu',
'soft_relu',
'uniform_random_batch_size_like',
]

You are viewing a condensed version of this merge commit. You can view the full changes here.