With regards to image processing some tasks can be increased in terms of execution speed by using multiple threads (gpu) implementation. I am using OpenCv and VS2010. I would like to know the steps of creating a CUDA kernel
feedback
|
closed as not a real question by templatetypedef, Rafał Rawicki, SigTerm, BЈовић, harrism Apr 29 at 3:59
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
CUDA SDK comes with documentation ("Cuda Reference Manual", "Cuda Programming Guide", "CUda Best Practices GUide"). If you want to "know steps", you should read that documentaiton. Since it has been already dcoumented "how to do it" in official documentaiton, there's no reason to write another explanation. | |||
feedback
|