Skip to content
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

Reorder the statement to subtract the old derivative value in assig op #733

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

vaithak
Copy link
Collaborator

@vaithak vaithak commented Jan 22, 2024

closes #650

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (93cc725) 94.60% compared to head (b38cd43) 94.60%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #733   +/-   ##
=======================================
  Coverage   94.60%   94.60%           
=======================================
  Files          49       49           
  Lines        7189     7190    +1     
=======================================
+ Hits         6801     6802    +1     
  Misses        388      388           
Files Coverage Δ
lib/Differentiator/ReverseModeVisitor.cpp 96.08% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
lib/Differentiator/ReverseModeVisitor.cpp 96.08% <100.00%> (+<0.01%) ⬆️

Copy link
Owner

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, however, let's merge after #688.

@vgvassilev
Copy link
Owner

Let's move forward here, @PetroZarytskyi will have to update the test one more time to capture the recent changes in #688.

@vgvassilev vgvassilev merged commit ae4b94f into vgvassilev:master Jan 25, 2024
81 checks passed
@vaithak vaithak deleted the bin-gradient-fix branch March 13, 2024 13:21
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.

Incorrect gradient generation
2 participants