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

Add cpp_package build option in CI #5844

Merged
merged 4 commits into from
Apr 18, 2017
Merged

Conversation

eric-haibin-lin
Copy link
Member

Fix cpp-package build and add it to CI build @mli
Also revert doc changes for reshape. @nswamy

@@ -32,6 +32,10 @@ struct ReshapeParam : public dmlc::Parameter<ReshapeParam> {
DMLC_DECLARE_FIELD(shape)
.set_default(nnvm::Tuple<int>())
.describe("The target shape");
DMLC_DECLARE_FIELD(keep_highest).set_default(false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont' change this. Change code in cpp-package that's using this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because keep_highest is deprecated?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@piiswrong
Copy link
Contributor

piiswrong commented Apr 16, 2017

@mli what's with the permission deny errors? I have seen them several times. http://ec2-52-25-96-65.us-west-2.compute.amazonaws.com/blue/organizations/jenkins/mxnet/detail/PR-5844/2/pipeline

@eric-haibin-lin
Copy link
Member Author

@mli also the CI is not picking up my changes in Jenkinsfile..

@piiswrong piiswrong merged commit 53d3c63 into apache:master Apr 18, 2017
@eric-haibin-lin
Copy link
Member Author

eric-haibin-lin commented Apr 18, 2017 via email

@eric-haibin-lin
Copy link
Member Author

nvm. Last time when i check the CI for this PR, it didn't pick up the CPP_PACKAGE changes.

Guneet-Dhillon pushed a commit to Guneet-Dhillon/mxnet that referenced this pull request Sep 13, 2017
* add cpp_package build option in CI

* Change usage of Reshape in cpp-package
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants