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: (dmp) Fix small mistake in decomp swaps generation #1405

Merged
merged 1 commit into from Aug 3, 2023

Conversation

AntonLydike
Copy link
Collaborator

This was a tiny bug with big implications on correctness, I'm a bit sad we didn't catch it earlier...

This basically put an x-coordinate where a y-coordinate was expected. Not good.

@AntonLydike AntonLydike added the transformations Changes or adds a transformatio label Aug 3, 2023
@AntonLydike AntonLydike self-assigned this Aug 3, 2023
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (04809ea) 90.03% compared to head (1944fbc) 90.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1405   +/-   ##
=======================================
  Coverage   90.03%   90.03%           
=======================================
  Files         211      211           
  Lines       26265    26265           
  Branches     3902     3902           
=======================================
  Hits        23648    23648           
  Misses       2004     2004           
  Partials      613      613           
Files Changed Coverage Δ
xdsl/transforms/experimental/dmp/decompositions.py 53.70% <ø> (ø)

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

@AntonLydike AntonLydike merged commit 343f375 into main Aug 3, 2023
10 checks passed
@AntonLydike AntonLydike deleted the anton/anton-fix-decomp branch August 3, 2023 12:39
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.

None yet

3 participants