Table of Contents

Class MemsetNodeParams

Namespace
DotCompute.Backends.CUDA.Execution.Graph.Types
Assembly
DotCompute.Backends.CUDA.dll

Memory set node parameters

public class MemsetNodeParams
Inheritance
MemsetNodeParams
Inherited Members

Properties

Destination

Gets or sets the destination.

public nint Destination { get; set; }

Property Value

nint

The destination.

ElementSize

Gets or sets the element size.

public uint ElementSize { get; set; }

Property Value

uint

The element size.

Height

Gets or sets the height.

public nuint Height { get; set; }

Property Value

nuint

The height.

Pitch

Gets or sets the pitch.

public nuint Pitch { get; set; }

Property Value

nuint

The pitch.

Value

Gets or sets the value.

public uint Value { get; set; }

Property Value

uint

The value.

Width

Gets or sets the width.

public nuint Width { get; set; }

Property Value

nuint

The width.