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 2018/11/08 08:20:18 UTC

[GitHub] asitstands edited a comment on issue #10951: [MXNET-545] Fix broken cython build

asitstands edited a comment on issue #10951: [MXNET-545] Fix broken cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-436900249
 
 
   #12160 looks like delayed too much. The issue is that the cmake build (with llvm openmp) causes a segfault in the CI environment. The segfault also occurs without cython modules. So the issue is not directly related to this PR. Of course, it would be better if we could test the cython modules with cmake build. However, in the current situation, I think that we need to separate this PR from the cmake build and llvm openmp issue. I removed the testing of the cython modules with cmake. 
   
   'CPU: Openblas' and 'GPU: CUDA9.1+cuDNN7' build cython module with make. 'Python2: CPU' and 'Python3: GPU' runs unit tests with the cython modules. 'GPU: CMake' still builds cython modules with cmake but there is no test with them.
   
   @marcoabreu @larroy @lebeg 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services