We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8cbe4 commit ae1c5bcCopy full SHA for ae1c5bc
source-code/gpu/README.md
@@ -8,5 +8,7 @@ Sample code for performing computations on a GPU.
8
1. `pycuda.ipynb`: jupyter notebook illustrating pyCUDA.
9
1. `curand.ipynb`: jupyter notebook illustrating generating random
10
numbers on a GPU.
11
-2. `scikit_cuda.ipynb`: jupyter notebook illustrating linear algebra
+1. `scikit_cuda.ipynb`: jupyter notebook illustrating linear algebra
12
on a GPU device.
13
+1. `numba.ipynb`: jupyter notebook illustrating using numba for
14
+ GPU computing.
0 commit comments