Overwrite matrix with n300 board results (51,680 configs / 358 ops)#12
Closed
Aswinmcw wants to merge 1 commit into
Closed
Overwrite matrix with n300 board results (51,680 configs / 358 ops)#12Aswinmcw wants to merge 1 commit into
Aswinmcw wants to merge 1 commit into
Conversation
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>
Aswincloud-Bot
approved these changes
Jul 3, 2026
Aswincloud-Bot
left a comment
There was a problem hiding this comment.
Auto-approved: @Aswinmcw is a member of @Aswincloud/admins.
Deploying with
|
| 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 |
Member
Author
|
Superseded by the corrected n300 CSV (NO_GOLDEN configs resolved) — see the new PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 resultshistory/eltwise_support_matrix_2026-07-03.csv← n300 results (kept identical to main so thecompute_changes()invariant holds)Dataset delta
The op count grows because binary ops carry the operand-pairing variant already merged in #7 —
add→add TS(tensor·scalar) +add TT(tensor·tensor). Same 10-column schema, same dtype/layout/mem/broadcast axes.Verification
process.pybuildsdata.js; reconciles:statusCounts sum == meta.total == rows == 51,680✅npm run checkgreen (data integrity + code + lint) ✅🤖 Generated with Claude Code