sxjscience commented on issue #16001: Low kernel performance URL: https://github.com/apache/incubator-mxnet/issues/16001#issuecomment-524926995 The repo should have already contained all the necessary files (No need to add submodule). I noticed that you are using CUDA 10.0. The 1.2.0 version has not been tested against cuda 10. If you'd like to keep using cuda 10, you may need to manually revert the commit and compile from source. Another choice is to try the 1.2.0 + cuda 9.2 version by installing the pip package (https://pypi.org/project/mxnet-cu92/1.2.0/): ``` pip install mxnet-cu92==1.2.0 ```
---------------------------------------------------------------- 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
