Enum CudaDeviceSelectionStrategy
- Namespace
- DotCompute.Backends.CUDA
- Assembly
- DotCompute.Backends.CUDA.dll
CUDA device selection strategies.
public enum CudaDeviceSelectionStrategy
Fields
Default = 0Use the default device (typically device 0).
FastestClock = 3Select the device with the fastest clock speed.
HighestComputeCapability = 1Select the device with the highest compute capability.
MostMemory = 2Select the device with the most memory.