Skip to content

Commit a2e6a7c

Browse files
Updating README with details about GPU modes
Signed-off-by: Vishesh Tanksale <[email protected]>
1 parent ac2cb43 commit a2e6a7c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/gpu-feature-discovery/README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,22 @@ Environment variables override the command line options if they conflict.
194194
This is the list of the labels generated by NVIDIA GPU Feature Discovery and
195195
their meaning:
196196

197-
| Label Name | Value Type | Meaning | Example |
198-
| -------------------------------| ---------- | -------------------------------------------- | -------------- |
199-
| nvidia.com/cuda.driver.major | Integer | Major of the version of NVIDIA driver | 418 |
200-
| nvidia.com/cuda.driver.minor | Integer | Minor of the version of NVIDIA driver | 30 |
201-
| nvidia.com/cuda.driver.rev | Integer | Revision of the version of NVIDIA driver | 40 |
202-
| nvidia.com/cuda.runtime.major | Integer | Major of the version of CUDA | 10 |
203-
| nvidia.com/cuda.runtime.minor | Integer | Minor of the version of CUDA | 1 |
204-
| nvidia.com/gfd.timestamp | Integer | Timestamp of the generated labels (optional) | 1555019244 |
205-
| nvidia.com/gpu.compute.major | Integer | Major of the compute capabilities | 3 |
206-
| nvidia.com/gpu.compute.minor | Integer | Minor of the compute capabilities | 3 |
207-
| nvidia.com/gpu.count | Integer | Number of GPUs | 2 |
208-
| nvidia.com/gpu.family | String | Architecture family of the GPU | kepler |
209-
| nvidia.com/gpu.machine | String | Machine type | DGX-1 |
210-
| nvidia.com/gpu.memory | Integer | Memory of the GPU in Mb | 2048 |
211-
| nvidia.com/gpu.product | String | Model of the GPU | GeForce-GT-710 |
212-
| nvidia.com/gpu.mode | String | Display or Compute Mode of the GPU | compute |
197+
| Label Name | Value Type | Meaning | Example |
198+
| -------------------------------| ---------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------- |
199+
| nvidia.com/cuda.driver.major | Integer | Major of the version of NVIDIA driver | 418 |
200+
| nvidia.com/cuda.driver.minor | Integer | Minor of the version of NVIDIA driver | 30 |
201+
| nvidia.com/cuda.driver.rev | Integer | Revision of the version of NVIDIA driver | 40 |
202+
| nvidia.com/cuda.runtime.major | Integer | Major of the version of CUDA | 10 |
203+
| nvidia.com/cuda.runtime.minor | Integer | Minor of the version of CUDA | 1 |
204+
| nvidia.com/gfd.timestamp | Integer | Timestamp of the generated labels (optional) | 1555019244 |
205+
| nvidia.com/gpu.compute.major | Integer | Major of the compute capabilities | 3 |
206+
| nvidia.com/gpu.compute.minor | Integer | Minor of the compute capabilities | 3 |
207+
| nvidia.com/gpu.count | Integer | Number of GPUs | 2 |
208+
| nvidia.com/gpu.family | String | Architecture family of the GPU | kepler |
209+
| nvidia.com/gpu.machine | String | Machine type | DGX-1 |
210+
| nvidia.com/gpu.memory | Integer | Memory of the GPU in Mb | 2048 |
211+
| nvidia.com/gpu.product | String | Model of the GPU | GeForce-GT-710 |
212+
| nvidia.com/gpu.mode | String | Display or Compute Mode of the GPU. Details of the GPU modes can be found [here](https://docs.nvidia.com/grid/13.0/grid-gpumodeswitch-user-guide/index.html#compute-and-graphics-mode) | compute |
213213

214214
Depending on the MIG strategy used, the following set of labels may also be
215215
available (or override the default values for some of the labels listed above):

0 commit comments

Comments
 (0)