We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0fcb3 commit dcf61daCopy full SHA for dcf61da
ansible/roles/cuda/tasks/runtime.yml
@@ -0,0 +1,5 @@
1
+- name: Enable NVIDIA Persistence Daemon
2
+ systemd:
3
+ name: nvidia-persistenced
4
+ enabled: true
5
+ state: "{{ cuda_persistenced_state }}"
0 commit comments