Coder Social home page Coder Social logo

mdm-functional-simulator's Introduction

MDM-functional-simulator

This directory includes code for running MDM with a functional simulator to collect trace.

The directory GPGPUsim-generating-trace is developed from GPGPUsim to collect instruction/memory trace for GPU applications. You need first run the Simulator in the function simulation mode. The trace is like "interval_info_i.txt" and "memory_access_i.txt". I equals to the kernel id.

Then copy the trace to the model directory. The scripts to run the performance model is included in DRAM_run. We implement a script for sweeping different DRAM bandwidth in this directory. In particular, generate_L2_access.py is used to analyze memory trace and generate miss information. interval_warp_E_DRAM_sensitivity.py is the main MDM model script including interval analysis and MSHR/NOC/DRAM model.

Most important, you need to configure the parameter (#warps/SM, #SMs, NOC/DRAM bandwidth, core_frequency, latency, etc.)in generate_L2_access.py and interval_warp_E_DRAM_sensitivity.py to run your own hardware platforms. L1_cache and L2_cache are also needed to configure.

You can also use your own cache-simulator to run the memory trace.

The codes may still need more optimization for cleaning and efficiency.

Welcome to join this project! Also welcome to further extend the MDM model!

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.