public class cudaSharedMemConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaSharedMemConfig
|
public static final int cudaSharedMemBankSizeDefault
public static final int cudaSharedMemBankSizeFourByte
public static final int cudaSharedMemBankSizeEightByte