public class cudaMemoryType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
cudaMemoryTypeDevice
Device memory
|
static int |
cudaMemoryTypeHost
Host memory
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int k)
Returns the String identifying the given cudaMemoryType
|
public static final int cudaMemoryTypeHost
public static final int cudaMemoryTypeDevice