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

Avoid toggling codegen. #1116

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Avoid toggling codegen. #1116

merged 2 commits into from
Dec 8, 2023

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Dec 8, 2023

The strategy for toggling on codegen seems to be to do it in the top-level function. These aren't or don't contain any code that recurses down the tree. Toggling codegen here seems either pointless or harmful. Hence, the proposal to not toggle codegen here.

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b6801af) 88.24% compared to head (1a22182) 88.26%.

Files Patch % Lines
src/codegen/codegen_neuron_cpp_visitor.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1116      +/-   ##
==========================================
+ Coverage   88.24%   88.26%   +0.02%     
==========================================
  Files         175      175              
  Lines       12960    12952       -8     
==========================================
- Hits        11436    11432       -4     
+ Misses       1524     1520       -4     

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

@1uc 1uc marked this pull request as ready for review December 8, 2023 11:58
@1uc 1uc merged commit 1b60785 into master Dec 8, 2023
18 checks passed
@1uc 1uc deleted the 1uc/avoid-codegen-toggling branch December 8, 2023 11:58
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