Open stepan-romankov opened 8 years ago
Can you elaborate this?
You can call clEnqueueNDRangeKernel multiple times, of course. (It will always do the same thing, unless you set different kernel arguments, or unless you read or write memory between the calls, but that should be clear).
clEnqueueNDRangeKernel
Which memory are you referring to here?
Can you elaborate this?
You can call
clEnqueueNDRangeKernel
multiple times, of course. (It will always do the same thing, unless you set different kernel arguments, or unless you read or write memory between the calls, but that should be clear).Which memory are you referring to here?