You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/12 12:56:52 UTC

[GitHub] fighting-liu edited a comment on issue #12142: Failed to import MXNet built with TensorRT

fighting-liu edited a comment on issue #12142: Failed to import MXNet built with TensorRT
URL: https://github.com/apache/incubator-mxnet/issues/12142#issuecomment-446300723
 
 
   @Faldict @KellenSunderland 
   I encounter similar problems with yours, i just pull mxnet/tensorrt from official docker hub. But it crashes when i run   
   
   `import mxnet as mx`
   `a = mx.nd.ones((2, 3), mx.gpu())`     
   
   Following is the error message  
   
   `mxnet mxnet_op.h:622: Check failed: (err) == (cudaSuccess) Name: mxnet_generic_kernel ErrStr:no kernel image is available for execution on the device`

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


With regards,
Apache Git Services