Questions regarding Confidential Computing #702
-
Hi, I'm looking for the source code or documentation related to Confidential VM Key Management in Multi-GPU Scenarios. Specifically, I’m curious about how the confidential VM handles or mediates encryption keys between multiple GPUs. My current understanding is that inter-GPU communication happens over NVLink, and the GPUs use AES-GCM-256 for message encryption. Could someone point me to the relevant part of the source code or any documentation that explains this key management process? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here are some related code comments—are these what you need? |
Beta Was this translation helpful? Give feedback.
Here are some related code comments—are these what you need?
https://github.com/NVIDIA/open-gpu-kernel-modules/blob/535.98/src/nvidia/src/kernel/gpu/conf_compute/arch/hopper/conf_compute_keystore_gh100.c#L33-L48C82