Questions regarding Confidential Computing #702
Answered
by
VicoinDub
JoongunPark
asked this question in
Q&A
|
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! |
Answered by
VicoinDub
Oct 15, 2024
Replies: 1 comment 1 reply
|
Here are some related code comments—are these what you need? |
1 reply
Answer selected by
JoongunPark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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