Skip to content

Overwrite matrix with n300 board results (51,680 configs / 358 ops)#12

Closed
Aswinmcw wants to merge 1 commit into
mainfrom
data/adopt-n300-board
Closed

Overwrite matrix with n300 board results (51,680 configs / 358 ops)#12
Aswinmcw wants to merge 1 commit into
mainfrom
data/adopt-n300-board

Conversation

@Aswinmcw

@Aswinmcw Aswinmcw commented Jul 3, 2026

Copy link
Copy Markdown
Member

Adopts the n300 probe results as the live dataset. n150 and n300 are treated as the same dataset — this is a straight results overwrite, not a board or schema change.

What changed

  • eltwise_support_matrix.csv ← n300 results
  • history/eltwise_support_matrix_2026-07-03.csv ← n300 results (kept identical to main so the compute_changes() invariant holds)
  • Earlier history snapshots (06-28 … 07-02) left untouched.

Dataset delta

before after
rows 46,960 51,680
ops 299 358
statuses PASS/PCC_FAIL/ERROR + NO_GOLDEN (605)

The op count grows because binary ops carry the operand-pairing variant already merged in #7addadd TS (tensor·scalar) + add TT (tensor·tensor). Same 10-column schema, same dtype/layout/mem/broadcast axes.

Verification

  • process.py builds data.js; reconciles: statusCounts sum == meta.total == rows == 51,680
  • Full npm run check green (data integrity + code + lint) ✅
  • Broadcast axis intact; TS ops correctly single-mode; space-containing op names flow through with no escaping needed.

🤖 Generated with Claude Code

Replace the main CSV and the latest (07-03) history snapshot with the n300
probe results. n150 and n300 are treated as the same dataset — this is a
straight results overwrite, not a board/schema switch. Same 10-column schema,
same axes. The run adds the tensor-scalar (TS) / tensor-tensor (TT) binary
variants already merged in #7, taking the sweep to 51,680 configs / 358 ops
(from 46,960 / 299), and surfaces 605 NO_GOLDEN configs (TS comparison/logical
ops with no golden reference).

Only these two files change (07-03 kept == main to preserve the compute_changes
invariant); earlier history snapshots are left as-is. Verified: process.py
builds + data.js reconciles (51,680 == meta.total == statusCounts sum), all
check suites green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Aswinmcw Aswinmcw requested review from a team and Aswin-coder as code owners July 3, 2026 10:25

@Aswincloud-Bot Aswincloud-Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: @Aswinmcw is a member of @Aswincloud/admins.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ttnn-ops-coverage 3bec07c Commit Preview URL

Branch Preview URL
Jul 03 2026, 10:25 AM

@Aswinmcw Aswinmcw added this pull request to the merge queue Jul 3, 2026
@Aswinmcw Aswinmcw removed this pull request from the merge queue due to a manual request Jul 3, 2026
@Aswinmcw

Aswinmcw commented Jul 3, 2026

Copy link
Copy Markdown
Member Author

Superseded by the corrected n300 CSV (NO_GOLDEN configs resolved) — see the new PR.

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.

3 participants