Browse Source

Added CUDA Books and Subsection

Meet Shah 11 years ago
parent
commit
80b206b592
1 changed files with 3 additions and 0 deletions
  1. 3 0
      free-programming-books.md

+ 3 - 0
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)