Obsolete. Use GetDevice instead.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
[ObsoleteAttribute("Use GetDevice instead.")] public static GPGPU GetGPGPU( eGPUType type, int deviceId ) |
Visual Basic |
---|
<ObsoleteAttribute("Use GetDevice instead.")> _ Public Shared Function GetGPGPU ( _ type As eGPUType, _ deviceId As Integer _ ) As GPGPU |
Visual C++ |
---|
[ObsoleteAttribute(L"Use GetDevice instead.")] public: static GPGPU^ GetGPGPU( eGPUType type, int deviceId ) |
Parameters
- type
- Type: Cudafy..::..eGPUType
The target type.
- deviceId
- Type: System..::..Int32
The device id.