This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[CI] Add CPU C++ test stage#13338
Merged
marcoabreu merged 1 commit intoapache:masterfrom Jan 8, 2019
Merged
Conversation
lebeg
reviewed
Nov 20, 2018
| #if (MXNET_USE_CUDNN == 1 || MXNET_USE_MKLDNN == 1) | ||
| bool relu = param.act_type == activation::kReLU; | ||
| const bool relu = param.act_type == activation::kReLU; | ||
| CHECK_EQ(inputs.size(), relu ? 2U : 3U); |
Contributor
There was a problem hiding this comment.
This code was added in #11827 . Maybe @samskalicky can help here and say whether it's needed
Contributor
Author
There was a problem hiding this comment.
I fixed all this stuff in #13409 just keeping the CI pipeline here until @marcoabreu green lights.
Contributor
|
@mxnet-label-bot add [pr-awaiting-review] |
Contributor
|
Please wait with merging this PR until the Jenkinsfile refactoring has been completed |
Contributor
|
@mxnet-label-bot update [pr-awaiting-testing] |
Member
|
@larroy ping, is this still needed? thanks! |
Contributor
Author
|
@roywei is needed. @marcoabreu pls review. |
19a730e to
0518e16
Compare
0481230 to
37291f5
Compare
Contributor
Author
|
Ready to merge @marcoabreu |
lebeg
approved these changes
Jan 4, 2019
Contributor
lebeg
left a comment
There was a problem hiding this comment.
Are the mshadow submodule changes needed?
Contributor
Author
|
@lebeg no, fixed. |
marcoabreu
approved these changes
Jan 8, 2019
haohuanw
pushed a commit
to haohuanw/incubator-mxnet
that referenced
this pull request
Jun 23, 2019
This file contains hidden or 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
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
We were not running C++ test compiled without GPU and without MKL, which had test failures, such as #13409
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.