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 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, Exception _exception) private Kernel
KernelRunner.fallBackToNextDevice
(Device device, KernelRunner.ExecutionSettings _settings, Exception _exception, boolean _silently) private Kernel
KernelRunner.fallBackToNextDevice
(Device device, KernelRunner.ExecutionSettings _settings, String _reason) private void
KernelRunner.maybeReportProfile
(KernelRunner.ExecutionSettings _settings) private void
KernelRunner.recreateRange
(KernelRunner.ExecutionSettings _settings)