-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ckp: Checkpointing update #1774
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1774 +/- ##
==========================================
- Coverage 89.47% 89.45% -0.02%
==========================================
Files 208 209 +1
Lines 33932 33934 +2
Branches 4408 4404 -4
==========================================
- Hits 30361 30357 -4
- Misses 3074 3081 +7
+ Partials 497 496 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add CheckpointOperator to the user API by adding it to devito/__init__.py
I have now added the two classes to the user-facing API and updated all examples. I tried to squash the commits but that merge in the middle sent me into git hell for a bit. I quickly reverted and gave up on giving you a clean commit history :) |
CheckpointOperator
object to reduce the overhead of argument processing every time the operator is called.