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

CudaDevice Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public CudaDevice
(
	string name,
	long totalMemory,
	long freeMemory,
	string computeCapability,
	int index
)

Parameters

Name Type Range Default Description
namestring
totalMemorylong
freeMemorylong
computeCapabilitystring
indexint

See also