COOKIES: By using this website you agree that we can place Google Analytics Cookies on your device for performance monitoring. |
University of Cambridge > Talks.cam > Microsoft Research Cambridge, public talks > Incremental Parallel and Distributed Systems
Incremental Parallel and Distributed SystemsAdd to your list(s) Download to your calendar using vCal
If you have a question about this talk, please contact Microsoft Research Cambridge Talks Admins. This event may be recorded and made available internally or externally via http://research.microsoft.com. Microsoft will own the copyright of any recordings made. If you do not wish to have your image/voice recorded please consider this before attending Many applications exhibit the property that small, localized changes to the input result in only minor changes to the output. Incremental computations seek to exploit this observation to speed-up successive runs of an application by tracking control and data dependencies, and re-executing only those parts of the computation that are affected by a given input change. To realize the benefits of incremental computation, researchers and practitioners are developing new systems where the programmer can provide efficient update mechanisms for changing application data. Unfortunately, most of the existing solutions are limiting because they either depart from existing programming models, or require programmers to devise an incremental update mechanism (or a dynamic algorithm) on a per-application basis. The high-level goal of my thesis research is to enable practical, automatic, and efficient incremental computations in parallel and distributed systems. My approach neither requires a radical departure from current models of programming nor complex, application-specific dynamic algorithms. In this talk, I will first present a high-level description of my thesis research. Thereafter, as a concrete example I will describe my recent project “iThreads”. iThreads is a POSIX -compliant threading library to support parallel incremental computation targeting unmodified C/C+ multithreaded programs. The iThreads library can be used as a drop-in replacement for the pthreads library, making it trivial to obtain the benefits of incremental computation by a simple exchange of libraries linked, without even recompiling the application code. To achieve this result, we design our algorithms and implementation to operate at the compiled binary code level by leveraging operating system-specific mechanisms. Our design choice of iThreads tries to strike a balance between efficiency of incremental computation and transparency for unmodified C/C+ pthreads-based programs. Our evaluation on a multicore platform using benchmarks from the PARSEC and Phoenix suites shows significant performance improvements for the majority of applications. This talk is part of the Microsoft Research Cambridge, public talks series. This talk is included in these lists:
Note that ex-directory lists are not shown. |
Other listsCUED Computer Vision Research Seminars Engineering - Mechanics and Materials Seminar Series Violence Research Center Chi Han Workshop MedSin CambridgeOther talksmTORC1 signaling coordinates different POMC neurons subpopulations to regulate feeding Cerebral organoids: modelling human brain development and tumorigenesis in stem cell derived 3D culture Solving the Reproducibility Crisis Simulating Electricity Prices: negative prices and auto-correlation Mass Spectrometry The Digital Doctor: Hope, Hype, and Harm at the Dawn of Medicine’s Computer Age 100 Problems around Scalar Curvature 70th Anniversary Celebration Investigating the Functional Anatomy of Motion Processing Pathways in the Human Brain ***PLEASE NOTE THIS SEMINAR IS CANCELLED*** C++ and the Standard Library |