|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUfunc_cache
public class CUfunc_cache
Function cache configurations.
Most comments are taken from the CUDA reference manual.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUfunc_cache |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUfunc_cache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |