Enumerator for the type of CudafyAttribute.
Namespace: CudafyAssembly: 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 name | Value | Description | |
---|---|---|---|
Auto | 0 | Auto. The code generator will determine it. | |
Device | 1 | Used to indicate a method that should be made into a Cuda C device function. | |
Global | 2 | Used to indicate a method that should be made into a Cuda C global function. | |
Struct | 3 | Used to indicate a structure that should be converted to Cuda C. | |
Constant | 4 | Used to indicate a static field that should be converted to Cuda C. |