-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 AICPU算子问题 #7976
修复NPU AICPU算子问题 #7976
Conversation
Thanks for your contribution! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7976 +/- ##
===========================================
- Coverage 56.58% 56.57% -0.01%
===========================================
Files 589 589
Lines 89910 89936 +26
===========================================
+ Hits 50872 50878 +6
- Misses 39038 39058 +20 ☔ View full report in Codecov by Sentry. |
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
v=None, | ||
sin=sin, | ||
cos=cos, | ||
position_ids=position_ids, |
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.
我看这个参数没了
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.
NPU和GPU的实现有点区别,NPU不需要这个参数,NPU的rope的融合算子只需要传入对应的tensor,sin和cos值即可
No description provided.