GithubHelp home page GithubHelp logo

rdaly525 / metamapper Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 2.0 951 KB

Creating Mappers (synthesis tools) for CoreIR

License: BSD 3-Clause "New" or "Revised" License

Python 99.69% Makefile 0.08% C++ 0.23%

metamapper's Introduction

Build Status

MetaMapper

Creating Mappers (synthesis tools) for CoreIR

metamapper's People

Contributors

jack-melchert avatar rdaly525 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

metamapper's Issues

Add ability to reconstruct the instruction from mapped json file

Once the application is mapped, there is no way to reconstruct the peak instruction from the mapped json file.

It would be great to add the ability to reconstruct the instruction since consumers other than the the one that generated the json can infer the application data. However, if this kind of behavior is intentional for some reasons, feel free to close the issue. I think I can do some hacks with the debug string.

WebAssembly to CoreiR

Hi @rdaly525,

My name is Guilherme and I am a PhD student at UFSCar (Brazil). I'm investigating ways to transform webassembly into CoreIR. Can your tool perform this operation?

My goal is to apply subgraph mining in WASM applications using GraMi. So, I think I'll need a CoreIR as input to GraMi.

Create a database for mapping result

The mapping takes multiple minutes per mapping on my local machine. Can you create a sqlite3 database after the mapping and publish it as a release file so that the downstream flow can use it? Ideally the PD tools can update the database with more accurate energy cost so that the mapper can choose how to map the op.

Retiming

We will need to ensure that operations that have non-zero latency are mapped properly. Other paths in the fabric must match the delay of operations that are a higher latency (e.g. ROM, floating point math).

Task List

  • Figure out a plan to pass semantic information from Halide to CoreIR (What is Data, what is Valid, what is reset)
  • There is an issue with getting into random states after configuration. Need to replace control registers to reset-able registers.
  • Write a plan for how to specify pipelining/retiming

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.