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 openvino #1
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
* switch send_V2 & recv_V2 in fluid to p_send & p_recv in phi * replace op name in program operator
…dle#68609) This reverts commit 75dfcf2.
…use_promote (PaddlePaddle#68543) when use_promote , layer_norm bias and scale should cast to fp32 when input is fp32.
* fix conv2d_grad error in auto parallel training * add unit test
* [XPU] bind Addmm * fix
…addle#68575) * polish code style for half-precision cast * fixed bugs
…el. (PaddlePaddle#68541) * [PHI] Fix performance issue in bilinear interpolation's backward kernel. * Fix CPPLINT mis-warning issue. * Fixed implicit constant datatype issue.
…dle#68183) * first first * fix F f * fix * isFaleValue * is fakevalue * comment
* add index_expr * remove IterExpr.
* fix some code for support custom device
* update determinant kernel * fix ci coverage and DCU build error
* add two pass. * skip filter transpose in conv2d. * add flag. * fix comment and split part of infer into a new PR. * extract func for not implement infermeta. * fix * add test. * fix coverage
…artlett 、 kaiser 和 nuttall 窗函数 -part (PaddlePaddle#68268) * 【Hackathon 7th No.22】NO.22 在 paddle.audio.functional.get_window 中支持 bartlett 、 kaiser 和 nuttall 窗函数 * update * update * update
* Unify Paddle recall error (PaddlePaddle#68246) * unify recall error * fix use_paddle_recall_error * Refine Sharding Pad Zero Error Message (PaddlePaddle#68256) * Separate LossNaN and LossInf error (PaddlePaddle#68367) * split nan inf * fix fusedlinear bug * fix cast and compare * fix compile error * Fix FusedLinear GLOG core dump bug (PaddlePaddle#68428) * Fix index_put op wild-pointer error (PaddlePaddle#68518) * fix conflict * fix format * fix compilation error
* fix FusedMultitransformer kernel declaration * add notes
* [PIR] Make get PIR flag from env logic more robust * [PIR] Make get PIR flag from env logic more robust * refine code
…lePaddle#68749) * new * rerun * fix build * fix build * new rule * fix small problem * comment comment * restore
* add is_coalesced * update test * fix test_tensor_attr_consistency * delete pir mode test and fix docs code example * add is_coalesced * update test * fix test_tensor_attr_consistency * delete pir mode test and fix docs code example * fix test * update * update * delete unnecessary * fix test * update test * update: raise error if not sparsecootensor * Update paddle/fluid/pybind/eager_method.cc Co-authored-by: Nyakku Shigure <[email protected]> * Apply suggestions from code review Co-authored-by: Nyakku Shigure <[email protected]> --------- Co-authored-by: Nyakku Shigure <[email protected]>
…8548) * add infer symbolic shape for op (eye) * update * update * update * update * refine logic * apply review
…addle#62023) * remove legacy executor and dataloader in auto parallel * clean usage of FLAGS_new_executor_micro_batching * fix ut * clean usage of use_new_executor
…ddlePaddle#68913) * fix recompute bug * fix recompute bug
…ddlePaddle#68949) * [XPU]feat: qkv_attention_fusion: qk scale can be below qk_matmul * add xpu ir qkv attention fuse test case * remove test skip * add kl3 unit test, fix unit test * update comment
…roxy layer allow list (PaddlePaddle#68991)
* remove cinn binary op broadcast check * remove usless function
* add_remainder * fix review * fix review * fix review * fix review * fix review * fix review * fix review
* equal IndexExpr * add comment. * fix bug * Empty-Commit * fix bug * add equal in vector * add unit test.
* add remainder_grad for remainder operator * update code * Change Tensor.to from in-place to a out-of-place operation to avoid implicit in-place modifications that may lead to unexpected results or errors * update code * update code * update ops.yaml/backward.yaml * add more test case * update * update * update code * remove un-related files * restore files * remove check * remove zero check * add dynamic_guard
* fix_pir_ci_test * fix_pir_ci_test * update * add * add * update * update * update
…addlePaddle#68920) * 减少一次多余的copy * update
…le#68962) * refine * refine * refine * refine
…PaddlePaddle#68935) * Modify the entry approach of the amp pass to use a recursive approach * fix code sytle by pre-commit. * add AddStatistics fun. for amp pass
* support int32/int64 for paddle.allclose kernel * fix * support bool and add test * fix isnan for integral * fix place
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
Inference
PR Types
New features
Description