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 2021/02/27 01:32:56 UTC

[GitHub] [incubator-mxnet] Zha0q1 opened a new pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   ## Description ##
   (Brief description on what this PR is about)
   
   ## Checklist ##
   ### Essentials ###
   - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   
   ### Changes ###
   - [ ] Feature1, tests, (and when applicable, API doc)
   - [ ] Feature2, tests, (and when applicable, API doc)
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be made.
   - Interesting edge cases to note here
   


----------------------------------------------------------------
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] access2rohit edited a comment on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   After taking a look at the error, you need to add the following lines
   ```
   COPY install/ubuntu_binutils.sh.sh /work/
   RUN /work/ubuntu_binutils.sh
   ```
   after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_cpu#L35
   and after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_gpu#L35


----------------------------------------------------------------
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] access2rohit edited a comment on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   got it .... better try cmake build then. 
   `export CMAKE_STATICBUILD=1`
   this will use `ninja` instead of `make`. I have never seen the relocation problem with ninja before.


----------------------------------------------------------------
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] Zha0q1 closed pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

Posted by GitBox <gi...@apache.org>.
Zha0q1 closed pull request #19967:
URL: https://github.com/apache/incubator-mxnet/pull/19967


   


----------------------------------------------------------------
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] Zha0q1 commented on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   > After taking a look at the error here: https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/restricted-mxnet-cd/pipelines/mxnet-cd-release-job-1.x-zhaoqi/runs/52/nodes/52/steps/90/log/?start=0
   > I think you need to add the following lines
   > 
   > ```
   > COPY install/ubuntu_binutils.sh.sh /work/
   > RUN /work/ubuntu_binutils.sh
   > ```
   > 
   > after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_cpu#L35
   > and after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_gpu#L35
   
   I think these two lines are already called there


----------------------------------------------------------------
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] access2rohit commented on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   After taking a look at the error, you need to add the following lines
   ```
   COPY install/ubuntu_binutils.sh.sh /work/
   RUN /work/ubuntu_binutils.sh
   ```
   after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.build.ubuntu_gpu_cu112#L40 


----------------------------------------------------------------
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] Zha0q1 closed pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

Posted by GitBox <gi...@apache.org>.
Zha0q1 closed pull request #19967:
URL: https://github.com/apache/incubator-mxnet/pull/19967


   


----------------------------------------------------------------
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 #19967: [v1.x] Attempt to fix cu112 cd by using the correct package

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


   Hey @Zha0q1 , 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, clang, miscellaneous, windows-gpu, website, unix-cpu, sanity, centos-cpu, windows-cpu]
   *** 
   _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] access2rohit commented on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   got it .... better try cmake build then. 
   `export CMAKE_STATICBUILD=1`
   this will use `ninja` instead of `make`. I have never seen the relcation problem with ninja before.


----------------------------------------------------------------
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] access2rohit edited a comment on pull request #19967: [wip] [v1.x] Attempt to fix cu112 cd by using the correct package

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


   After taking a look at the error here: https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/restricted-mxnet-cd/pipelines/mxnet-cd-release-job-1.x-zhaoqi/runs/52/nodes/52/steps/90/log/?start=0
   I think you need to add the following lines
   ```
   COPY install/ubuntu_binutils.sh.sh /work/
   RUN /work/ubuntu_binutils.sh
   ```
   after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_cpu#L35
   and after this line: https://github.com/apache/incubator-mxnet/blob/v1.x/ci/docker/Dockerfile.publish.ubuntu1404_gpu#L35


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