From 80b206b59296f26d2a0c1442fbfa9ef9411ab9c6 Mon Sep 17 00:00:00 2001 From: Meet Shah Date: Tue, 16 Dec 2014 11:54:12 +0530 Subject: [PATCH] Added CUDA Books and Subsection --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 4d17fa88..d921252d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -25,6 +25,7 @@ * [ColdFusion](#coldfusion) * [Cool](#cool) * [Coq](#coq) +* [CUDA](#cuda) * [D](#d) * [Dart](#dart) * [DB2](#db2) @@ -785,6 +786,8 @@ * [Certified Programming with Dependent Types](http://adam.chlipala.net/cpdt/html/toc.html) * [Software Foundations](http://www.cis.upenn.edu/~bcpierce/sf/) +### CUDA +* [OpenCL Programming Guide for CUDA Architecture](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf) ### D * [D Templates Tutorial](https://github.com/PhilippeSigaud/D-templates-tutorial) -- GitLab