Table of Contents

Class CudaLaunchConfigExtensions

Namespace
DotCompute.Backends.CUDA.Compilation
Assembly
DotCompute.Backends.CUDA.dll

Enhanced launch configuration with architecture-aware optimizations.

public static class CudaLaunchConfigExtensions
Inheritance
CudaLaunchConfigExtensions
Inherited Members

Methods

CreateOptimized1D(int, int)

Creates an architecture-optimized 1D launch configuration.

public static CudaLaunchConfig CreateOptimized1D(int totalElements, int deviceId)

Parameters

totalElements int
deviceId int

Returns

CudaLaunchConfig

CreateOptimized2D(int, int, int)

Creates an architecture-optimized 2D launch configuration.

public static CudaLaunchConfig CreateOptimized2D(int width, int height, int deviceId)

Parameters

width int
height int
deviceId int

Returns

CudaLaunchConfig