Show / Hide Table of Contents

Enum StackAllocBehaviorEnum

Stack allocation behavior

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public enum StackAllocBehaviorEnum

Fields

Name Description
BlockShared = 1

stack allocation is share amongst lanes

Default = 0

if not specified

PerLane = 0

each vector lane has an instance of the stack allocation

Back to top Generated by DocFX