-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
@frankfliu Please help review. |
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
@mxnet-label-bot add [pr-awaiting-review] |
@wkcn Could you please help review and merge? Thanks. |
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
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
Thank you for the fix! Why MXInvokeCachedOp is duplicated? Edit: |
Merged. Thank you! |
* fix C API default values * remove duplicate MXInvokeCachedOp
* fix C API default values * remove duplicate MXInvokeCachedOp
This PR changes the way of specifying the default values in C APIs by using the DEFAULT macro. Otherwise, it will fail compilation with C code. We also remove the duplicate declaration of MXInvokeCachedOp API.