public class CudaConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
cudaMemcpyDefault
< Device -> Device
|
static int |
cudaMemcpyDeviceToDevice
< Device -> Host
|
static int |
cudaMemcpyDeviceToHost
< Host -> Device
|
static int |
cudaMemcpyHostToDevice
< Host -> Host
|
static int |
cudaMemcpyHostToHost |
Constructor and Description |
---|
CudaConstants() |
public static int cudaMemcpyHostToHost
public static int cudaMemcpyHostToDevice
public static int cudaMemcpyDeviceToHost
public static int cudaMemcpyDeviceToDevice
public static int cudaMemcpyDefault
Copyright © 2016. All Rights Reserved.