Skip to content

Commit af28f4d

Browse files
committed
Add cuPyNumeric environment
1 parent e643c8e commit af28f4d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

source-code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Sample code for performing computations on a GPU.
88
1. `pycuda`: directory illustrating pyCUDA.
99
1. `numba`: code illustrating using numba for GPU computing.
1010
1. `cupy`: Jupyter notebook illustrating some aspects of the `cupy` package.
11+
1. `cupynumeric`: code illustrating using cuPyNumeric for GPU computing.

source-code/cupynumeric/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# cuPyNumeric
2+
3+
cuPyNumeric is a Python library that provides a GPU-accelerated drop-in
4+
replacement for NumPy. It is built on top of legion.
5+
6+
7+
## What is it?
8+
9+
1. `environment.yml`: conda environment file for creating an environment
10+
with the necessary dependencies.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: python_on_gpus_cupynumeric
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- cupynumeric
6+
- numpy
7+
- scipy
8+
- matplotlib
9+
- jupyterlab
10+
prefix: /home/gjb/mambaforge/envs/python_on_gpus_cupynumeric

0 commit comments

Comments
 (0)