Table of Contents

Class PrefetchRequest

Namespace
DotCompute.Backends.CUDA.Memory
Assembly
DotCompute.Backends.CUDA.dll

Request for batch prefetch operation.

public sealed class PrefetchRequest
Inheritance
PrefetchRequest
Inherited Members

Properties

DeviceId

Gets or sets the device identifier.

public int DeviceId { get; init; }

Property Value

int

The device id.

Pointer

Gets or sets the pointer.

public nint Pointer { get; init; }

Property Value

nint

The pointer.

Size

Gets or sets the size.

public long Size { get; init; }

Property Value

long

The size.

Target

Gets or sets the target.

public PrefetchTarget Target { get; init; }

Property Value

PrefetchTarget

The target.