Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MXNET_COMMIT env variable for upstream commit/tag #260

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

joshbode
Copy link
Contributor

Setting the MXNET_COMMIT environment variable to a tag, branch or hash
will use that version of the upstream mxnet repo in building the libmxnet
shared object.

Additionally, the upstream submodules are cleared (and reinitialised)
every build to prevent some issues when submodules make changes
(squashes, etc).

@codecov-io
Copy link

codecov-io commented Jun 22, 2017

Codecov Report

Merging #260 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #260   +/-   ##
=======================================
  Coverage   69.09%   69.09%           
=======================================
  Files          25       25           
  Lines        1877     1877           
=======================================
  Hits         1297     1297           
  Misses        580      580

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7d1b62...d431997. Read the comment docs.

@pluskid
Copy link
Member

pluskid commented Jun 22, 2017

@joshbode Thanks a lot! Can you add a few sentences to the installation doc ( http://dmlc.ml/MXNet.jl/latest/user-guide/install/#Manual-Compilation-1 ) about this?

Setting the `MXNET_COMMIT` environment variable to a tag, branch or hash
will use that version of the upstream mxnet repo in building the libmxnet
shared object.

Additionally, the upstream submodules are cleared (and reinitialised)
every build to prevent some issues when submodules make changes
(squashes, etc).
@joshbode
Copy link
Contributor Author

Good idea :) Done

@pluskid pluskid merged commit 10ad90b into dmlc:master Jun 23, 2017
@pluskid
Copy link
Member

pluskid commented Jun 23, 2017

Fantastic!

@joshbode joshbode deleted the libmxnet_commit branch June 23, 2017 14:40
@joshbode
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants