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

Refactor core loop logic and add nested loop tests #1089

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

sinkingsugar
Copy link
Member

Refactor loop structures in core module to improve readability and efficiency. Introduce finite and infinite loop handling with separate logic paths. Modify math module to simplify activation return flow. Add nested loop performance test script. Update .gitignore to exclude profile.json.

Refactor loop structures in core module to improve readability and efficiency. Introduce finite and infinite loop handling with separate logic paths. Modify math module to simplify activation return flow. Add nested loop performance test script. Update .gitignore to exclude profile.json.
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.14%. Comparing base (bfb7978) to head (cc79d02).
Report is 2 commits behind head on devel.

Files with missing lines Patch % Lines
shards/modules/core/core.hpp 79.31% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #1089      +/-   ##
==========================================
- Coverage   81.15%   81.14%   -0.01%     
==========================================
  Files         358      358              
  Lines       61719    61724       +5     
==========================================
  Hits        50088    50088              
- Misses      11631    11636       +5     

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

@sinkingsugar sinkingsugar merged commit 9aee28a into devel Nov 29, 2024
20 checks passed
@sinkingsugar sinkingsugar deleted the gio/daily branch November 29, 2024 05:43
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