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/24 20:57:09 UTC

[GitHub] Ishitori commented on issue #13688: How to feed MXNet with data already on GPU memory?

Ishitori commented on issue #13688: How to feed MXNet with data already on GPU memory?
URL: https://github.com/apache/incubator-mxnet/issues/13688#issuecomment-449770745
 
 
   I don't think it is possible, unless you are able to code your data into DLPack format: https://github.com/dmlc/dlpack In that case, if you could also provide a memory pointer to MXNet code, you could use [from_dlpack](https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.from_dlpack) method to get the NDArray.

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