yjcn commented on issue #11052: Nvidia Jetson TX2  Check failed: (err) == 
(cudaSuccess) Name: mxnet_generic_kernel ErrStr:no kernel image is available 
for execution on the device
URL: 
https://github.com/apache/incubator-mxnet/issues/11052#issuecomment-392057536
 
 
   I have solved this problem. The default CUDA_ARCH doesn't contain the TX2 's 
CUDA_ARCH. So we need to add "CUDA_ARCH = -gencode arch=compute_62,code=sm_62" 
to make/config.mk manually.
   (https://discuss.gluon.ai/t/topic/6589)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to