Table of Contents

Class ThroughputMetrics

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Throughput performance metrics for kernel execution.

public sealed class ThroughputMetrics
Inheritance
ThroughputMetrics
Inherited Members

Properties

ComputePerformance

Gets or sets the compute performance in GFLOPS.

public double ComputePerformance { get; set; }

Property Value

double

MemoryBandwidth

Gets or sets the memory bandwidth in GB/s.

public double MemoryBandwidth { get; set; }

Property Value

double