Clears all gpus from the cache.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public static int ClearDevices()
Visual Basic
Public Shared Function ClearDevices As Integer
Visual C++
public:
static int ClearDevices()

Return Value

The number of gpus removed.

See Also