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

Break recursion #579

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Break recursion #579

wants to merge 1 commit into from

Conversation

wsmoses
Copy link

@wsmoses wsmoses commented Nov 4, 2024

No description provided.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.04%. Comparing base (07cf4a6) to head (dac0229).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #579      +/-   ##
==========================================
+ Coverage   84.00%   84.04%   +0.03%     
==========================================
  Files          12       12              
  Lines        9172     9174       +2     
==========================================
+ Hits         7705     7710       +5     
+ Misses       1467     1464       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dkarrasch
Copy link
Member

Is there a (simple) case that triggered indefinite recursion? Perhaps, we should add that as a test?

@wsmoses
Copy link
Author

wsmoses commented Nov 5, 2024

Extremely not reduced, but EnzymeAD/Enzyme.jl#1134

The issue was introduced by c402d09

cc @gbaraldi and @vtjnash who discussed soltuions with me yesterday

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