Gets the device properties.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public static IEnumerable<GPGPUProperties> GetDeviceProperties( eGPUType type, bool useAdvanced ) |
Visual Basic |
---|
Public Shared Function GetDeviceProperties ( _ type As eGPUType, _ useAdvanced As Boolean _ ) As IEnumerable(Of GPGPUProperties) |
Visual C++ |
---|
public: static IEnumerable<GPGPUProperties^>^ GetDeviceProperties( eGPUType type, bool useAdvanced ) |
Parameters
- type
- Type: Cudafy..::..eGPUType
The type of GPU.
- useAdvanced
- Type: System..::..Boolean
Whether to get the additional device settings via the cudart dll.