jcuda.driver
Class CUfunc_cache

java.lang.Object
  extended by jcuda.driver.CUfunc_cache

public class CUfunc_cache
extends java.lang.Object

Function cache configurations.

Most comments are taken from the CUDA reference manual.


Field Summary
static int CU_FUNC_CACHE_PREFER_L1
           
static int CU_FUNC_CACHE_PREFER_NONE
           
static int CU_FUNC_CACHE_PREFER_SHARED
           
 
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

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
Method Detail

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