8000 ttir-builder and tests updates/clean-up by jgrimTT · Pull Request #3684 · tenstorrent/tt-mlir · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ttir-builder and tests updates/clean-up #3684

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

Merged
merged 5 commits into from
Jun 6, 2025
Merged

ttir-builder and tests updates/clean-up #3684

merged 5 commits into from
Jun 6, 2025

Conversation

jgrimTT
Copy link
Contributor
@jgrimTT jgrimTT commented Jun 4, 2025

Ticket

No issue, just changing a few tests and cleaning up.

Problem description

test_ttir_ops.py needed updating.

What's changed

ttir.prod: no longer throwing device datatype mismatch, failing golden, added to pcc errors issue
ttir.upsample2d: no longer throwing device datatype mismatch, throwing new error: program-level output doesn't match golden shape! golden_shape=torch.Size([10, 64, 64, 12]), output_shape=torch.Size([10, 128, 128, 3])
ttir.embedding: Changed test datatypes, only float32, int32, and unsigned ints are currently supported for golden comparisons. Now failing PCC
ttir.update_cache: Changed test datatypes, only float32, int32, and unsigned ints are currently supported for golden comparisons. Now throwing error: Statically allocated circular buffers on core range [(x=0,y=0) - (x=7,y=3)] grow to 2587616 B which is beyond max L1 size of 1499136 B
ttir.get_dimension_size: no longer throwing device datatype mismatch, now failing PCC
ttir.argmax: Only supports last dimension, removed a test, now failing PCC
ttir.typecast: Changed test datatypes, PCC errors were because pytorch provides limited support for unsigned datatypes
ttir.where: Changed test datatypes, doesn't support int8, now passes

Checklist

  • New/Existing tests provide coverage for changes

@jgrimTT jgrimTT requested review from ctodTT and tapspatel as code owners June 4, 2025 22:15
@codecov-commenter
Copy link
codecov-commenter commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.59%. Comparing base (af677fd) to head (3ed3161).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3684      +/-   ##
==========================================
- Coverage   72.66%   72.59%   -0.08%     
==========================================
  Files         211      211              
  Lines       28997    28997              
==========================================
- Hits        21070    21049      -21     
- Misses       7927     7948      +21     

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

@jgrimTT jgrimTT enabled auto-merge (squash) June 6, 2025 21:03
@jgrimTT jgrimTT disabled auto-merge June 6, 2025 21:21
@jgrimTT jgrimTT merged commit 9eb8ee1 into main Jun 6, 2025
61 checks passed
@jgrimTT jgrimTT deleted the jgrim/builder_update branch June 6, 2025 22:42
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.

4 participants
0