Adding CUDA

CUDA is programming language for Nvidia GPUs. This is a course from Udacity, where you can start learning Cuda programming.
pull/1863/head
Alok Mistry 2016-03-07 13:56:06 +05:30
parent fdc553ce3f
commit df51fb064c
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* [C#](#c-sharp)
* [C++](#c-2)
* [Clojure](#clojure)
* [CUDA](#cuda)
* [Databases](#databases)
* [Git](#git)
* [Go](#go)
@ -73,6 +74,8 @@
* [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html)
### Cuda
* [Intro to Parallel Programming Using CUDA to Harness the Power of GPUs](https://www.udacity.com/course/intro-to-parallel-programming--cs344)
### Databases