I need help with CUDA C. I am trying the programming image processing tool. And I can not understand how to use bitmap (C ++) and CUDA. Please help me. Sorry for my bad english
Your question does not provide sufficient details. Are you referring to Gdiplus :: bitmap class or some other bitmap in Windows? What are you trying to do with bitmap?
For the image processing application you will get the memory of bitmap, copy it to the CUDA device, process the data there and copy the result to the main memory. CPU.
If you are not familiar with the CUDA, for example, I recommend a good start of the CUDA.
Comments
Post a Comment