-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Okay, this is specific to large array. |
Batch_dot operator hasn't been tested for large array before. Atleast not in the test_large_array.py file |
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.
The code for the current PR and https://github.com/apache/incubator-mxnet/pull/16497/files looks very similar. What is the reason for two different PRs ?
@anirudh2290 It looks same coz we are testing same functions. Agreed that we can bring both (large array input dim >=2) and large vector under same file. But for now going with this. Adding "merging array & vector tests" to the todo. |
@ChaiBapchya can you restart sanity test on your PR |
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.
Please address the two comments and add test results on the PR. LGTM otherwise.
3731ee1
to
ad6239b
Compare
ad6239b
to
10376f8
Compare
Description
Added tests for following ops (required by DGL)
Input - Large tensor array
Hyperbolic ops
Misc
Logical Ops
Regression
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes