|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.runtime.cudaFuncCache
public class cudaFuncCache
CUDA function cache configurations
| Field Summary | |
|---|---|
static int |
cudaFuncCachePreferL1
Prefer larger L1 cache and smaller shared memory |
static int |
cudaFuncCachePreferNone
Default function cache configuration, no preference |
static int |
cudaFuncCachePreferShared
Prefer larger shared memory and smaller L1 cache |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaFuncCache |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int cudaFuncCachePreferNone
public static final int cudaFuncCachePreferShared
public static final int cudaFuncCachePreferL1
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The cudaFuncCache
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||