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

Fix pure reduce expansion for squeezed output memlets. #1709

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

pratyai
Copy link
Collaborator

@pratyai pratyai commented Oct 25, 2024

It was producing wrong indices for the initialization kernel, which would not work for some simple valid SDFGs (see the demo in the test).

comparing it to "pure-seq" reduce expansion as a reference (and by
inspecting the arrays manually).

This test should be failing currently.
@pratyai pratyai requested review from tbennun and acalotoiu October 25, 2024 12:59
@pratyai pratyai marked this pull request as ready for review October 28, 2024 13:03
tests/library/reduce_test.py Outdated Show resolved Hide resolved
@pratyai pratyai changed the title Fix a bug in the ExpandReducePure Fix pure reduce expansion for squeezed output memlets. Oct 29, 2024
@pratyai pratyai requested a review from tbennun October 29, 2024 22:09
@phschaad phschaad added this pull request to the merge queue Nov 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Nov 7, 2024
@phschaad phschaad added this pull request to the merge queue Nov 7, 2024
Merged via the queue into spcl:main with commit d295a62 Nov 7, 2024
10 checks passed
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