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

link

1  
-1 Complete lack of research. – Roger Dahl Apr 29 at 3:58
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.

1 Answer

up vote 0 down vote accepted

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.

link
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.