public class CUjit_cacheMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_JIT_CACHE_OPTION_CA
Compile with L1 cache enabled
|
static int |
CU_JIT_CACHE_OPTION_CG
Compile with L1 cache disabled
|
static int |
CU_JIT_CACHE_OPTION_NONE
Compile with no -dlcm flag specified
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUjit_cacheMode
|
public static final int CU_JIT_CACHE_OPTION_NONE
public static final int CU_JIT_CACHE_OPTION_CG
public static final int CU_JIT_CACHE_OPTION_CA