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
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
apeforest
reviewed
Aug 16, 2019
@@ -47,7 +47,10 @@ Hence, in this utility, we will build the functionality to allow users and devel | |||
|
|||
## Prerequisites | |||
|
|||
Make sure to build the flavor of MXNet, for example - with/without MKL, with CUDA 9 or 10.1 etc., on which you would like to measure operator performance. Finally, you need to add path to your cloned MXNet repository to the PYTHONPATH. | |||
Provided you have MXNet installed (any version >= 1.5.1), all you need to use opperf utility is to add path to your cloned MXNet repository to the PYTHONPATH. |
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 would be great to give a one line example.
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.
In the note I have added link to how to install MXNet (page) instead of giving just 1 of the 10 different ways to install mxnet
roywei
approved these changes
Aug 19, 2019
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, is this tracked for 1.5.1 release?
Done, thanks! |
apeforest
approved these changes
Aug 20, 2019
anirudhacharya
pushed a commit
to anirudhacharya/mxnet
that referenced
this pull request
Aug 20, 2019
* Update pre-req for opperf * Update README.md * correct command to import binary broadcast * no such op called nd.sub, it is nd.subtract * Trigger notification * Trigger notification
ChaiBapchya
added a commit
to ChaiBapchya/mxnet
that referenced
this pull request
Aug 28, 2019
* Update pre-req for opperf * Update README.md * correct command to import binary broadcast * no such op called nd.sub, it is nd.subtract * Trigger notification * Trigger notification
pengzhao-intel
pushed a commit
that referenced
this pull request
Aug 29, 2019
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
Updated the pre-requisite section to reflect that
From 1.5.1 onwards, one would no longer need to build the MXNet from source for using opperf utility.
Currently, 1.5.0 is latest on pip package. For 1.5.1, 1.6.0 one would have to install nightly build.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.