After completing the configuration steps, verify that your GPU is correctly operating in confidential computing mode:
Verify that the
nvidia-persistencedservice is running withuvm-persistence-modeenabled:ps aux | grep nvidia-persistenced | grep -v grepThe output is similar to the following:
nvidia-+ 729 6.2 0.0 5468 1664 ? Ss 12:02 0:10 /usr/bin/nvidia-persistenced \ --user nvidia-persistenced \ --uvm-persistence-mode \ --verboseConfirm that the GPU is running in confidential computing mode:
sudo nvidia-smi conf-compute -fThe output is similar to the following:
CC status: ONSet GPU to ready state after each reboot.
sudo nvidia-smi conf-compute -srs 1Verify Confidential Computing ready state.
sudo nvidia-smi conf-compute -grsIf you transition a GPU out of the ready state using
nvidia-smi conf-compute -srs 0, reboot the VM instance to return the GPU to the ready state.The output is similar to the following:
Confidential Compute GPUs Ready state: ready