DK11 for Delphi | GisCUDA.TGIS_CUDAEngine | Classes | Constructors | Properties
Provides the means to initialize and enable the CUDA computing engine.
Available also on: ActiveX.
// Delphi type TGIS_CUDAEngine = class( TGIS_ObjectDisposable ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_CUDAEngine : public TGIS_ObjectDisposable { };
Name | Visibility | Description | |
---|---|---|---|
Create | public | Creates an instance. | |
Name | Visibility | Description | |
---|---|---|---|
Available | public | True if CUDA is available; calling this property attempts to initialize CUDA. | |
DeviceCount | public | Number of CUDA devices. | |
Devices | public | List of CUDA devices. | |
DriverVersion | public | CUDA driver version. | |
Enabled | public | Specifies if CUDA should be used whenever possible. | |
Initialized | public | True if CUDA is initialized. | |