public final class MPSKernelOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AllowReducedPrecision
When possible, MPSKernels use a higher precision data representation internally than
the destination storage format to avoid excessive accumulation of computational
rounding error in the result.
|
static long |
DisableInternalTiling
Some MPSKernels may automatically split up the work internally into multiple tiles.
|
static long |
InsertDebugGroups
Enabling this bit will cause various -encode...
|
static long |
None
Use default options
|
static long |
SkipAPIValidation
Most MPS functions will sanity check their arguments.
|
static long |
Verbose
Some parts of MPS can provide debug commentary and tuning advice when run.
|
public static final long None
public static final long SkipAPIValidation
public static final long AllowReducedPrecision
public static final long DisableInternalTiling
public static final long InsertDebugGroups
public static final long Verbose