-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Docathon][Add API Legend No.18]add illustration for roll API #66995
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
你的PR提交成功,感谢你对开源项目的贡献! |
haoyu2022
changed the title
add illustration for roll API
[Docathon][Add API Legend No.18]add illustration for roll API
Aug 4, 2024
[Typing][C-73] Add type annotations for python/paddle/incubate/nn/functional/ fused_layer_norm.py
…nctional/swiglu.py` (#66987)
…d/auto_parallel/{process_mesh, random}.py` (#66985)
…o_parallel/static/engine.py` (#66989)
…ed/{launch/main,sharding/group_sharded}.py` (#66994) --------- Co-authored-by: SigureMo <sigure.qaq@gmail.com>
…ted/checkpoint/{load_state_dict, save_state_dict}.py` (#66986)
… `python/paddle/distributed/communication/stream/*.py` (#66993) --------- Co-authored-by: SigureMo <sigure.qaq@gmail.com>
…ADDLE_ENFORCE_ (#66954) * Update ir_schedule_util.h * Update nn.cc * Update convert_utils_test.cc * Update lower_impl.cc * Update eager_utils_test.cc * Reupdate ir_schedule_util.h with pre-commit * Reupdate ir_schedule_util.h without c_str() * Update lower_impl.cc with include of enforce * Update lower_impl.cc with EQ define() fixed * Update eager_utils_test.cc with fixing conflict
* surport dynamic shape for matmul * fix the test case
* add a fallback mechanism to support dropout op * add fallback unittest * Rename test file and update CMakeLists.txt * remove unnecessary comments * rename class method
* Add lerp CINN. * update
… in `paddle/fluid/operators/generator/*` (#66968) * fix * move import --------- Co-authored-by: SigureMo <sigure.qaq@gmail.com>
* [Fix PIR Unittest] fix pir ut (test_while_op,test_norm_nn_grad) * update * fix feed dtype * add dtype infer for ShuffleBatchInferMeta * update place * fix ci coverage
…6952) * add clipbynorm, ctcalign, identityloss * add identityloss_ * add clipbynormsr
…ntropy (#66724) * Fix * Fix * Fix * Fix * Fix
* fix * test=document_fix
* Update unary_infer_sym.cc * Update unary_infer_sym.h * Update ops.yaml * Update unary_infer_sym.cc
* Update load_state_dict.py * Update load_state_dict.py * Update load_state_dict.py * fix codestyle * fix test * fix test * fix test
* Add lerp CINN. * update * Refine message errors. * Fix non-pointer error.
* Add lerp CINN. * update * Refine message errors. * update * Refine pointer errors.
…p16_train`.py (#66734) * [Fix PIR Unittest] fix pir ut in test/contrib/test_multi_precision_fp16_train.py * update * fix typo
* [CINN] Support horizontal fusion * Change data type * Support horizontal fusion * Fix compile error * add topo sort in backend fusion * update * reorder yield_store op adding * rename fusion to group * remove IsNotOutputNodeMatcher * update * update * update * update policy manager * update * add reverse topo search algorithm for op fusion * horizontal support dynamic shape and enhance fusion ability * fix * xx * move logic of reverse topo sort to pattern_graph.cc * fix some bugs * update * skip multi-downstream nodes when doing trivial sink * fix * xxxx * fix * update * LiftToAnchorPattern Implementation * update * update LiftToAnchorPattern * horizontal operator fusion enhance * Implementation of anchor pattern recomputing mechanism * update * update * update * update * update * fix compile err * update * fix horizontal fusion * fix syntax err * register anchor policy * update * update * support LiftToAnchorPattern for reduce tree pattern * update * update * fix add_store_in_group_op * fix pir all path test * update * fix split recompute * update * update * update * fix compile * update * fix recompute matcher er * update * update * reduce logs * fix SearchAnchorTransformRecursively * update * recover add_store_in_fusion_op * update * update * update * refine codes and add interpreter * update * update * support cluster pass and add tracker to fusionOp * update * update backend * update * update * update * update * update * update * update * update * fix compile err * update * update * fix compile err * update * update * update * add_test * fix * fix * fix * fix * fix reshape tmp * fix test_graph * fix test_sd_resnet_block * fix shared tracker conflict * revert fix reshape tmp * fix softmax * fix * fix test_sub_graph_23 --------- Co-authored-by: jiahongyu <jiahongyu@baidu.com> Co-authored-by: xiongkun <xiongkun03@baidu.com> Co-authored-by: feifei-111 <2364819892@qq.com> Co-authored-by: zhangbaizhou <zhangbaizhou@baidu.com>
* change-binary_infer_sym.cc+binary_infer_sym.h+ops.yaml * change infer_symbolic_shape/binary_infer_sym.cc * add same_operands_result.h+same_operands_result.cc
* Infer Symbolic Shape BUAA No.35】Add equal_all op * 【Infer Symbolic Shape BUAA No.35】Add equal_all op * Update binary_infer_sym.cc * Update binary_infer_sym.cc
…nto my-cool-stuff
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
User Experience
PR Types
Docs
Description
为roll API 增加图例
对应的中文文档修复为:PaddlePaddle/docs#6810