Table of Contents

Class GpuDiagnostics

Namespace
Orleans.GpuBridge.Runtime
Assembly
Orleans.GpuBridge.Runtime.dll

GPU diagnostics and telemetry service

public sealed class GpuDiagnostics
Inheritance
GpuDiagnostics
Inherited Members

Constructors

GpuDiagnostics(ILogger<GpuDiagnostics>)

Initializes a new instance of the GpuDiagnostics class

public GpuDiagnostics(ILogger<GpuDiagnostics> log)

Parameters

log ILogger<GpuDiagnostics>

Logger instance

Methods

Submit(string, int)

Submits a diagnostic event for kernel execution

public void Submit(string kernelId, int count)

Parameters

kernelId string

Kernel identifier

count int

Number of executions