File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 33Table 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
3940The device plugin can also be used with [ GVT-d] ( https://github.com/intel/gvt-linux/wiki/GVTd_Setup_Guide ) device
4041passthrough 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
4455The following sections detail how to obtain, build, deploy and test the GPU device plugin.
You can’t perform that action at this time.
0 commit comments