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

2020-07-06 Thread GitBox
leezu commented 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. You may need to edit the Dockerfile to install one of the debs: ``` % aws s3 ls --recursive

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

2020-06-26 Thread GitBox
leezu commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-650359716 > Another thing - it seems that the docker for jetson does not include NVRTC, who can change that? You can just edit the Dockerfile. But there might be a problem

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

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

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

2020-06-25 Thread GitBox
leezu commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-649874901 Thank you @ptrendx! As this makes nvrtc feature mandatory, it may be necessary to first/prior to next release also fix