-
Notifications
You must be signed in to change notification settings - Fork 113
[AdvancedCompiler] Add index_put_ #537
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
Conversation
It is recommended to implement the inplace kernel in the |
The code has been modified as required. |
@@ -318,6 +318,21 @@ def inner(shapes, dtype, device): | |||
return inner | |||
|
|||
|
|||
def index_put__input_fn(accumulate): |
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.
Can we reuse index_put_input_fn
?
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 Category
Operator
Type of Change
New Feature
Description
Implement the function of index_put_ op
Issue
Progress
Performance