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 2022/08/15 16:52:40 UTC

[GitHub] [incubator-mxnet] josephevans opened a new pull request, #21123: [WIP] Refactor CD to support newer cuda versions (11.0-11.7)

josephevans opened a new pull request, #21123:
URL: https://github.com/apache/incubator-mxnet/pull/21123

   ## Description ##
   This refactors the CD system to utilize the system package manager to install required Cuda files, instead of specifying package versions and installing directly into staticdeps path. This makes maintenance much easier and allows us to support newer Cuda versions.
   * Clean up some of the dependency build scripts to remove build artifacts that are not needed.
   * Provide cmake hints in dependency install scripts, when needed. 
   * Update dockerfiles to build cmake and python from source, for consistency and portability.
   * 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

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


[GitHub] [incubator-mxnet] josephevans merged pull request #21123: [WIP] Refactor CD to support newer cuda versions (11.0-11.7)

Posted by GitBox <gi...@apache.org>.
josephevans merged PR #21123:
URL: https://github.com/apache/incubator-mxnet/pull/21123


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

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


[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #21123: [WIP] Refactor CD to support newer cuda versions (11.0-11.7)

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

   Hey @josephevans , 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-gpu, edge, centos-gpu, sanity, clang, centos-cpu, miscellaneous, windows-cpu, unix-cpu, windows-gpu, website]
   *** 
   _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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

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