The method type is either Global or Device.

Namespace: Cudafy
Assembly: 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 nameValueDescription
Global0 Global function can be launched.
Device1 Device function can be called from global functions or other device function.

See Also