public class cudaMemcpyKind
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
cudaMemcpyDefault
Default based unified virtual address space
|
static int |
cudaMemcpyDeviceToDevice
Device -> Device
|
static int |
cudaMemcpyDeviceToHost
Device -> Host
|
static int |
cudaMemcpyHostToDevice
Host -> Device
|
static int |
cudaMemcpyHostToHost
Host -> Host
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int k)
Returns the String identifying the given cudaMemcpyKind
|
public static final int cudaMemcpyHostToHost
public static final int cudaMemcpyHostToDevice
public static final int cudaMemcpyDeviceToHost
public static final int cudaMemcpyDeviceToDevice
public static final int cudaMemcpyDefault