forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support some inputs type #4
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* delele some redundant code * remove fold_cinn_call
* modify concat infermeta * modify dynamic inplace_map
* add nonzero in ops_infer_shape_in_runtime * Function name change * Change MLP parameters * Fix bug * Modify the code based on code review comments
* Fix * Fix * test position
…dle#68954) * Fix * Fix * Fix * Fix
* [Auto Parallel] fix multiply_node * add ut * Update multiply_node.cc * Update test_auto_parallel_multiply_test.py * Update test_auto_parallel_multiply_test.py * fix cmake * fix
* support pir job scheduler * fix code style
* fix pir amp pass in inference * refine attr name
* fix bug of alltoall api * fix bug of alltoall api * fix bug
* corner case * fix * Empty-Commit
…g.matrix_transpose`,复用已有接口 `paddle.transpose` (PaddlePaddle#69301) * update matrix_transpose * Update test_transpose_op.py * fix codestyle * fix codestyle * fix codestyle * fix codestyle again * fix apidoc * fix codestyle once again * update stringdoc * update again!! * Update linalg.py * Update python/paddle/tensor/linalg.py * Update python/paddle/tensor/linalg.py --------- Co-authored-by: HydrogenSulfate <490868991@qq.com>
…ack`,复用已有同名函数 `paddle.utils.dlpack` (PaddlePaddle#69361) * nickname_dlpack * fix codestyle * update * fix codestyle
* Fix,test=document_fix * Fix * Fix
…e` directly as boolean values (PaddlePaddle#69412)
…dlePaddle#69261) * [Paddle TensorRT] No.8,9 Add pd_op.(argmin,argsort) converter * fix * Fix typos * Apply review * Fix typos * Fix Typos * Add more tests to pass coverage ci * Fix tests * Fix tests
…dlePaddle#69333) * fix astype copy when target dtype is same as source Tensor * fix annotations and refine unitest * update * update related code * update unitest * fix test_to_static_deprecated.py
* add clip op converter * add clip op converter * "fix code style" * fix review * fix review * fix review * fix * fix * merge * fix * fix * Update trt_op_marker_pass.cc * Update trt_op_marker_pass.cc
* fix_no_load non_persistable * add
* add prim_blacklist * delete note
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Category
PR Types
Description