Re: Can upgrade windows CI cmake?

2019-12-06 Thread shiwen hu
Now, other problems are solved by modifying CMakeLists.txt.but The command line is too long problem must update cmake.However I don't know which minimum version fixed the problem.I try to do some tests to find out the minimum version. Pedro Larroy 于2019年12月7日周六 上午3:52写道: > CMake shipped with

Pypi limit increase

2019-12-06 Thread Lausen, Leonard
Pradyun Gedam of the Pypi team helped to increase our limit just now. > I just increased the limits as detailed below. Please be mindful of how > frequently you make releases with such a high limit -- each release will have > a not-insignificant impact on how much traffic PyPI has to serve. > >

Re: Bump CMake minimum version

2019-12-06 Thread Lausen, Leonard
Thanks Pedro for pointing out the problems with old CMake versions. I find that the popular Deep Learning AMIs provided on AWS, while based on Ubuntu 16.04 and 18.04, come with a updated version of CMake (3.13.3) pre-installed. CMake 3.13 was released more than 1 year ago. Anyone with an older

Re: Please remove conflicting Open MP version from CMake builds

2019-12-06 Thread Lausen, Leonard
I think it's reasonable to assume that the Intel MKLDNN team is an "authorative" source about the issue of compilation with OpenMP and the OpenMP runtime library related issues. Thus I suggest we follow the recommendation of Intel MKLDNN team within the MXNet project. Looking through the Intel

Re: Please remove conflicting Open MP version from CMake builds

2019-12-06 Thread Pedro Larroy
I will try to stay on the sidelines for now since previous conversations about OMP have not been productive here and I have spent way too much time on this already, I'm not the first one giving up on trying to help with this topic. I would be glad if you guys can work together and find a

Re: Can upgrade windows CI cmake?

2019-12-06 Thread Pedro Larroy
CMake shipped with ubuntu has issues when compiling with CUDA on GPU instances. I wouldn't recommend anything older than 3.12 for Linux GPU https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_core.sh#L63 I don't know about windows CMake version but would make sense to

Re: CI Update

2019-12-06 Thread Pedro Larroy
Hi all. CI is back to normal after Jake's commit: https://github.com/apache/incubator-mxnet/pull/16968 please merge from master. If someone could look into the TVM building issues described above would be great. On Tue, Dec 3, 2019 at 11:11 AM Pedro Larroy wrote: > Some PRs were experiencing

Re: Please remove conflicting Open MP version from CMake builds

2019-12-06 Thread Lausen, Leonard
Is this related to https://github.com/apache/incubator-mxnet/issues/10856? I unlocked that Github issue based on the Apache Code of Conduct https://www.apache.org/foundation/policies/conduct#specific-guidelines On Sat, 2019-11-30 at 02:47 -0800, Pedro Larroy wrote: > (py3_venv)