Re: [VOTE] Release Apache MXNet (incubating) version 1.6.0.rc2

2020-02-03 Thread Pedro Larroy
-1 Unit tests passed in CPU build. I observe crashes related to openmp using cpp unit tests: https://github.com/apache/incubator-mxnet/issues/17043 Pedro. On Mon, Feb 3, 2020 at 6:44 PM Chaitanya Bapat wrote: > +1 > Successfully built MXNet 1.6.0rc2 on Linux > Tested for OpPerf utility > For

Re: [VOTE] Release Apache MXNet (incubating) version 1.6.0.rc2

2020-02-03 Thread Chaitanya Bapat
+1 Successfully built MXNet 1.6.0rc2 on Linux Tested for OpPerf utility For CPU - https://gist.github.com/ChaiBapchya/d5ecc3e971c5a3c558d672477b4b6b9c Works well! On Mon, 3 Feb 2020 at 15:43, Lin Yuan wrote: > +1 > > Tested Horovod with mnist example. My compiler flags are below: > > [✔ CUDA,

Re: [VOTE] Release Apache MXNet (incubating) version 1.6.0.rc2

2020-02-03 Thread Lin Yuan
+1 Tested Horovod with mnist example. My compiler flags are below: [✔ CUDA, ✔ CUDNN, ✔ NCCL, ✔ CUDA_RTC, ✖ TENSORRT, ✔ CPU_SSE, ✔ CPU_SSE2, ✔ CPU_SSE3, ✔ CPU_SSE4_1, ✔ CPU_SSE4_2, ✖ CPU_SSE4A, ✔ CPU_AVX, ✖ CPU_AVX2, ✔ OPENMP, ✖ SSE, ✔ F16C, ✖ JEMALLOC, ✔ BLAS_OPEN, ✖ BLAS_ATLAS, ✖ BLAS_MKL, ✖ BLA

[ANNOUNCE] Python2 is no longer supported after MXNet 1.6 release

2020-02-03 Thread Pedro Larroy
Hi all As per https://github.com/apache/incubator-mxnet/pull/15990 merge and as agreed with the community we will no longer support python2 in oncoming releases of MXNet. Special thanks to Leonard for facilitating this. Pedro.