-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-16] Move mshadow/ps-lite/dlpack to 3rdparty #10132 #10138
Conversation
@cjolivier01 @szha @marcoabreu please review this PR. Moving nnvm & dmlc-core is much more tricky as many places in amalgamation will be broken. That will be addressed in another PR. |
@mbaijal please review license changes |
@eric-haibin-lin |
@mbaijal I see. will do |
Could you elaborate on the Amalgamation part? If it breaks due to this change, why does CI pass? |
@marcoabreu This PR doesn't move nnvm nor dmlc-core. I attempted to move them in #10122 but amalgamation would break. |
Ah I see |
@marcoabreu does CI test CMake with dist-kvstore=ON? @rahul003 complained that this PR breaks cmake build |
@eric-haibin-lin Sorry looks like I was wrong. It is fine. I'm not sure what happened when I tried earlier. But I just looked at CI commands and wow none of the environments build with USE_DIST_KVSTORE. This leaves part of the codebase untested. Am I looking at the right commands (ci/docker/runtime_functions.sh)? |
@rahul003 yes, these are the right commands. Feel free to add it. Just for clarification: This does not require multiple GPUs or nodes, right? What hardware requirements does it have? Does the behaviour change if that flag is enabled or is just an additional feature? In case of the former, please only add it to a few builds. In case of the latter, feel free to add it to all test cases. |
…he#10138) * move * update cmake/make * remove commment * update license * ps-lite move * update license * move mshadow for make * mshadow cmake * update license * update readme * Update Jenkinsfile * update license file with paths
…he#10138) * move * update cmake/make * remove commment * update license * ps-lite move * update license * move mshadow for make * mshadow cmake * update license * update readme * Update Jenkinsfile * update license file with paths
…he#10138) * move * update cmake/make * remove commment * update license * ps-lite move * update license * move mshadow for make * mshadow cmake * update license * update readme * Update Jenkinsfile * update license file with paths
…he#10138) * move * update cmake/make * remove commment * update license * ps-lite move * update license * move mshadow for make * mshadow cmake * update license * update readme * Update Jenkinsfile * update license file with paths
Description
(Brief description on what this PR is about)
Checklist
Essentials
make lint
)Changes
Comments