Skip to content

parpy-lib/ParPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParPy

ParPy is a Python library for GPU acceleration of Python code. Using ParPy, you annotate statements in a Python function, providing a high degree of control over how the code parallelizes on the GPU at the call site.

Getting started

See the installation instructions on the ParPy website.

Examples

The ParPy documentation contains tutorials walking through concrete examples of parallelization. In addition, the test directory contains many programs using different aspects of parallelization available on ParPy.

About

Annotation-based GPU parallelization of Python code.

Resources

License

Stars

Watchers

Forks