public class CUfunc_cache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_FUNC_CACHE_PREFER_EQUAL
Prefer equal sized L1 cache and shared memory
|
static int |
CU_FUNC_CACHE_PREFER_L1
Prefer larger L1 cache and smaller shared memory
|
static int |
CU_FUNC_CACHE_PREFER_NONE
No preference for shared memory or L1 (default)
|
static int |
CU_FUNC_CACHE_PREFER_SHARED
Prefer larger shared memory and smaller L1 cache
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUfunc_cache
|
public static final int CU_FUNC_CACHE_PREFER_NONE
public static final int CU_FUNC_CACHE_PREFER_SHARED
public static final int CU_FUNC_CACHE_PREFER_L1
public static final int CU_FUNC_CACHE_PREFER_EQUAL