Table of Contents

Interface ICompiledGraph

Namespace
Orleans.GpuBridge.Abstractions.Providers.Execution.Interfaces
Assembly
Orleans.GpuBridge.Abstractions.dll

Compiled execution graph

public interface ICompiledGraph : IDisposable
Inherited Members

Methods

ExecuteAsync(CancellationToken)

Executes the compiled graph

Task<GraphExecutionResult> ExecuteAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<GraphExecutionResult>

UpdateParameters(string, KernelExecutionParameters)

Updates kernel parameters without recompiling

void UpdateParameters(string nodeId, KernelExecutionParameters parameters)

Parameters

nodeId string
parameters KernelExecutionParameters