leezu opened a new pull request #17984: Raise toolchain requirements for MXNet 2 URL: https://github.com/apache/incubator-mxnet/pull/17984 ## Description ## As per https://github.com/apache/incubator-mxnet/issues/17968, require C++17 compatible compiler. For cuda code, use C++14 mode introduced in Cuda 9. In general there is no issue with linking together objects resulting from different standards as long as they are compiled by the same compiler. Switch CI/CD pipeline to use gcc7 Also remove outdated references to Cuda 7 and Cuda 8 in various files.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
