[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18622: [WIP] Use RTC for elementwise and broadcast ops

2020-07-06 Thread GitBox
leezu edited a comment on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-654353049 @ptrendx these are the files available in the S3 bucket. They are the files obtained from the SDK Manager. Is the file you are looking for included? If not, if

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18622: [WIP] Use RTC for elementwise and broadcast ops

2020-06-26 Thread GitBox
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