• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ponder-lab / Hybridize-Functions-Refactoring / #2276
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-739-6721f597b1febe25181379bb3e6a99b1f85dd4e0
DEFAULT BRANCH: main
Ran 02 Jul 2026 09:26PM UTC
Jobs 1
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jul 2026 09:22PM UTC coverage: 79.864% (+0.6%) from 79.286%
#2276

Pull #712

github

khatchad
Add audit-barren.sh: list barren candidates for a human accuracy pass

The barren precondition (issue 709) hard-blocks or de-hybridizes a candidate
that performs no tensor computation, so a false positive de-optimizes real
tensor code. This script surfaces the set to review: it runs the headless
evaluator with alwaysCheckTensorComputation on (populating functions.csv's
`tensor computation` column for every function, not only P1/P6 candidates),
then lists the tensor-parameter functions computed as barren, grouped by
subject with source locations.

Over the 6-subject corpus at Ariadne 0.52.10 it flags 19 candidates, of which
7 are false positives (six sub-layer-dispatch forward passes, #714; one
keras.backend case, #716) and 12 are genuinely barren (proto builders,
plotting, cv2, shape checks, distribution wrappers). It surfaced SSD.call,
which the failed-precondition CSV missed because it is not a P1/P6 blocker.

Refs #709.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC
Pull Request #712: Add benefit preconditions for barren functions

122 of 130 new or added lines in 5 files covered. (93.85%)

11 existing lines in 1 file now uncovered.

1757 of 2200 relevant lines covered (79.86%)

0.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
85.42
3.74% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Util.java
2
94.32
-0.06% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
2
70.65
0.24% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java

Coverage Regressions

Lines Coverage ∆ File
11
85.42
3.74% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Util.java
Jobs
ID Job ID Ran Files Coverage
1 #2276.1 02 Jul 2026 09:26PM UTC 32
79.86
Source Files on build #2276
  • Tree
  • List 32
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #712
  • PR Base - main (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc