Table of Contents

Enum MemoryRegionType

Namespace
DotCompute.Abstractions.Analysis
Assembly
DotCompute.Abstractions.dll

Types of memory regions.

public enum MemoryRegionType

Fields

Constant = 3

Constant memory region.

Global = 0

Global memory region.

Local = 2

Local memory region.

Shared = 1

Shared memory region.

Texture = 4

Texture memory region.