Table of Contents

Enum CudaDeviceSelectionStrategy

Namespace
DotCompute.Backends.CUDA
Assembly
DotCompute.Backends.CUDA.dll

CUDA device selection strategies.

public enum CudaDeviceSelectionStrategy

Fields

Default = 0

Use the default device (typically device 0).

FastestClock = 3

Select the device with the fastest clock speed.

HighestComputeCapability = 1

Select the device with the highest compute capability.

MostMemory = 2

Select the device with the most memory.