[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-10 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-564399775 Fixed by https://github.com/apache/incubator-mxnet/pull/17039/ Thanks

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-10 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-564322318 > The cython setup script apparently uses forking which is causing

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-10 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-564321597 Thanks for looking into it. Even when harmless, it's annoying when

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-10 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-564299112 @cjolivier01 thank you for looking into this. I notice that the crash

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-09 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-563274215 Yes, this crash still happens after the upgrade of llvm openmp. It

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-09 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-563225898 The function referred to above is the `bt [3]` in the backtrace.

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-09 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-563177495 @cjolivier01

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-09 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-563149205 Is the iomp source code based on llvm? What version of llvm omp would

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-08 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-562926756 There are currently two hypotheses about the root cause of this error

[GitHub] [incubator-mxnet] leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error

2019-12-07 Thread GitBox
leezu commented on issue #14979: [BUG] Using a package with MKL and GPU versions, using python to open a new process will cause an error URL: https://github.com/apache/incubator-mxnet/issues/14979#issuecomment-562910168 Thanks @pengzhao-intel. I observe the issue still happens when