You are here: Start » DLInvoke.DL_ListCudaDevices

DLInvoke.DL_ListCudaDevices

Lists all available CUDA devices

Namespace:Avl
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_ListCudaDevices
(
	List<Avl.CudaDevice> outDevices
)

Parameters

Name Type Range Default Description
outDevicesSystem.Collections.Generic.List<Avl.CudaDevice>

See also