The Northwest C++ Users Group is pleased to welcome Brad Bell as our speaker this month. Intentional Software is sponsoring our pizza for the meeting. Please join us for this meeting back in our regular room, at our regular time!
Time and Location:
March 21, 2012 at 7:00 PM, Microsoft Campus building 41/1511 (Townsend) (Building 41/1511 (Townsend))
Title:
A Multi-Core Algorithmic Differentiation Benchmarking System
Abstract:
Implementing code that is fast in a multi-core environment is one of the challenges of modern software engineering.
To meet this challenge, future Automatic Differentiation (AD) software will have to avoid excessive synchronization barriers between threads as well as manage memory efficiently.
This paper presents a benchmarking system that is being used as an aid in the development of the C++ AD software package CppAD.
Different threading systems, and different versions of this software package, are easily compared for speed of execution.
As an example of the importance of this benchmark testing, and how it has improved this software package, we compare the results for three versions of CppAD. These versions correspond to improvements in a general purpose C++ multi-threading memory allocator that is now part of the CppAD library.
Bio:
Dr. Bell received his BA in math and physics from Saint Lawrence University in 1973, his MA in mathematics from the University of Washington in 1976. and his Ph.D. in mathematics from the University of Washington in 1984. Currently he is employed by the Applied Physics Laboratory of the University of Washington. Much of his current work is in collaboration with the UW School of Public Health as a member of the The Institute for Health Metrics and Evaluation . He is also the project manager for the Coin-OR Algorithmic Differentiation project CppAD . His current research is focused on statistically motivated numerical methods for scientific modeling and data analysis. This includes: algorithmic differentiation, Kalman filtering and smoothing, stochastic function estimation (Tikhonov regularization), nonlinear mixed effects estimation, optimization, and monte-carlo simulation