Skip to main content

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.


Places on the web related to Loopy:


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)

  • Loopy 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 loo.py

In addition, Loopy is compatible with and enhances pyopencl.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loo.py-2016.2.tar.gz (345.2 kB view details)

Uploaded Source

File details

Details for the file loo.py-2016.2.tar.gz.

File metadata

  • Download URL: loo.py-2016.2.tar.gz
  • Upload date:
  • Size: 345.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for loo.py-2016.2.tar.gz
Algorithm Hash digest
SHA256 828c2afc56a50abb8d1c25e0944fd0b2de874e706c4e010acba03503e92e0792
MD5 bc802f5e96872b3df51b6b83c0aa7ca2
BLAKE2b-256 3fcfc46ec0b3eb2939c484f38513e4440bf3308127285e40fa987224c8ed36ed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page