Interface KernelExecutionContext
- All Known Implementing Classes:
ImmutableKernelExecutionContext
@Immutable
public interface KernelExecutionContext
-
Method Details
-
globalWorkSize
long[] globalWorkSize() -
workGroupSize
Optional<long[]> workGroupSize() -
globalWorkDimensions
@Derived default int globalWorkDimensions() -
builder
-