Removes the specified GPGPU from the cache.

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

Syntax

C#
public static bool RemoveDevice(
	GPGPU gpu
)
Visual Basic
Public Shared Function RemoveDevice ( _
	gpu As GPGPU _
) As Boolean
Visual C++
public:
static bool RemoveDevice(
	GPGPU^ gpu
)

Parameters

gpu
Type: Cudafy.Host..::..GPGPU
The gpu.

Return Value

True if gpu was removed, else false.

See Also