XApp.GpuInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
display_name |
r/w |
User-visible name of the GPU. |
|
env_strv |
[ |
r/w |
A string array containing alternating environment variables names and values to use to enable the gpu. |
id |
r/w |
An identifier that can be used to refer to this GPU. |
|
is_default |
r/w |
Whether this GPU is used by default. |
Methods¶
Details¶
- class XApp.GpuInfo¶
Information about a single GPU used for offloading. The length of env_strv will always be an even number.