Table of Contents

Class SharedMemoryConfig

Namespace
DotCompute.Backends.CUDA.Advanced
Assembly
DotCompute.Backends.CUDA.dll

Shared memory configuration for Ada generation

public sealed class SharedMemoryConfig
Inheritance
SharedMemoryConfig
Inherited Members

Properties

BytesPerBlock

Gets or sets the bytes per block.

public int BytesPerBlock { get; set; }

Property Value

int

The bytes per block.

BytesPerThread

Gets or sets the bytes per thread.

public int BytesPerThread { get; set; }

Property Value

int

The bytes per thread.

CanUse100KB

Gets or sets a value indicating whether use100 k b.

public bool CanUse100KB { get; set; }

Property Value

bool

The can use100 k b.

RecommendedCarveout

Gets or sets the recommended carveout.

public SharedMemoryCarveout RecommendedCarveout { get; set; }

Property Value

SharedMemoryCarveout

The recommended carveout.