Updating README with Confidential Computing notes

This commit is contained in:
Rob Nertney 2024-03-05 21:01:35 +00:00
parent cd3bc1fa8e
commit 3559ca4d08

View File

@ -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