Giter Club home page Giter Club logo

cmu-safari / gpgpusim-ramulator Goto Github PK

View Code? Open in Web Editor NEW
43.0 8.0 14.0 65.58 MB

The source code for GPGPUSim+Ramulator simulator. In this version, GPGPUSim uses Ramulator to simulate the DRAM. This simulator is used to produce some of the results in our SIGMETRICS 2019 paper: Ghose et al., "Demystifying Complex Workload-DRAM Interactions: An Experimental Study" at https://arxiv.org/pdf/1902.07609.pdf.

License: Other

Makefile 0.94% Python 3.93% C++ 86.55% C 6.61% Lex 0.93% Yacc 1.01% Shell 0.03%

gpgpusim-ramulator's Introduction

GPGPUSim+Ramulator

This reposity contains the source code of GPGPUSim integrated with Ramulator as a DRAM model.

GPGPU-Sim is a cycle-level simulator modeling contemporary graphics processing units (GPUs) running GPU computing workloads written in CUDA or OpenCL. The GPGPUSim+Ramulator simualtor is using GPGPU-Sim Simulator Version 3.2.2 http://www.ece.ubc.ca/~aamodt/papers/gpgpusim.ispass09.pdf

Ramulator is a fast and extensible DRAM simulator, with built-in support for modeling many different DRAM technologies, described in the IEEE CAL 2015 paper by Kim et al. at http://users.ece.cmu.edu/~omutlu/pub/ramulator_dram_simulator-ieee-cal15.pdf

This Simulator supports these DRAM standards:

  • DDR3 (2007), DDR4 (2012)
  • LPDDR3 (2012), LPDDR4 (2014)
  • GDDR5 (2009)
  • WIO (2011), WIO2 (2014)
  • HBM (2013)

Citation

Please cite the following paper if you find this simulation infrastructure useful:

S. Ghose, T. Li, N. Hajinazar, D. Senol Cali, and O. Mutlu, "Demystifying Complex Workload–DRAM Interactions: An Experimental Study", SIGMETRICS 2019.



BUILDING

  • This version requires a C++11 compiler (e.g., clang++, g++-5)
  • The process for compiling this version is identical to the process of compiling regular GPGPU-Sim, so first read the GPGPUSim's README file.


RUNING

  • In the gpgpusim.config file:

    • Set the gpgpu_ramulator_config to point to the address of the desired DRAM standard. (Supported DRAM standards are provided in Ramulator_configs directory).

    • Set the gpgpu_ramulator_cache_line_size to the desired L2 cache line size.

    • Adjust the gpgpu_dram_timing_opt acording to the desired DRAM standard.

    • In gpgpu_clock_domains, set the "DRAM Clock" acording to the desired DRAM standard.

  • The rest of the process for running this version is identical to the process for running regular GPGPU-Sim, so first read the GPGPUSim's README file.



Please send your questions to Nastaran Hajinazar at [email protected]

The current version of the simulator is provided as is, and should be treated as an alpha version.

gpgpusim-ramulator's People

Contributors

nhajinazar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gpgpusim-ramulator's Issues

gpgpusim+ramulator error

Hi
The following error occurred while executing the rodinia benchmark in gpgpusim + ramulator environment.
./shader.h:100: void shd_warp_t :: reset (): Assertion m_inst_in_pipeline == 0 'failed. The environment was run in a given GTX480 environment, gcc, g ++ version was run in 4.8.5, 4.8.4, and I had a problem both times. Rodinia was compiled in 4.4 because 4.7 or later was not supported. When gpgpusim is running, the following warning will appear: WARNING: Possible network deadlock, and finally ./shader.h:100: void shd_warp_t :: reset (): Assertion m_inst_in_pipeline == 0 'failed.
I would really appreciate it if you fix the error.

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.