Package | Description |
---|---|
com.amd.aparapi |
Modifier and Type | Method and Description |
---|---|
Kernel.EXECUTION_MODE |
Kernel.getExecutionMode()
Return the current execution mode.
|
static Kernel.EXECUTION_MODE |
Kernel.EXECUTION_MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Kernel.EXECUTION_MODE[] |
Kernel.EXECUTION_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Kernel.addExecutionModes(Kernel.EXECUTION_MODE... platforms)
set possible fallback path for execution modes.
|
void |
Kernel.setExecutionMode(Kernel.EXECUTION_MODE _executionMode)
Set the execution mode.
|