Table of Contents

Class MemcpyNodeParams

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

Memory copy node parameters

public class MemcpyNodeParams
Inheritance
MemcpyNodeParams
Inherited Members

Properties

ByteCount

Gets or sets the byte count.

public nuint ByteCount { get; set; }

Property Value

nuint

The byte count.

Destination

Gets or sets the destination.

public nint Destination { get; set; }

Property Value

nint

The destination.

Kind

Gets or sets the kind.

public MemcpyKind Kind { get; set; }

Property Value

MemcpyKind

The kind.

Source

Gets or sets the source.

public nint Source { get; set; }

Property Value

nint

The source.