[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-26 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591533630 @cjolivier01 the PR coniststs of two commits. Only the second commit is related to omp and implements the conclusion from the discussion in this issue.

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-26 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591533630 @cjolivier01 the PR coniststs of two commits. Only the second commit is related to omp and implements the conclusion from the discussion in this issue.

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-25 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591266103 @TaoLv @cjolivier01 its not hard to fix. If you look above, I posted the patch to fix it 12 hours ago. An improved version of that patch is in

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-25 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-591003298 > > > @TaoLv > > > what version of gcc? > > > > > > @cjolivier01 this will happen with any version of gcc > > it doesn;t happen on my

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-25 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590994057 > @TaoLv > what version of gcc? @cjolivier01 this will happen with any version of gcc

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590716897 As it's rather difficult to disable clang linking with llvm openmp, we can disable linking intel openmp until a solution is found to only link against

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590716897 As it's rather difficult to disable clang linking with llvm openmp, we can disable linking intel openmp until a solution is found to only link against

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590465449 CI can also reproduce this issue. I switched CI to testing CMake builds instead of Makefile build in

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-21 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-589844040 I think `libmkl_rt` may `dlopen` `libiomp` as per https://github.com/intel/mkl-dnn/issues/230#issuecomment-451082066, but I haven't looked into this