-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Support npu kernel for expand_as_v2 op #34620
Support npu kernel for expand_as_v2 op #34620
Conversation
LGTM |
"expand_as_v2 op must be less than or equal to %d.", | ||
target_rank, MAX_RANK_SUPPORTED)); | ||
|
||
switch (target_rank) { REP_EXPAND_AS_TEMPLATE(MAX_RANK_SUPPORTED) } |
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.
这个 REP_EXPAND_AS_TEMPLATE 已经在 PR #34310 中被修改了,需要改一下,不然会编译错误
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.
LGTM
PR types
New features
PR changes
OPs
Describe
Support npu kernel for expand_as_v2 op

