Skip to content

Bug fix in chunk-size controlled AD #36

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

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Bug fix in chunk-size controlled AD #36

merged 1 commit into from
Jun 27, 2019

Conversation

pkj-m
Copy link
Contributor

@pkj-m pkj-m commented Jun 27, 2019

Fixed a logical bug present in the code which
led to the program iterating over any
added paddings at the end of the last chunk, and
rewriting the values in the original Jacobian due
to the buggy color_i wrapping condition.

Also modified code for non-sparse compressed matrices
to avoid using color_i variable completely.

Fixed a logical bug present in the code which
led to the program iterating over any
added paddings at the end of the last chunk, and
rewriting the values in the original Jacobian due
to the buggy color_i wrapping condition.

Also modified code for non-sparse compressed matrices
to avoid using color_i variable completely.
@ChrisRackauckas ChrisRackauckas merged commit efaa47b into master Jun 27, 2019
@pkj-m pkj-m deleted the bug-fix branch June 27, 2019 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants