Skip to content

Commit 4f73561

Browse files
committed
Update documentation for 13.1
1 parent 4ff5522 commit 4f73561

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### CUDA 13.1
4+
* Minor bug fixes and enhancements, no structural or functional changes
5+
36
### CUDA 13.0
47
* Updated the samples using the cudaDeviceProp fields which are deprecated and removed in CUDA 13.0, replacing the fields with the equivalents in "cudaDeviceGetAttribute":
58
* Deprecated "cudaDeviceProp" fields

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ $ cmake .. -DBUILD_TEGRA=True \
142142
-DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \
143143
-DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/toolchain-aarch64-linux.cmake \
144144
-DTARGET_FS=/drive/temp \
145-
-DCMAKE_LIBRARY_PATH=/drive/temp/usr/local/cuda-13.0/thor/lib64/ \
146-
-DCMAKE_INCLUDE_PATH=/drive/temp/usr/local/cuda-13.0/thor/include/
145+
-DCMAKE_LIBRARY_PATH=/drive/temp/usr/local/cuda-13.1/thor/lib64/ \
146+
-DCMAKE_INCLUDE_PATH=/drive/temp/usr/local/cuda-13.1/thor/include/
147147
```
148148

149149
Please note that the following libraries are not pre-installed in the DriveOS dev-nsr target filesystem:

0 commit comments

Comments
 (0)