Skip to content

Add struct types to Halide - #9416

Draft
alexreinking wants to merge 2 commits into
mainfrom
alexreinking/struct-types
Draft

alexreinking wants to merge 2 commits into
mainfrom
alexreinking/struct-types

Fix CI failures on struct-types branch

c5e23fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2026 in 1s

69.82% (-0.29%) compared to b6e8393

View this Pull Request on Codecov

69.82% (-0.29%) compared to b6e8393

Details

Codecov Report

❌ Patch coverage is 18.44262% with 398 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.82%. Comparing base (b6e8393) to head (c5e23fa).

Files with missing lines Patch % Lines
src/LowerStructTypes.cpp 19.76% 124 Missing and 10 partials ⚠️
src/IROperator.cpp 5.38% 123 Missing ⚠️
src/Type.cpp 25.00% 69 Missing and 12 partials ⚠️
src/Type.h 48.00% 9 Missing and 4 partials ⚠️
src/IRPrinter.cpp 0.00% 10 Missing and 2 partials ⚠️
src/IROperator.h 0.00% 7 Missing ⚠️
src/CodeGen_Vulkan_Dev.cpp 0.00% 4 Missing ⚠️
src/FuseGPUThreadLoops.cpp 0.00% 3 Missing and 1 partial ⚠️
src/runtime/HalideRuntime.h 0.00% 1 Missing and 2 partials ⚠️
src/CodeGen_C.cpp 77.77% 0 Missing and 2 partials ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9416      +/-   ##
==========================================
- Coverage   70.11%   69.82%   -0.29%     
==========================================
  Files         261      262       +1     
  Lines       79753    80179     +426     
  Branches    19441    19567     +126     
==========================================
+ Hits        55920    55988      +68     
- Misses      17987    18344     +357     
- Partials     5846     5847       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.