Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Benchmark doc fix #15769

Merged
merged 8 commits into from
Aug 20, 2019
Merged

Benchmark doc fix #15769

merged 8 commits into from
Aug 20, 2019

Conversation

ChaiBapchya
Copy link
Contributor

@ChaiBapchya ChaiBapchya commented Aug 6, 2019

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.

  • Changes are complete (i.e. I finished coding on this PR)
  • Code is well-documented:
  • To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

@@ -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.
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Member

@roywei roywei left a 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?

@ChaiBapchya
Copy link
Contributor Author

Done, thanks!

@apeforest apeforest merged commit cd397a3 into apache:master 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 ChaiBapchya deleted the benchmark_doc_fix branch August 23, 2019 22:35
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
* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants