Coder Social home page Coder Social logo

codelets.src's Introduction

Welcome to GeneSys!

The GeneSys compiler uses an embedded architecture description language to create a Hierarchical Architecture Graph for flexibly compiling mg-DFGs to different architectures. The GeneSys architecture uses a systolic array centric approach that forms the core convolution engine for implementing DNN algorithms, and can be customized to run a range of standard DNN topologies.

This document will help you get up and running.

Step 0: Check prerequisites

The following dependencies must be met by your system:

  • python >= 3.7 (For PEP 560 support)

Step 1: Clone the Codelets Src code

$ git clone --recurse-submodules https://github.com/he-actlab/codelets.src
$ cd codelets.src

Step 2: Create a Python virtualenv

Note: You may choose to skip this step if you are doing a system-wide install for multiple users. Please DO NOT skip this step if you are installing for personal use and/or you are a developer.

$ python -m venv general
$ source general/bin/activate
$ python -m pip install pip --upgrade

Step 3: Install GeneSys

If you already have a working installation of Python 3.7 or Python 3.8, the easiest way to install GeneSys is:

$ pip install -e .

Step 4: Compile a benchmark using GeneSys

You can compile a GeneSys benchmark by running the following commands, where <benchmark_name> is one of resnet18, resnet50, or maskrcnn and <output_type> is either "simulation" or "instructions", depending on whether or not the goal is to simulate the compiled output or generate executable instructions:

$ python genesys/benchmarks/run_benchmark.py --benchmark <benchmark_name> --output_type <output_type>

codelets.src's People

Contributors

skinzer avatar lite-david avatar bhahn221 avatar christopherpriebe avatar

Stargazers

JaeyongJang avatar Hojoon Kim avatar Cai Yu avatar Jinwoo Hwang avatar

Watchers

Hadi Esmaeilzadeh avatar Joon Kyung Kim avatar Prannoy Pilligundla avatar  avatar

Forkers

jaehongcs20

codelets.src's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.