You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,20 @@
1
1
# CUDA Samples
2
2
3
-
Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads).
3
+
Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads).
4
4
5
5
## Release Notes
6
6
7
7
This section describes the release notes for the CUDA Samples on GitHub only.
8
8
9
-
### CUDA 12.4
10
-
11
-
- 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:
12
-
- convolutionTexture
13
-
- cudaNvSci
14
-
- dct8x8
15
-
- lineOfSight
16
-
- simpleCubemapTexture
17
-
- simpleIPC
18
-
- simpleLayeredTexture
19
-
- simplePitchLinearTexture
20
-
- simpleStream
21
-
- simpleTexture
22
-
- simpleTextureDrv
23
-
- watershedSegmentationNPP
24
-
9
+
### CUDA 12.5
25
10
26
11
### [older versions...](./CHANGELOG.md)
27
12
28
13
## Getting Started
29
14
30
15
### Prerequisites
31
16
32
-
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
17
+
Download and install the [CUDA Toolkit 12.5](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
33
18
For system requirements and installation instructions of cuda toolkit, please refer to the [Linux Installation Guide](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/), and the [Windows Installation Guide](http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html).
0 commit comments