Skip to main content

Aetherling: a DSL for compiling data-parallel programs to hardware accelerators.

Project description

Aetherling

Build Status

Overview

Aetherling is a library for creating statically scheduled, data-parallel pipelines in hardware. This is the Python backend of Aetherling. The fronted is in Haskell. The current overview of Aetherling is: https://github.com/David-Durst/embeddedHaskellAetherling/tree/master/theory.

Installation

  1. Install the following components in the proscribed order:
    1. CoreIR
      1. How to install: https://github.com/rdaly525/coreir/blob/master/INSTALL.md
    2. Fault
      1. How to install:
          git clone git@github.com:leonardt/fault.git
          cd fault
          pip install -e .
      
    3. Mantle
      1. This is a library of useful Magma components.
      2. How to install: https://github.com/phanrahan/mantle#setup
          git clone git@github.com:leonardt/fault.git
          cd fault
          pip install -e .
      
  2. Install Aetherling:
    git clone https://github.com/David-Durst/aetherling/
    cd aetherling
    pip install -e .
    
  3. Run the unit tests:
    pytest -s tests
    

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

aetherling-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

aetherling-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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