public static interface ComputeContext.Kernel
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes this kernel possibly in parallel with other kernels
executions.
|
void |
setArguments(Object... args)
Sets the arguments of this kernel.
|
void |
setGlobalWorkSize(int... gws)
Sets the number of global work-items for each dimension.
|
void |
setLocalWorkSize(int... lws)
Sets the number of work-items which makes up a work-group for
each dimension.
|
void execute()
void setArguments(Object... args)
void setGlobalWorkSize(int... gws)
void setLocalWorkSize(int... lws)
Copyright © 2017. All rights reserved.