Uses of Class
com.aparapi.internal.kernel.KernelRunner.ExecutionSettings
-
Packages that use KernelRunner.ExecutionSettings Package Description com.aparapi.internal.kernel -
-
Uses of KernelRunner.ExecutionSettings in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel with parameters of type KernelRunner.ExecutionSettings Modifier and Type Method Description private Kernel
KernelRunner. executeInternalInner(KernelRunner.ExecutionSettings _settings, Device aparapiDevice, boolean compileOnly)
private Kernel
KernelRunner. executeInternalOuter(KernelRunner.ExecutionSettings _settings)
protected void
KernelRunner. executeJava(KernelRunner.ExecutionSettings _settings, Device device)
Execute using a Java thread pool, or sequentially, or using an alternative algorithm, usually as a result of failing to compile or execute OpenCLprivate Kernel
KernelRunner. executeOpenCL(Device device, KernelRunner.ExecutionSettings _settings)
private Kernel
KernelRunner. fallBackByExecutionMode(KernelRunner.ExecutionSettings _settings)
private Kernel
KernelRunner. fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, java.lang.Exception _exception)
private Kernel
KernelRunner. fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, java.lang.Exception _exception, boolean _silently)
private Kernel
KernelRunner. fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, java.lang.String _reason)
private void
KernelRunner. maybeReportProfile(KernelRunner.ExecutionSettings _settings)
private void
KernelRunner. recreateRange(KernelRunner.ExecutionSettings _settings)
-