Re: [apache/incubator-mxnet] [RFC] Raising the toolchain requirements for MXNet 2 (#17968)

2020-04-03 Thread Sandeep Krishnamurthy
+1 Thanks for bringing this up. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/17968#issuecomment-608971830

Re: Update : CI windows-gpu Failure

2020-04-03 Thread sandeep krishnamurthy
Thanks a lot Chai, Joe, Leo, Marco, Ningyuan, Sheng, Zhi for pulling many all nighters to fix this issue. Thanks for pushing further to automate the AMI building and Leo's proposal to update the tool chain. That should stabilize the CI for the project. Best, Sandeep On Fri, Apr 3, 2020 at 8:50 PM

Re: Update : CI windows-gpu Failure

2020-04-03 Thread Chaitanya Bapat
Hello MXNet community, The Windows GPU pipeline on CI works again now. To fix it, we updated the AMI used by the tests and preinstalled VS2019, which uses a 64bit toolchain and resolves the OOM error. Prior attempts with using VS2017 64bit toolchain had failed, making the change to the AMI necessa

[apache/incubator-mxnet] [RFC] Raising the toolchain requirements for MXNet 2 (#17968)

2020-04-03 Thread Leonard Lausen
## Description I propose to raise our toolchain requirements for the MXNet 2 development branch to require at minimum gcc7 or clang6 on Unix systems and MSVC 2019 on Windows system. All 3 have [reasonable complete C++17 support](https://en.cppreference.com/w/cpp/compiler_support#cpp17) and MSVC