[GitHub] [incubator-mxnet] jens-maus commented on issue #21144: undefined reference to `void mxnet::op::ElemwiseBinaryOp::DnsCsrDnsOp` for GPU

2022-10-13 Thread GitBox
jens-maus commented on issue #21144: URL: https://github.com/apache/incubator-mxnet/issues/21144#issuecomment-1278097508 After some further investigation I actually found the config option that seems to trigger the mentioned `undefined reference` linker error. It is the `USE_DIST_KVSTORE`

[GitHub] [incubator-mxnet] josephevans closed issue #21000: [RFC] v1.9.1 release

2022-10-13 Thread GitBox
josephevans closed issue #21000: [RFC] v1.9.1 release URL: https://github.com/apache/incubator-mxnet/issues/21000 -- 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. To unsubscribe

[GitHub] [incubator-mxnet] josephevans commented on issue #21138: It looks like some files are missing from the source code in the mxnet version 0.9.5

2022-10-13 Thread GitBox
josephevans commented on issue #21138: URL: https://github.com/apache/incubator-mxnet/issues/21138#issuecomment-1277890439 Hello, MXNet 0.9.5 is a very old version; the latest release is 1.9.1. The files missing appear to be Intel MKL header files. Do you have MKL installed properly

[GitHub] [incubator-mxnet] josephevans commented on issue #20984: [RFC] Graduate MXNet from Apache Incubator

2022-10-13 Thread GitBox
josephevans commented on issue #20984: URL: https://github.com/apache/incubator-mxnet/issues/20984#issuecomment-1277725664 Now that the vote has passed, I will create another issue for post-graduation activities to track. -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-mxnet] josephevans closed issue #20984: [RFC] Graduate MXNet from Apache Incubator

2022-10-13 Thread GitBox
josephevans closed issue #20984: [RFC] Graduate MXNet from Apache Incubator URL: https://github.com/apache/incubator-mxnet/issues/20984 -- 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 co

[GitHub] [incubator-mxnet] josephevans closed issue #21074: Build for Cuda 11.3

2022-10-13 Thread GitBox
josephevans closed issue #21074: Build for Cuda 11.3 URL: https://github.com/apache/incubator-mxnet/issues/21074 -- 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. To unsubscribe,

[GitHub] [incubator-mxnet] josephevans commented on issue #21074: Build for Cuda 11.3

2022-10-13 Thread GitBox
josephevans commented on issue #21074: URL: https://github.com/apache/incubator-mxnet/issues/21074#issuecomment-1277723530 Hi David, we've recently published MXNet 1.9.1 packages for Cuda 11.0 through 11.7. You can get the 11.3 wheel using the command `pip install mxnet-cu113==1.9.1`.

[GitHub] [incubator-mxnet] jens-maus commented on issue #21144: undefined reference to `void mxnet::op::ElemwiseBinaryOp::DnsCsrDnsOp` for GPU

2022-10-13 Thread GitBox
jens-maus commented on issue #21144: URL: https://github.com/apache/incubator-mxnet/issues/21144#issuecomment-1277329189 Please note, that I am seeing the same/similar issue when trying to compile the older mxnet 1.9.0 in the same environment: ``` $ cmake --build . --parallel 1