Skip to content

Commit d71b5f0

Browse files
committed
Move CuRAND notebook to the pycuda directory
1 parent ffd04d7 commit d71b5f0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

source-code/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ Sample code for performing computations on a GPU.
66
## What is it?
77

88
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.
1411
1. `numba`: code illustrating using numba for GPU computing.
1512
1. `cupy`: Jupyter notebook illustrating some aspects of the `cupy` package.

source-code/pycuda/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ GPU. It is a Python wrapper for the CUDA API.
1010
1. `pycuda.ipynb`: Jupyter notebook with an introduction to PyCUDA, it
1111
illustrates data movement and the various types of kernels that can be
1212
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.

0 commit comments

Comments
 (0)