An open API service indexing awesome lists of open source software.

https://github.com/gjbex/python-on-gpus

Repository for the training on using GPUs from Python.
https://github.com/gjbex/python-on-gpus

cuda cupy gpu numba pycuda python training

Last synced: 9 months ago
JSON representation

Repository for the training on using GPUs from Python.

Awesome Lists containing this project

README

          

# Python on GPUs

GitHub repository for participants of the "Python on GPUs" training.
For information on the training, see the website
[https://gjbex.github.io/Python-on-GPUs/](https://gjbex.github.io/Python-on-GPUs/)

**Note: this is work in progress**

## What is it?

1. [`source-code`](source-code): sample code written to develop the slides and
illustrate concepts.
1. [`python_on_gpus_science_linux64_conda_specs.txt`](python_on_gpus_linux64_conda_specs.txt):
conda environment specification file specific for 64-bit Linux to precisely
reproduce the environment on which the code was developed.
1. [License](LICENSE): license information for the material in this repository.
1. [Contributing](CONTRIBUTING.md): information on how to contribute to this
repository.
1. docs: directory containing the website for this repository.

## Environment setup

Each of the subdirectories of the `source-code` directory contains an `environment.yml`
file that can be used to create a conda environment with the necessary packages.