From 4f735616ba599fe93cc2c6c85dcb4369260f9643 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Tue, 6 Jan 2026 08:37:20 -0800 Subject: [PATCH] Update documentation for 13.1 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb70c6f2..9c1f791d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### CUDA 13.1 +* Minor bug fixes and enhancements, no structural or functional changes + ### CUDA 13.0 * Updated the samples using the cudaDeviceProp fields which are deprecated and removed in CUDA 13.0, replacing the fields with the equivalents in "cudaDeviceGetAttribute": * Deprecated "cudaDeviceProp" fields diff --git a/README.md b/README.md index 32a822e5..4686e11d 100644 --- a/README.md +++ b/README.md @@ -142,8 +142,8 @@ $ cmake .. -DBUILD_TEGRA=True \ -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \ -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/toolchain-aarch64-linux.cmake \ -DTARGET_FS=/drive/temp \ - -DCMAKE_LIBRARY_PATH=/drive/temp/usr/local/cuda-13.0/thor/lib64/ \ - -DCMAKE_INCLUDE_PATH=/drive/temp/usr/local/cuda-13.0/thor/include/ + -DCMAKE_LIBRARY_PATH=/drive/temp/usr/local/cuda-13.1/thor/lib64/ \ + -DCMAKE_INCLUDE_PATH=/drive/temp/usr/local/cuda-13.1/thor/include/ ``` Please note that the following libraries are not pre-installed in the DriveOS dev-nsr target filesystem: