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

Add inference_triggers #159

Merged
merged 2 commits into from
Dec 19, 2020
Merged

Add inference_triggers #159

merged 2 commits into from
Dec 19, 2020

Conversation

timholy
Copy link
Owner

@timholy timholy commented Nov 27, 2020

This adds a lot of exports, but the analysis of the callees and callers at breaks
in inference chains is fairly complicated. These utilities streamline the analysis.

This requires JuliaLang/julia#38566

@timholy
Copy link
Owner Author

timholy commented Nov 30, 2020

Note when I fix merge conflicts I'll rename accumulate_by_callsite to accumulate_by_source, making it another method of the function introduced in #152.

This adds a lot of exports, but the analysis of the callees and callers at breaks
in inference chains is fairly complicated. These utilities streamline the analysis.
A key insight is that time is irrelevant, it's more the number of
times that you get an inference trigger per callsite that matters.
@timholy timholy force-pushed the teh/inference_breaks branch from 197cab4 to f5873ad Compare December 19, 2020 13:36
@timholy timholy changed the title Add inference_breaks Add inference_triggers Dec 19, 2020
@timholy timholy merged commit 9e8183e into master Dec 19, 2020
@timholy timholy deleted the teh/inference_breaks branch December 19, 2020 14: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.

1 participant