GPU target type.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public enum eGPUType |
Visual Basic |
---|
Public Enumeration eGPUType |
Visual C++ |
---|
public enum class eGPUType |
Members
Member name | Value | Description | |
---|---|---|---|
Emulator | 0 | Target GPU kernel emulator. | |
Cuda | 1 | Target a Cuda GPU. |