Giter Club home page Giter Club logo

stm's Introduction

stm

EE382N Parallel Computer Architecture Course Project

In this project, we ask a fundamental question: when to choose between transactional memory and locks? Our intuition is that it is better to stall a thread if a transaction is doomed to aborted in the future.

We propose a two-level prediction scheme that predicts if a transaction will be aborted in the future. This allows dynamic adaption between transactional memory and locks during runtime.

The first level prediction is based on the (coarse-grained) abort ratio. If the abort ratio is low, we always allow the thread to enter the transaction for speculative execition. The second level prediction keeps track of (fine-grained) pairwise conflict history. If two transactions conflict before, they are very likely to conflict in the future, and therefore one has to wait until the other exists the transaction before it can enter.

We implement our algorithm in RSTM. We are able to achieve 17.2% performance improvement on STAMP benchmark over LLT for applications with high contention rate. We also design and evaluate potential hardware implementation of our algorithm. CACTI modeling results show that it is feasible to finish prediction in one cycle.

stm's People

Contributors

yuhao avatar

Stargazers

Albert Tavares de Almeida avatar

Watchers

James Cloos avatar  avatar Song Zhang 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.

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