From 1c40966baeafaeac72cee5c25f1e0f256feba23e Mon Sep 17 00:00:00 2001 From: Danielly Costa Date: Fri, 14 Dec 2018 18:55:40 -0300 Subject: [PATCH] Adding CUDA materials (Programming and best practice guides) (#3082) * Adding Cuda PDFs * putting alphabetically order * removed extra space Always check the output of the linter! --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index f912ac3b8..e38aed91f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1066,6 +1066,8 @@ Kerridge (PDF) (email address *requested*, not required) ### CUDA +* [CUDA C Best Practices Guide](https://docs.nvidia.com/pdf/CUDA_C_Best_Practices_Guide.pdf) (PDF) +* [CUDA C Programming Guide](https://docs.nvidia.com/pdf/CUDA_C_Programming_Guide.pdf) (PDF) * [OpenCL Programming Guide for CUDA Architecture](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf) (PDF)