A code generator for array-based code on CPUs and GPUs
Project description
Loopy lets you easily generate the tedious, complicated code that is necessary to get good performance out of GPUs and multi-core CPUs. Loopy’s core idea is that a computation should be described simply and then transformed into a version that gets high performance. This transformation takes place under user control, from within Python.
It can capture the following types of optimizations:
Vector and multi-core parallelism in the OpenCL/CUDA model
Data layout transformations (structure of arrays to array of structures)
Loop unrolling
Loop tiling with efficient handling of boundary cases
Prefetching/copy optimizations
Instruction level parallelism
and many more
Loopy targets array-type computations, such as the following:
dense linear algebra,
convolutions,
n-body interactions,
PDE solvers, such as finite element, finite difference, and Fast-Multipole-type computations
It is not (and does not want to be) a general-purpose programming language.
Loopy is licensed under the liberal MIT license and free for commercial, academic, and private use. All of Loopy’s dependencies can be automatically installed from the package index after using:
pip install loopy
In addition, Loopy is compatible with and enhances pyopencl.
—
Places on the web related to Loopy:
Python package index (download releases)
Documentation (read how things work)
Github (get latest source code, file bugs)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file loopy-2024.1.tar.gz
.
File metadata
- Download URL: loopy-2024.1.tar.gz
- Upload date:
- Size: 621.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a063b668de8f2ada6f70f8db98865005a46608e7d2d54472f70028f059fc17 |
|
MD5 | 87cb69ccf8faa3b76ec3e1f7a3ea5ce5 |
|
BLAKE2b-256 | 24bcdae4f601cb201764e9e8f0ad0a1dd2a5c51f128370edd5ce0210c0a63148 |