Select the GPU devices this tables uses for GPU-accelerated indexing.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Attempting to select GPU devices when the server does not support GPU acceleration will result in a FEATURESET error.
The device ids must be values returned by TIB_patterns -C LIST.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setGpuDevices( _ ByVal device_ids As Integer() _ ) |
| C# |
|---|
| public void setGpuDevices( int[] device_ids ) |
| C++ |
|---|
| public: void setGpuDevices( array<int>^ device_ids ) sealed |
| J# |
|---|
| public void setGpuDevices( int[] device_ids ) |
| JScript |
|---|
| public
function setGpuDevices( device_ids : int[] ) |
Parameters
- device_ids
- The GPU devices to use. Pass null or an empty array to use the server default.