Giter VIP home page Giter VIP logo

csci_596_final_project's Introduction

USC CSCI 596 Final Project -- Espresso-GPU

USCID Email Name
4014212838 [email protected] Arash Fayyazi

1. Motivation - NullaNet 1

  • Low-latency inference
    Inference without reading parameters off memory → More efficient hardware implementation
  • Scalability issues
    Different architectures for each neuron → Use truth table as a unique signature or constrain parameters during training

    Large number of inputs → Exponential growth of combinations

2. ESPRESSO

Logic minimization is the process of finding a functionally-equivalent representation of a given logic circuit with the goal of reducing area, delay, and/or power consumption. ESPRESSO-II, which was developed in 1982 2, is the most popular two-level logic minimization algorithm.

3. GPU-ESPRESSO

Our work relies on ESPRESSO-II for minimization of sparse incompletely specified functions and implements a GPU version of ESPRESSO-II which is two orders of magnitude faster than ESPRESSO. We will use CUDA for the implementation.

4. Future work

We will explore which loops can be parallelized on GPUs, the benefits of parallelizing those loops and then sort them, and the details of how parallelization can be achieved.

5. Installation (current version)

$ chmod +x configure
$ /bin/bash ./configure
$ make
$ sudo make install

6. Run (current version)

$ espresso -t <pla_file>

7. Acknowledgements

This distribution is just a reworked version of the c. 1989 Berkeley espresso source code. All kudos to the original authors.

8. Sources

  1. Mahdi Nazemi, Ghasem Pasandi, and Massoud Pedram. 2019. Energy-efficient, low-latency realization of neural networks through boolean logic minimization. In Proceedings of the 24th Asia and South Pacific Design Automation Conference (ASPDAC '19). Association for Computing Machinery, New York, NY, USA, 274–279. DOI:https://doi.org/10.1145/3287624.3287722
  2. R. K. Brayton, G. D. Hachtel, C. T. McMullen, and A. L. Sangiovanni-Vincentelli,Logic Minimization Algorithms for VLSI Synthesis, ser. TheKluwer International Series in Engineering and Computer Science. Springer,1984, vol. 2. [Online]. Available: https://doi.org/10.1007/978-1-4613-2821-6

csci_596_final_project's People

Contributors

arash1902 avatar

Watchers

James Cloos avatar  avatar

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.