Skip to content

Commit efc7d79

Browse files
authored
Merge pull request #651 from eero-t/gpu-plugin-options-doc
Add section on GPU plugin options to its README
2 parents 34071e3 + a2faa3a commit efc7d79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cmd/gpu_plugin/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Table of Contents
44

55
* [Introduction](#introduction)
6+
* [Configuration options](#configuration-options)
67
* [Installation](#installation)
78
* [Deploy with pre-built container image](#deploy-with-pre-built-container-image)
89
* [Getting the source code](#getting-the-source-code)
@@ -39,6 +40,16 @@ For example, Intel oneAPI Video Processing Linbrary can offload video transcodin
3940
The device plugin can also be used with [GVT-d](https://github.com/intel/gvt-linux/wiki/GVTd_Setup_Guide) device
4041
passthrough and acceleration.
4142

43+
### Configuration options
44+
45+
| Flag | Argument | Default | Meaning |
46+
|:---- |:-------- |:------- |:------- |
47+
| -enable-monitoring | - | disabled | Enable 'i915_monitoring' resource that provides access to all Intel GPU devices on the node |
48+
| -shared-dev-num | int | 1 | Number of containers that can share the same GPU device |
49+
50+
The plugin also accepts a number of other arguments (common to all plugins) related to logging.
51+
Please use the -h option to see the complete list of logging related options.
52+
4253
## Installation
4354

4455
The following sections detail how to obtain, build, deploy and test the GPU device plugin.

0 commit comments

Comments
 (0)