This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Numpy] Add ffi for np.sum, np.std, np.var and np.average #17866
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hzfan
approved these changes
Mar 18, 2020
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, with some nits that can be optionally resolved.
haojin2
force-pushed
the
add_ffi
branch
3 times, most recently
from
March 25, 2020 05:38
11045b6
to
de6c300
Compare
@mxnet-bot run ci [windows-gpu] |
Hey @haojin2 |
@mxnet-bot run ci [windows-gpu] |
Hey @haojin2 |
haojin2
force-pushed
the
add_ffi
branch
2 times, most recently
from
March 27, 2020 07:49
4172c30
to
2607ace
Compare
haojin2
changed the title
[Numpy] Add ffi for np.sum, np.var and np.std
[Numpy] Add ffi for np.sum, np.std, np.var and np.average
Mar 27, 2020
hzfan
reviewed
Mar 30, 2020
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.
average
LGTM
hzfan
reviewed
Apr 1, 2020
haojin2
force-pushed
the
add_ffi
branch
2 times, most recently
from
April 2, 2020 05:58
cd84a1a
to
2c6f3e2
Compare
hzfan
reviewed
Apr 8, 2020
haojin2
force-pushed
the
add_ffi
branch
3 times, most recently
from
April 10, 2020 05:55
76d2a32
to
61e62c2
Compare
7 tasks
leezu
added a commit
to leezu/mxnet
that referenced
this pull request
Apr 23, 2020
This reverts commit 7bef85e due to apache#18123.
sxjscience
pushed a commit
to sxjscience/mxnet
that referenced
this pull request
Jul 1, 2020
…am (apache#17866) * add ffi for sum, var and std * add ffi wrapper for np.average * add ffi wrapper for np.histogram
AntiZpvoh
pushed a commit
to AntiZpvoh/incubator-mxnet
that referenced
this pull request
Jul 6, 2020
…am (apache#17866) * add ffi for sum, var and std * add ffi wrapper for np.average * add ffi wrapper for np.histogram
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As title. together with some minor style fixes.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments
Performance comparisons (in microseconds):