vix.ing · top · new · best · stats · spec

Enabling user-driven Checkpointing strategies in Reverse-mode Automatic Differentiation

2006/06/09 by Laurent Hascoët, Hascoet, Laurent, Mauricio Araya–Polo +1 · 1 citation
Computer Science · Mathematics · #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Formal Methods in Verification #Numerical methods for differential equations #Parallel Computing and Optimization Techniques

paper · pdf · doi:10.48550/arxiv.cs/0606042

openalex publication_date 2006/06/09 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/04

Abstract

This paper presents a new functionality of the Automatic Differentiation (AD) tool Tapenade. Tapenade generates adjoint codes which are widely used for optimization or inverse problems. Unfortunately, for large applications the adjoint code demands a great deal of memory, because it needs to store a large set of intermediates values. To cope with that problem, Tapenade implements a sub-optimal version of a technique called checkpointing, which is a trade-off between storage and recomputation. Our long-term goal is to provide an optimal checkpointing strategy for every code, not yet achieved by any AD tool. Towards that goal, we first introduce modifications in Tapenade in order to give the user the choice to select the checkpointing strategy most suitable for their code. Second, we conduct experiments in real-size scientific codes in order to gather hints that help us to deduce an optimal checkpointing strategy. Some of the experimental results show memory savings up to 35% and execution time up to 90%.

Cited by

Related