MCPcopy Index your code
hub / github.com/Syncleus/aparapi / execute

Method execute

src/main/java/com/aparapi/Kernel.java:2803–2805  ·  view source on GitHub ↗

Start execution of _range kernels. When kernel.execute(globalSize) is invoked, Aparapi will schedule the execution of globalSize kernels. If the execution mode is GPU then the kernels will execute as OpenCL code on the GPU device. Otherwise, if the mode is

(Range _range)

Source from the content-addressed store, hash-verified

2801 *
2802 */
2803 public synchronized Kernel execute(Range _range) {
2804 return (execute(_range, 1));
2805 }
2806
2807 @Override
2808 @SuppressWarnings("deprecation")

Callers 15

testMethod · 0.95
testMethod · 0.95
singleDimensionTestMethod · 0.95
twoDimensionTestMethod · 0.95
testMethod · 0.95
applyConvolutionMethod · 0.45

Calls 2

createRangeMethod · 0.95
prepareKernelRunnerMethod · 0.95

Tested by 15

testMethod · 0.76
testMethod · 0.76
singleDimensionTestMethod · 0.76
twoDimensionTestMethod · 0.76
testMethod · 0.76
applyConvolutionMethod · 0.36