Class CudaThroughputMetrics
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
CUDA-specific throughput performance metrics
public sealed class CudaThroughputMetrics
- Inheritance
-
CudaThroughputMetrics
- Inherited Members
Properties
ComputePerformance
Gets or sets the compute performance.
public double ComputePerformance { get; set; }
Property Value
- double
The compute performance.
MemoryBandwidth
Gets or sets the memory bandwidth.
public double MemoryBandwidth { get; set; }
Property Value
- double
The memory bandwidth.