-
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
【NPU】Cherry-pick ascendrc ops code by 0325 to develop #32197
Merged
Merged
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
Thanks for your contribution! |
* [NPU] Support npu op: (1) pow (2) pow_grad * Support fp16
* support list of list attribute for NPU * fix compile problem * fix reference
* init commit, add layer_norm npu kernel * fix typo * add unittest * add unittest * fix bug * fix bug * refine ut
* add npu kernel for equal op * refine code * add more ut * update year
* add shape npu * fix * fix
Co-authored-by: root <xiayanming@baidu.com>
* add gather npu op * code review done * update python new line * precommit * fix review * del commit
* add scale npu * fix * fix
…1518) * support TensorFormVector, TensorToVector of bool type * add ut * fix compile problem
* add fill_constant npu * add fill_constant npu * fix
* add matmulv2_npu * add matmul * add matmul
* add relu npu * fixed * fix
* add reshape2 npu * add reshpe2
* add gather npu op * code review done * update python new line * precommit * fix review * del commit * update gather_grad * fix bug * fix bug
…dlePaddle#31457) * Support npu kernel for amp_check_finite_and_unscale_npu op * support EnforceNotMet exception * fix exception bug * modify python unittest * precommit * update c++ unittest * fix review * fix review
* add update_loss_scaling_npu NPU kernel * change TensorFromVec to Memset
* fix some op bugs * fix some bugs * follow comments * fix log level * add ut
…1654) * init * add todo * add npu kernel for truncated_gaussian_random * add sync * fix concat_grad * fix typo
frankwhzhang
changed the title
【NPU】Merge ascendrc code by 0325 to develop
【NPU】Merge ascendrc ops code by 0325 to develop
Apr 12, 2021
frankwhzhang
changed the title
【NPU】Merge ascendrc ops code by 0325 to develop
【NPU】Cherry-pick ascendrc ops code by 0325 to develop
Apr 12, 2021
zhiqiu
previously approved these changes
Apr 14, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
zhangting2020
approved these changes
Apr 14, 2021
zhiqiu
approved these changes
Apr 14, 2021
fuyinno4
approved these changes
Apr 14, 2021
wanghuancoder
approved these changes
Apr 14, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
raindrops2sea
approved these changes
Apr 14, 2021
raindrops2sea
approved these changes
Apr 14, 2021
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
OPs
Describe
Cherry-pick ascendrc ops code by 0325 to develop