You are here: Start » FIL.NET » CudaDevice Constructor

CudaDevice Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public CudaDevice
(
	string name_,
	long totalMemory_,
	long freeMemory_,
	string computeCapability_,
	int index_
)

Parameters

Name Type Range Default Description
name_string
totalMemory_long
freeMemory_long
computeCapability_string
index_int

See also