You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/11/26 01:44:57 UTC

[GitHub] [incubator-mxnet] leezu opened a new pull request #19588: Update Ubuntu images used on CI to 20.04

leezu opened a new pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588


   Update Ubuntu CI version to 20.04 and Cuda 11.1. This helps ensure MXNet to work well on recent Linux distributions (while ensuring it continues to work well on ancient distributions based on the CentOS7 CI pipeline)
   
   Thanks to @josephevans who unblocked this update via https://github.com/apache/incubator-mxnet/pull/19017


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-738230525


   Jenkins CI successfully triggered : [unix-cpu, unix-gpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-738450369


   @mxnet-bot run ci [unix-cpu, unix-gpu]
   
   https://github.com/apache/incubator-mxnet/issues/19623


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] QueensGambit edited a comment on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
QueensGambit edited a comment on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814498942


   Hi @leezu .
   This PR deleted `option(USE_CPP_PACKAGE "Build C++ Package" OFF)` from CMakeLists.txt which is a breaking change.
   I tried for two days to build MXNet from source on Windows, only to find out that my given `USE_CPP_PACKAGE=1` option does not exists anymore. The option `BUILD_CPP_EXAMPLES =1` also doesn't seem to enable it.
   
   Building the cpp-package on Linux and Mac via the Makefile still works.
   Was this intended or done by accident?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] QueensGambit commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
QueensGambit commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814541447


   Thanks for the info @leezu .
   However, I am a bit confused because I was still able to build the CPP-Package with Intel-MKL back-end on Linux and Mac for MXNet 1.8.0 (2fc0706874531fdfdbe49819eae0c88f8016eee3).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] QueensGambit edited a comment on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
QueensGambit edited a comment on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814498942


   Hi @leezu .
   This PR deleted `option(USE_CPP_PACKAGE "Build C++ Package" OFF)` from CMakeLists.txt which is a breaking change.
   I tried for two days to build MXNet from source on Windows, only to find out that my given `USE_CPP_PACKAGE=1` option does not exist anymore. The option `BUILD_CPP_EXAMPLES =1` also doesn't seem to enable it.
   
   Building the cpp-package on Linux and Mac via the Makefile still works.
   Was this intended or done by accident?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu merged pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] QueensGambit commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
QueensGambit commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814498942


   Hi @leezu .
   This PR deleted `option(USE_CPP_PACKAGE "Build C++ Package" OFF)` from CMakeLists.txt which is a breaking change.
   I tried for two days to build MXNet from source on Windows, only to find out that my given `USE_CPP_PACKAGE=1` does not exists anymore.
   
   Building the cpp-package on Linux and Mac via the makefile still works.
   Was this intended or done by accident?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] QueensGambit edited a comment on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
QueensGambit edited a comment on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814498942


   Hi @leezu .
   This PR deleted `option(USE_CPP_PACKAGE "Build C++ Package" OFF)` from CMakeLists.txt which is a breaking change.
   I tried for two days to build MXNet from source on Windows, only to find out that my given `USE_CPP_PACKAGE=1` does not exists anymore.
   
   Building the cpp-package on Linux and Mac via the Makefile still works.
   Was this intended or done by accident?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-738230474


   @mxnet-bot run ci [unix-cpu, unix-gpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu edited a comment on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu edited a comment on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814989027


   You can still use the `v1.x` branch if you want to have backwards compatibility. For the master branch, contributions are very welcome. You can see #20131 for a current PR that implements the CPP package in the master branch. Note that the master branch is in preparation of MXNet v2, which is not completely backwards compatible with v1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814989027


   You can still use the `v1.x` branch if you want to have backwards compatibility. For the master branch, contributions are very welcome. You can see #20131 for a current PR that implements the CPP package in the master branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-734025516


   Hey @leezu , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [unix-cpu, centos-cpu, windows-gpu, miscellaneous, sanity, windows-cpu, edge, unix-gpu, clang, website, centos-gpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-738450404


   Jenkins CI successfully triggered : [unix-gpu, unix-cpu]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on pull request #19588: Update Ubuntu images used on CI to 20.04

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19588:
URL: https://github.com/apache/incubator-mxnet/pull/19588#issuecomment-814538161


   @QueensGambit the CPP package was removed as part of https://github.com/apache/incubator-mxnet/commit/2fbec60e0da8832d71f7e3f93d4407dbca745e51 as it relied on deprecated APIs. It's pending refactor to be compatible with the supported C APIs. You can follow https://github.com/apache/incubator-mxnet/pull/20131 for status
   
   This PR removed USE_CPP_PACKAGE as it was missed in 2fbec60e0da8832d71f7e3f93d4407dbca745e51


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org