This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
Adding some labels for visibility. I recommend asking this on discuss.mxnet.io. Questions tend to get a wider audience there. @mxnet-label-bot add [question, cuda, windows] |
Beta Was this translation helpful? Give feedback.
0 replies
-
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 method to get the NDArray. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to feed the image data already on GPU (in fact, it is a ID3D11Texture2D object) to MXNet; and if possiable, after processing, I can display it with DirectX.
I think I can just use
cudaMemcpy
or something like that to make a bridge. Do anyone have any idea for this kind of feature?Beta Was this translation helpful? Give feedback.
All reactions