The method type is either Global or Device.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public enum eKernelMethodType |
Visual Basic |
---|
Public Enumeration eKernelMethodType |
Visual C++ |
---|
public enum class eKernelMethodType |
Members
Member name | Value | Description | |
---|---|---|---|
Global | 0 | Global function can be launched. | |
Device | 1 | Device function can be called from global functions or other device function. |