From f3b7c41ad6202902290d2bbd16428455b3ee375a Mon Sep 17 00:00:00 2001 From: Jonathan Bentz Date: Fri, 21 Feb 2025 11:21:43 -0600 Subject: [PATCH] cudaNvSci: Update README.md fixing typo (#337) Fixes #193 --- Samples/4_CUDA_Libraries/cudaNvSci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/4_CUDA_Libraries/cudaNvSci/README.md b/Samples/4_CUDA_Libraries/cudaNvSci/README.md index b6338aa5..cda2ac49 100644 --- a/Samples/4_CUDA_Libraries/cudaNvSci/README.md +++ b/Samples/4_CUDA_Libraries/cudaNvSci/README.md @@ -2,7 +2,7 @@ ## Description -This sample demonstrates CUDA-NvSciBuf/NvSciSync Interop. Two CPU threads import the NvSciBuf and NvSciSync into CUDA to perform two image processing algorithms on a ppm image - image rotation in 1st thread & rgba to grayscale conversion of rotated image in 2nd thread. Currently only supported on Ubuntu 18.04 +This sample demonstrates CUDA-NvSciBuf/NvSciSync Interop. Two CPU threads import the NvSciBuf and NvSciSync into CUDA to perform two image processing algorithms on a ppm image - image rotation in 1st thread & rgba to grayscale conversion of rotated image in 2nd thread. Currently only supported on Ubuntu 18.04 ## Key Concepts