Coder Social home page Coder Social logo

performance_estimation's Introduction

Performance Estimation

Performance estimation exercises using machine learning

Contents

  • gemm_runtime_estimation/
    • gemm_nn.c: A dummy matrix multiply code with variable input sizes M, N, and K
    • sample.csv: A set of profiling results after running gemm_nn with different inputs
    • estimation_models.ipynb: A jupyter notebook with examples to train ML models that predict data in sample.csv
  • cnn_mapping/
    • monte_carlo_tree_search.py: A minimal implementation of MCTS imported from [1]
    • tictactoe.py: An example application of MCTS imported from [1]
    • simulate_yolov3: A class that estimates computation and communication runtime of a yolov3 tiny CNN running on two processors
    • map_yolo.py: A class that implements the MCTS Node class for the simulate_yolov3 file

References

[1] Luke Harold Miles, monte_carlo_tree_search.py, Github Gist, https://gist.github.com/qpwo/c538c6f73727e254fdc7fab81024f6e1

Contact

If you have questions or suggestions about this repository, or a problem running examples, you can contact Susy at [email protected]

performance_estimation's People

Contributors

qpwo avatar esalcort avatar

Watchers

 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.

  • 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.