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
add_trt #1
Closed
Closed
add_trt #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
…x_pool3d/paddle.signal.stft 进行功能增强 (PaddlePaddle#62975) * fix max_pool * fix stft * Add ceil_mode parameter to MaxPool2d and MaxPool3d functions * Add test case for converting STFT result to real numbers * Fix adaptive pooling ceil_mode bug * remove window to x device * add shape check for pool op * Add ceil_mode argument to max_pool2d_with_index and max_pool3d_with_index * Add ceil_mode arg to max_pool2d_with_index and max_pool3d_with_index
…part (PaddlePaddle#64829) * 6.2 * 6.2 * 6.2 * 6.2 * 6.2
* Fix * Fix * ci * Fix
* fix cmake * support async load * support async load * support async load * support async load * support async load * support async load * support async load * support async load * support async load * support async load * support async load * support async load
* fix a couple of large shape tests * refine comment
…dle#65617) * pir fix max_pool * refine
…le#65278) * support stashed memory in XPUContext * use forward decl instead of header
…#65595) * kk * 解决json和pdmodel保存路径不一致,pdmodel没保存下来优化后的模型 * fix * 删去了pdmodel跑pir的时候,跑了旧ir的pass * fix * fix * update --------- Co-authored-by: yuanlehome <[email protected]>
* fix numpy bug * fix * fix * fix=document_fix * fix,test=document_fix
…ddle#65517) Co-authored-by: SigureMo <[email protected]> Co-authored-by: Winters Montagne <[email protected]>
…12.py` (PaddlePaddle#65567) --------- Co-authored-by: Nyakku Shigure <[email protected]>
Co-authored-by: jiahy0825 <[email protected]>
…ePaddle#65588) * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix
* Del distutils.util * move strtobool to `paddle.utils` --------- Co-authored-by: SigureMo <[email protected]>
…65693) * fix contiguous for dp * add warning for dataparallel
…lbacks.py`, `python/paddle/framework/framework.py` (PaddlePaddle#65777) --------- Co-authored-by: SigureMo <[email protected]>
* fix pir failed tests * fix * fix * fix * fix * fix * fix
* remove static shape schedule * fix compile bug
…nsion/extension_utils.py` (PaddlePaddle#65819)
….py` (PaddlePaddle#65824) --------- Co-authored-by: Nyakku Shigure <[email protected]>
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
增加了conv2d+relu+poold2d+add+softmax+reshape单侧