Enumerator for the type of CudafyAttribute.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public enum eCudafyType
Visual Basic
Public Enumeration eCudafyType
Visual C++
public enum class eCudafyType

Members

Member nameValueDescription
Auto0 Auto. The code generator will determine it.
Device1 Used to indicate a method that should be made into a Cuda C device function.
Global2 Used to indicate a method that should be made into a Cuda C global function.
Struct3 Used to indicate a structure that should be converted to Cuda C.
Constant4 Used to indicate a static field that should be converted to Cuda C.

See Also