Code Monkey home page Code Monkey logo

researchnote's Introduction

ResearchNote

Set up one repo to mark down readed paper

researchnote's People

Contributors

xqch1983 avatar

Watchers

 avatar  avatar

researchnote's Issues

QNNPACK: Open source library for optimized mobile deep learning

image
image

image

重要的文字描述:
The modified primitive loads MR elements of A and NR elements of B, and performs MRxNR multiply-accumulate operations. The maximum values of MR and NR are limited by the number of registers and other details of processor architecture. But on most modern systems, they are large enough to make the operation compute-bound, and all high-performance matrix-matrix multiplication implementations build upon this primitive, commonly called ### PDOT (panel dot product) microkernel.

High_Performance_Image_Processing_on_FPGAs

paper link: https://www.academia.edu/22937999/High_performance_image_processing_on_FPGAs
1 In each clock cycle the entire circuit executes, and an entire code block can
be viewed as one large, specialized instruction [7].

The SA-C compiler provides one-step compilation to host executable and FPGA configurations ,
这里的one step, 让我想起了 compiler 分为3种

    1. one pass compiler
    1. two pass compiler
    1. multiple pass compiler.

其中有一个图介绍编译器
image

Figure 1. SA-C Compilation system

After optimization, the program is convertedto a combination of low-level dataflow graphs(DFGs) and host code. DFGs are then compiledto VHDL code via Abstract Hardware Architec-ture (AHA) graphs. The VHDL code is synthe-sized and place-and-routed to FPGAs by commer-cial software tools

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.