|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaSharedMemConfig
public class cudaSharedMemConfig
Shared memory configurations
Field Summary | |
---|---|
static int |
cudaSharedMemBankSizeDefault
Set default shared memory bank size |
static int |
cudaSharedMemBankSizeEightByte
Set shared memory bank width to eight bytes |
static int |
cudaSharedMemBankSizeFourByte
Set shared memory bank width to four bytes |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaSharedMemConfig |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaSharedMemBankSizeDefault
public static final int cudaSharedMemBankSizeFourByte
public static final int cudaSharedMemBankSizeEightByte
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The cudaSharedMemConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |