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

GNNE-1891 Shape bucket opt #1040

Merged
merged 110 commits into from
Aug 18, 2023
Merged

GNNE-1891 Shape bucket opt #1040

merged 110 commits into from
Aug 18, 2023

Conversation

FusionBolt
Copy link
Contributor

@FusionBolt FusionBolt commented Aug 7, 2023

  • add ShapeExpr op
  • fix shape expr
  • add more checker
  • support multi user to fusion
  • support merge fusion in tuple
  • support merge more op to fusion
  • support rebuild dynamic bucket fusion
  • refactor ShapeBucket

@FusionBolt FusionBolt changed the title Shape bucket opt GNNE-1891 Shape bucket opt Aug 7, 2023
@github-actions
Copy link

github-actions bot commented Aug 18, 2023

Test Results

5 480 tests  ±0   5 480 ✔️ ±0   14m 45s ⏱️ + 2m 23s
       5 suites ±0          0 💤 ±0 
       5 files   ±0          0 ±0 

Results for commit 4b59fd1. ± Comparison against base commit 2f10458.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage: 63.64% and project coverage change: +0.93% 🎉

Comparison is base (2f10458) 78.49% compared to head (4b59fd1) 79.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1040      +/-   ##
==========================================
+ Coverage   78.49%   79.42%   +0.93%     
==========================================
  Files         641      658      +17     
  Lines       22020    23157    +1137     
==========================================
+ Hits        17284    18393    +1109     
- Misses       4736     4764      +28     
Flag Coverage Δ
integration 41.33% <6.77%> (-1.93%) ⬇️
unit 72.30% <61.40%> (+1.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...odules.StackVM/CodeGen/StackVM/CodeGenVisitor.g.cs 68.50% <0.00%> (-3.17%) ⬇️
src/Nncase.Core/CostModel/Cost.cs 83.07% <0.00%> (-2.64%) ⬇️
src/Nncase.Core/IR/ShapeExpr/Conv2DShape.cs 0.00% <0.00%> (ø)
...c/Nncase.Core/IR/ShapeExpr/Conv2DTransposeShape.cs 0.00% <0.00%> (ø)
src/Nncase.Evaluator/CostEvaluateProvider.cs 50.00% <0.00%> (ø)
src/Nncase.Evaluator/EvaluateProvider.cs 80.95% <0.00%> (-8.53%) ⬇️
src/Nncase.Evaluator/Math/Reduce.cs 42.66% <0.00%> (-2.41%) ⬇️
src/Nncase.Evaluator/MetricEvaluateProvider.cs 23.07% <0.00%> (ø)
src/Nncase.Evaluator/NN/Conv2D.cs 67.27% <0.00%> (+3.47%) ⬆️
src/Nncase.Evaluator/NN/Conv2DTranspose.cs 63.46% <0.00%> (ø)
... and 43 more

... and 10 files with indirect coverage changes

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

@FusionBolt FusionBolt merged commit 9026361 into master Aug 18, 2023
@FusionBolt FusionBolt deleted the shape-bucket-opt branch August 18, 2023 05:35
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