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/11/28 02:54:57 UTC

[GitHub] haimeh commented on issue #13114: cudaMalloc failed: unknown error with GPU context (MXNet 1.3.0)

haimeh commented on issue #13114: cudaMalloc failed: unknown error with GPU context (MXNet 1.3.0)
URL: https://github.com/apache/incubator-mxnet/issues/13114#issuecomment-442300312
 
 
   I am getting the same issue with the latest cu100 build of version 1.3.1 (20181119_mxnet_x64_vc141_gpu_cu100)
   cpu works:
   `mx.nd.array(5,ctx = mx.cpu())+mx.nd.array(5,ctx = mx.cpu())`
   `10`
   gpu mystery error:
   `mx.nd.array(5,ctx = mx.gpu())+mx.nd.array(5,ctx = mx.gpu())`
   `Error in mx.nd.internal.array(src.array, ctx) : 
     [19:49:18] c:\jenkins\workspace\mxnet\mxnet\src\storage\pooled_storage_manager.h:143: cudaMalloc failed: unknown error`

----------------------------------------------------------------
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