Skip to content
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

transforms: (stencil-tensorize-z-dimension) use DenseIntOrFPElementsAttr constructor #3718

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

jorendumoulin
Copy link
Collaborator

such that the representation of the attribute can change without affecting this transformation.

To allow for this, the type check is_tensor needs to be a bit more restrictive, to only allow TensorType[IndexType|IntegerType|AnyFloat]

…ttr constructor

make indextype dense

further wip

wip

wip: make indextype dense

further wip

wip

typo

normalize integers

s

fix print_csl

fixes

fix pyright issues

s

resolve reviewer comments

update to other pr

revert stencil pass change
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.31%. Comparing base (a0d424d) to head (f9d4a14).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3718   +/-   ##
=======================================
  Coverage   91.31%   91.31%           
=======================================
  Files         468      468           
  Lines       58546    58548    +2     
  Branches     5652     5652           
=======================================
+ Hits        53463    53465    +2     
  Misses       3631     3631           
  Partials     1452     1452           

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

@jorendumoulin jorendumoulin merged commit a8d5552 into main Jan 7, 2025
16 checks passed
@jorendumoulin jorendumoulin deleted the joren/stencil-transform-dense branch January 7, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants