Skip to content

Commit

Permalink
Merge branch 'open-kernel' into 'master'
Browse files Browse the repository at this point in the history
Add support for open GPU kernel modules

See merge request nvidia/cloud-native/cnt-docs!347
  • Loading branch information
mikemckiernan committed Dec 8, 2023
2 parents fcb21b2 + 829212d commit f596e01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gpu-operator/gpu-driver-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ The following table describes some of the fields in the custom resource.
- Specifies the container registry that contains the driver container.
- ``nvcr.io/nvidia``

* - ``useOpenKernelModules``
- Specifies to use the NVIDIA Open GPU Kernel modules.
- ``false``

* - ``usePrecompiled``
- When set to ``true``, the Operator deploys a driver container image
with a precompiled driver.
Expand Down
4 changes: 4 additions & 0 deletions gpu-operator/install-gpu-operator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ The following options are available when using the Helm chart. These options can
runs slowly in your cluster.
- ``60s``

* - ``driver.useOpenKernelModules``
- When set to ``true``, the driver containers install the NVIDIA Open GPU Kernel module driver.
- ``false``

* - ``driver.usePrecompiled``
- When set to ``true``, the Operator attempts to deploy driver containers that have
precompiled kernel drivers.
Expand Down
4 changes: 3 additions & 1 deletion gpu-operator/manifests/input/nvd-demo-gold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ spec:
imagePullPolicy: IfNotPresent
imagePullSecrets: []
manager: {}
nodeSelector: {}
nodeSelector:
driver.config: "gold"
rdma:
enabled: false
useHostMofed: false
Expand All @@ -20,5 +21,6 @@ spec:
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 60
useOpenKernelModules: false
usePrecompiled: false
version: 535.104.12

0 comments on commit f596e01

Please sign in to comment.