From 3559ca4d088e12db33d6918621cab5c998ccecf1 Mon Sep 17 00:00:00 2001 From: Rob Nertney Date: Tue, 5 Mar 2024 21:01:35 +0000 Subject: [PATCH] Updating README with Confidential Computing notes --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f8ae35a9..692f6bcc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ This section describes the release notes for the CUDA Samples on GitHub only. ### CUDA 12.4 +- Hopper Confidential Computing Modes do not support Video samples, nor do they support host-pinned memory due to the restrictions created by CPU IOMMUs. The following Samples are affected: + - convolutionTexture + - cudaNvSci + - dct8x8 + - lineOfSight + - simpleCubemapTexture + - simpleIPC + - simpleLayeredTexture + - simplePitchLinearTexture + - simpleStream + - simpleTexture + - simpleTextureDrv + - watershedSegmentationNPP + + ### [older versions...](./CHANGELOG.md) ## Getting Started