From c8483e0798cc90b49c2799ef6e8605ff0bfbfdf7 Mon Sep 17 00:00:00 2001 From: Mahesh Doijade Date: Mon, 5 Aug 2019 18:58:54 +0530 Subject: [PATCH] Add release notes for cuda 10.1 update 2 support --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd47a653..75e11918 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ # CUDA Samples -Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 10.1](https://developer.nvidia.com/cuda-downloads). +Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 10.1 Update 2](https://developer.nvidia.com/cuda-downloads). ## Release Notes This section describes the release notes for the CUDA Samples on GitHub only. +### CUDA 10.1 Update 2 +* Added `vulkanImageCUDA`. Demonstrates how to perform Vulkan image - CUDA Interop. +* Added `nvJPEG_encoder`. Demonstrates encoding of jpeg images using NVJPEG Library. +* Added Windows OS support to `nvJPEG` sample. +* Added `boxFilterNPP`. Demonstrates how to use NPP FilterBox function to perform a box filter. +* Added `cannyEdgeDetectorNPP`. Demonstrates the nppiFilterCannyBorder_8u_C1R Canny Edge Detection image filter function. + ### CUDA 10.1 Update 1 * Added `NV12toBGRandResize`. Demonstrates how to convert and resize NV12 frames to BGR planars frames using CUDA in batch. * Added `EGLStream_CUDA_Interop`. Demonstrates data exchange between CUDA and EGL Streams.