Skip to content

Releases: firedrakeproject/checkpoint_schedules

v1.0.4

24 Oct 15:20
3bcdc03
Compare
Choose a tag to compare
  • Update to published paper that proposes the MixedCheckPointSchedule.
  • MixedCheckPointSchedule refactoring.

v1.0.3

14 Mar 10:22
d86027c
Compare
Choose a tag to compare
  • Inclusion of an example of checkpoint_schedules usage in an adjoint-based gradient problem.

  • Contributions of all the authors are more explicit by introducing an author contribution section in the paper, and by adding copyright headers with accurate authorship information to all of the source files.

checkpoint_schedules v1.0

28 Sep 06:46
1a4bc66
Compare
Choose a tag to compare

For publication in Zenodo

checkpointing_schedules provides schedules for step-based incremental checkpointing of the adjoints to computer models. The schedules contain instructions indicating the sequence of forward and adjoint steps to be executed and the data storage and retrieval to be performed. These instructions are independent of the model implementation, which enables the model authors to switch between checkpointing algorithms without recoding. Conversely, checkpointing_schedules provides developers of checkpointing algorithms with a direct mechanism to convey their work to model authors.

The complete documentation for checkpoint_schedules is available at https://www.firedrakeproject.org/checkpoint_schedules/

v0.0.9

24 Aug 14:17
Compare
Choose a tag to compare

First release.