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
parent
fdc553ce3f
commit
df51fb064c
|
@ -7,6 +7,7 @@
|
||||||
* [C#](#c-sharp)
|
* [C#](#c-sharp)
|
||||||
* [C++](#c-2)
|
* [C++](#c-2)
|
||||||
* [Clojure](#clojure)
|
* [Clojure](#clojure)
|
||||||
|
* [CUDA](#cuda)
|
||||||
* [Databases](#databases)
|
* [Databases](#databases)
|
||||||
* [Git](#git)
|
* [Git](#git)
|
||||||
* [Go](#go)
|
* [Go](#go)
|
||||||
|
@ -73,6 +74,8 @@
|
||||||
|
|
||||||
* [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html)
|
* [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
|
### Databases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue