leezu edited a comment on pull request #18622:
URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-650325459


   > Also, I thought that you made the compilation use C++17 (so I use `if 
constexpr`), but now I see that the CUDA part is compiled with C++14 (and 
fails). What is the reason of that?
   
   The reason is that CUDA does not support C++17 prior to CUDA11. Thus cuda 
files are compiled with C++14. We can consider requiring CUDA11 for MXNet 2


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to