Git Product home page Git Product logo

tongxins's Projects

cache-replacement-policies-in-gem5 icon cache-replacement-policies-in-gem5

This repository contains patches written in C++ and python for implementation of LIP, BIP, DIP and SRRIP cache replacement policies in gem5. It also contains implementation of Victim Caches. gem5 is an open source simulator for Computer Architecture research. These "diff" patches can be directly applied to gem5 2012 version.

gem5 icon gem5

Modified gem5 with new, machine learning based cache management policy

impica icon impica

This is a processing-in-memory simulator which models 3D-stacked memory within gem5. Also includes the workloads used for IMPICA (In-Memory PoInter Chasing Accelerator), an ICCD 2016 paper by Hsieh et al. at https://users.ece.cmu.edu/~omutlu/pub/in-memory-pointer-chasing-accelerator_iccd16.pdf

nvpage icon nvpage

The non-volatile memory such as PCM or NV-DIMM is coming. It makes possible that persistent data can be accessed in dram way. However, the current design of linux (page cache, no distinguish between dram and pram) will make trouble: software overhead and resouce usage. So it is necessary to make future OS support persistent ram by using a new foundational mechanism, which is the target of Project NVPage. In this project, we divide page to V-Page and NV-Page which can be recovered during reboot. There are two featrue we provided: 1. Kernal programmer only need declare a page as the NV-Page, and the recover work during reboot is transparent. 2. Kernal programmer only need declare a set of NV-Page increasingly when the set state is legal, the work to maintain consistency during power exception is transparent. The code of project consist of two part: one is modified Gem5 to support pram and the other one is modified linux kernal to support NV-Page.

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.