Table of Contents

Enum SharedMemoryCarveout

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Shared memory carveout preferences for Ada generation GPUs.

public enum SharedMemoryCarveout

Fields

Default = 0

Default configuration: 48KB shared memory, 16KB L1 cache.

Prefer100KB = 1

Prefer shared memory: 100KB shared memory, minimal L1 cache.

PreferL1 = 2

Prefer L1 cache: 16KB shared memory, 48KB L1 cache.