jcuda.driver
Class CUfunc_cache
java.lang.Object
jcuda.driver.CUfunc_cache
public class CUfunc_cache
- extends java.lang.Object
Function cache configurations.
Most comments are taken from the CUDA reference manual.
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 |
CU_FUNC_CACHE_PREFER_NONE
public static final int CU_FUNC_CACHE_PREFER_NONE
- See Also:
- Constant Field Values
CU_FUNC_CACHE_PREFER_SHARED
public static final int CU_FUNC_CACHE_PREFER_SHARED
- See Also:
- Constant Field Values
CU_FUNC_CACHE_PREFER_L1
public static final int CU_FUNC_CACHE_PREFER_L1
- See Also:
- Constant Field Values
stringFor
public static java.lang.String stringFor(int n)
- Returns the String identifying the given CUfunc_cache
- Parameters:
n
- The CUfunc_cache
- Returns:
- The String identifying the given CUfunc_cache