Uses of Class
com.aparapi.internal.kernel.KernelRunner.ExecutionSettings
Packages that use KernelRunner.ExecutionSettings
-
Uses of KernelRunner.ExecutionSettings in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel with parameters of type KernelRunner.ExecutionSettingsModifier and TypeMethodDescriptionprivate KernelKernelRunner.executeInternalInner(KernelRunner.ExecutionSettings _settings, Device aparapiDevice, boolean compileOnly) private KernelKernelRunner.executeInternalOuter(KernelRunner.ExecutionSettings _settings) protected voidKernelRunner.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 KernelKernelRunner.executeOpenCL(Device device, KernelRunner.ExecutionSettings _settings) private KernelKernelRunner.fallBackByExecutionMode(KernelRunner.ExecutionSettings _settings) private KernelKernelRunner.fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, Exception _exception) private KernelKernelRunner.fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, Exception _exception, boolean _silently) private KernelKernelRunner.fallBackToNextDevice(Device device, KernelRunner.ExecutionSettings _settings, String _reason) private voidKernelRunner.maybeReportProfile(KernelRunner.ExecutionSettings _settings) private voidKernelRunner.recreateRange(KernelRunner.ExecutionSettings _settings)