forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[MLU] add index select and index_select_grad kernel #4
Open
PeiyuLau
wants to merge
804
commits into
ShawnNew:mlu-r2.4
Choose a base branch
from
PeiyuLau:add_index_select
base: mlu-r2.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…orm, grid_sampler, pad3d, etc (PaddlePaddle#46291)
* fix immutable op quantize bugs * fix * fix build bug * fix test * notest,test=inference * fix ppyoloe acc drop bugs * fix test * fix test * add test * fix * fix * fix test * fix refined name bug * fix test * bias fix * fix matmul weight dequant bug * re-ci * fix tester * fix test * fix tester * update weight dequantize func * update code * update test for converage * update test * update cmake * update cmakelist * update code * rerun ci * remove useless code
…addle#46920) * refind logic of choose phi kernrel * fix complie budg
* Add more record event in run program op * Refine code * Restore code * Rename event
* draft with debug print
* Fix hAPI bug of not compatible with LayerHook
* for gpt-gen * fix reshard * adapt assign and shape op * add dist_assign & unittest * add conditional block unittest * rename unittest
* update test_image.py * update test_image.py
* simplify conv_mkldnn op registration * remove custom type value in conv grad op
* add singleton to custom device * Update custom_device.cc Init device_init_flag_ in default
…PaddlePaddle#47369) * fix no sync bugs * update * update task chain fix: update wait chain feat: add `GetDeviceContext` for gloo * fix oom * fix dev * update * update Co-authored-by: LiYuRio <[email protected]> Co-authored-by: ForFishes <[email protected]>
* [JITLayer]Enable OneDNN on CPU and Fix zero shape * remove VLOG
* fix window security error * format
* fix engine build method * fix import * update engine cost * update raise error * update cmakelist * revert optimizer * revert optimizer * fix unittest * fix unittest Co-authored-by: caozhou <[email protected]>
…7447) * add fused_allreduce_gradients_with_group * add scale * fix ci
* maping from dist name scope to single name scope * update * fix gen cmake * support runtype is '' when using test_runner.py * Revert "fix gen cmake" This reverts commit d7a653d. * update gen-ut-cmakelist; test=document_fix * revert code; test=document_fix
…ls (PaddlePaddle#47469) * rm kaiser window in audio window function * rm paddle audio utils which is redundant * rm kaiser in test_audio_functions.py
* fix python module not found bug * delete unused cast,test=allcases
* fix typo `Fasle`/`Flase` -> `Flase` * fix typo `Ture` -> `True`
PeiyuLau
changed the title
Add index select
[MLU] add index select and index_select_grad kernel
Jun 9, 2023
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
New features
PR changes
OPSs
Describe
add index_select and index_select_grad kernel