Class KernelWithoutAlternateFallbackAlgorithm
java.lang.Object
com.aparapi.Kernel
com.aparapi.examples.configuration.KernelWithoutAlternateFallbackAlgorithm
- All Implemented Interfaces:
Cloneable
public class KernelWithoutAlternateFallbackAlgorithm
extends com.aparapi.Kernel
Kernel which will always fail to run on an OpenCLDevice but has an alternative fallback algorithm.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description KernelWithoutAlternateFallbackAlgorithm()
-
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class com.aparapi.Kernel
addExecutionModes, cancelMultiPass, cleanUpArrays, clone, dispose, execute, execute, execute, execute, execute, execute, executeFallbackAlgorithm, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, getAccumulatedExecutionTime, getAccumulatedExecutionTimeAllThreads, getAccumulatedExecutionTimeCurrentThread, getCancelState, getConversionTime, getCurrentPass, getExecutionMode, getExecutionTime, getKernelState, getMappedMethodName, getProfileInfo, getProfileReportCurrentThread, getProfileReportLastThread, getTargetDevice, hasFallbackAlgorithm, hasNextExecutionMode, invalidateCaches, isAllowDevice, isAutoCleanUpArrays, isExecuting, isExplicit, isMappedMethod, isOpenCLDelegateMethod, isRunningCL, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, registerProfileReportObserver, setAutoCleanUpArrays, setExecutionMode, setExecutionModeWithoutFallback, setExplicit, setFallbackExecutionMode, toString, tryNextExecutionMode, usesAtomic32, usesAtomic64
-
Constructor Details
-
KernelWithoutAlternateFallbackAlgorithm
public KernelWithoutAlternateFallbackAlgorithm()
-
-
Method Details
-
run
public void run()- Specified by:
run
in classcom.aparapi.Kernel
-