Table of Contents

Enum KernelExecutionFlags

Namespace
DotCompute.Abstractions.Interfaces.Kernels
Assembly
DotCompute.Abstractions.dll

Kernel execution flags.

[Flags]
public enum KernelExecutionFlags

Fields

CooperativeKernel = 8

Enable cooperative kernel launch

DisableCache = 4

Disable caching for global memory reads

HighPriority = 16

High priority execution

None = 0

No special flags

OptimizeForThroughput = 32

Optimize for throughput over latency

PreferL1Cache = 2

Prefer L1 cache over shared memory

PreferSharedMemory = 1

Prefer shared memory over L1 cache