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
20230321 #1
Merged
Merged
20230321 #1
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
* [XPU] add fp16 support for compare ops. * fix ci.
* support relue custom vjp * Fix some typo issue for relu custom vjp
* add fp16 unittest * support bf16 and add unittest * fix according to review
…h_khop_sampler (#51784) * fix divide zero bug for softmax_with_cross_entropy * change the single test way * fix the null pointer in graph_khop_sampler * fix the case5
…qual_all/allclose (#51889) * [Zero-Dim] Support output 0D for argmin/argmax/median/kthvalue/mode/equal_all/allclose * fix CI
* add patterns * add unittest
* set order for hybridparallel * fix bug * fix -> * fix -> * fix -> * add topology * fix utest
* fix flash_attention * Update mp_layers.py
…pace (#51716) * move DataType from paddle::experimental to phi * convert namespace * convert namespace * convert namespace * clarify namespace * convert more datatype * Revert "convert more datatype" This reverts commit 083b462959e6a22d4d8767707b628b95b396642e. * convert more in auto_code_generator * fix conflicts for XPU * fix namespace conflicts * fix errors * Revert "fix errors" This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876. * fix errors * fix formatting
remove namespace codestyle move setPlace to Public fix devicetype
* add public_python_api in prim test * fix test_squeeze2_op
* simplify batch_norm composite rule * polish code
* fix GN when params.c% params.cPerBlock != 0 * fix GN when params.cnot divisable by params.cPerBlock
* init * close cinn * close cinn * add public_python_api
* fix build_ci_problem * fix_bug,test=document_fix
* remove fluid.data * fix typro * fix somme unitest error * fix conflicts * fix sample code error * fxi sample coder error * fxi sample code error * fxi sample code error * fix xpu test error * fix xpu test error * Delete ps_pb2.py * fix test error * fix typro * fix sample code error * fix comments * fix test norm op data * fix sample code error * fix conflicts
* [Fix typo] Fix typo error in grad_node_info.h * fix varbase_patch_methods.py typo error * fix more typo errors
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 types
PR changes
Others
Describe