jcuda.driver
Class CUjit_cacheMode

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

public class CUjit_cacheMode
extends java.lang.Object

Caching modes for dlcm


Field Summary
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
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUjit_cacheMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_JIT_CACHE_OPTION_NONE

public static final int CU_JIT_CACHE_OPTION_NONE
Compile with no -dlcm flag specified

See Also:
Constant Field Values

CU_JIT_CACHE_OPTION_CG

public static final int CU_JIT_CACHE_OPTION_CG
Compile with L1 cache disabled

See Also:
Constant Field Values

CU_JIT_CACHE_OPTION_CA

public static final int CU_JIT_CACHE_OPTION_CA
Compile with L1 cache enabled

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given CUjit_cacheMode

Parameters:
n - The CUjit_cacheMode
Returns:
The String identifying the given CUjit_cacheMode