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/08/05 18:04:28 UTC

[GitHub] [incubator-mxnet] leezu opened a new pull request #18864: Fix MXLibInfoCompiledWithCXX11ABI

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


   ## Description ##
   See https://github.com/apache/incubator-mxnet/pull/18836#issuecomment-668118462


----------------------------------------------------------------
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] eric-haibin-lin commented on a change in pull request #18864: Fix MXLibInfoCompiledWithCXX11ABI

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin commented on a change in pull request #18864:
URL: https://github.com/apache/incubator-mxnet/pull/18864#discussion_r466063600



##########
File path: tests/python/unittest/test_runtime.py
##########
@@ -51,4 +51,4 @@ def test_is_enabled_not_existing():
 
 def test_cxx11_abi():
     abi = mx.library.compiled_with_cxx11_abi()

Review comment:
       `compiled_with_cxx11_abi` -> `compiled_with_gcc_cxx11_abi`




----------------------------------------------------------------
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] eric-haibin-lin merged pull request #18864: Fix MXLibInfoCompiledWithCXX11ABI

Posted by GitBox <gi...@apache.org>.
eric-haibin-lin merged pull request #18864:
URL: https://github.com/apache/incubator-mxnet/pull/18864


   


----------------------------------------------------------------
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 #18864: Fix MXLibInfoCompiledWithCXX11ABI

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


   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**: [edge, windows-cpu, website, sanity, miscellaneous, unix-cpu, centos-cpu, clang, unix-gpu, centos-gpu, windows-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