CudaInvokeSetDevice Method |
http://www.emgu.com
Set the current Gpu Device
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static void SetDevice(
int deviceId
)
Public Shared Sub SetDevice (
deviceId As Integer
)
public:
static void SetDevice(
int deviceId
)
static member SetDevice :
deviceId : int -> unit
Parameters
- deviceId
- Type: SystemInt32
The id of the device to be setted as current
See Also