-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
ea8d7af
to
0d10647
Compare
@mxnet-label-bot add [pr-awaiting-review] |
Results
Output
|
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! Nice work :)
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.
Given that we are adding so many new op coverage thanks to your hard work, should we add regression tests to make sure the existing ops are not being negatively affected?
Sure.. But since we run
for every OpPerf PR and share the results as a gist But yes, I'm thinking of automating this utility + adding it to mxnet pip @apeforest what do you think? |
------- | ||
{"operator_name": {"has_backward", "nd_op_handle", "params"}} | ||
""" | ||
# @ChaiBapchya unravel_index errors out on certain inputs |
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.
is this a TODO ?
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.
It is an open issue whose link I have already added.
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! just one comment about TODO. If it is then use the following format
TODO(chaibapchya):
@access2rohit Fair point. To prevent retriggering of CI, I will add this in the upcoming PRs. Thanks. |
* init * updates * fix lint in benchmark dir, fix pick documentation * index ndarray fix * add indexing ops to opperf, barring ones that fail * add pick, fix lint issues, remove incorrect checks * fix profiler doc
* init * updates * fix lint in benchmark dir, fix pick documentation * index ndarray fix * add indexing ops to opperf, barring ones that fail * add pick, fix lint issues, remove incorrect checks * fix profiler doc
Description
Indexing Operators that are required as a part of extending OpPerf Operator coverage.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes