Skip to content

Commit ae1c5bc

Browse files
committed
Add numba for GPU examples
1 parent 3e8cbe4 commit ae1c5bc

File tree

2 files changed

+679
-1
lines changed

2 files changed

+679
-1
lines changed

source-code/gpu/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ Sample code for performing computations on a GPU.
88
1. `pycuda.ipynb`: jupyter notebook illustrating pyCUDA.
99
1. `curand.ipynb`: jupyter notebook illustrating generating random
1010
numbers on a GPU.
11-
2. `scikit_cuda.ipynb`: jupyter notebook illustrating linear algebra
11+
1. `scikit_cuda.ipynb`: jupyter notebook illustrating linear algebra
1212
on a GPU device.
13+
1. `numba.ipynb`: jupyter notebook illustrating using numba for
14+
GPU computing.

0 commit comments

Comments
 (0)