File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ Sample code for performing computations on a GPU.
6
6
## What is it?
7
7
8
8
1 . ` pycuda ` : directory illustrating pyCUDA.
9
- 1 . ` curand.ipynb ` : Jupyter notebook illustrating generating random
10
- numbers on a GPU.
11
- 1 . ` scikit_cuda ` : code illustrating linear algebra on a GPU device. This
12
- is an older library and has been at least partially superceded by
13
- CuPy.
9
+ 1 . ` scikit_cuda ` : code illustrating linear algebra on a GPU device. This is an
10
+ older library and has been at least partially superceded by CuPy.
14
11
1 . ` numba ` : code illustrating using numba for GPU computing.
15
12
1 . ` cupy ` : Jupyter notebook illustrating some aspects of the ` cupy ` package.
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ GPU. It is a Python wrapper for the CUDA API.
10
10
1 . ` pycuda.ipynb ` : Jupyter notebook with an introduction to PyCUDA, it
11
11
illustrates data movement and the various types of kernels that can be
12
12
created.
13
+ 1 . ` curand.ipynb ` : Jupyter notebook with an introduction to the CURAND library,
14
+ which is a library for random number generation on the GPU.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments