Table of Contents

Class P2PBufferOptions

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

P2P buffer options for configuration.

public sealed class P2PBufferOptions
Inheritance
P2PBufferOptions
Inherited Members

Properties

Default

Gets or sets the default.

public static P2PBufferOptions Default { get; }

Property Value

P2PBufferOptions

The default.

EnableAsyncTransfers

Gets or sets the enable async transfers.

public bool EnableAsyncTransfers { get; init; }

Property Value

bool

The enable async transfers.

EnableMemoryPooling

Gets or sets the enable memory pooling.

public bool EnableMemoryPooling { get; init; }

Property Value

bool

The enable memory pooling.

EnableP2POptimizations

Gets or sets the enable p2 p optimizations.

public bool EnableP2POptimizations { get; init; }

Property Value

bool

The enable p2 p optimizations.

PreferredChunkSizeBytes

Gets or sets the preferred chunk size bytes.

public int PreferredChunkSizeBytes { get; init; }

Property Value

int

The preferred chunk size bytes.