Show / Hide Table of Contents

Enum cudaEventFlags

cuda event flags

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaEventFlags")]
[Flags]
public enum cudaEventFlags

Fields

Name Description
cudaEventBlockingSync = 1

Event uses blocking synchronization

cudaEventDefault = 0

Default event flag

cudaEventDisableTiming = 2

Event will not record timing data

cudaEventInterprocess = 4

Event is suitable for interprocess use. cudaEventDisableTiming must be set

Back to top Generated by DocFX