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

[Transform][AnyWidthInteger] Fix issues with float type arg #189

Merged
merged 3 commits into from
Jul 23, 2023

Conversation

zzzDavid
Copy link
Collaborator

The previous implementation assumed all args and return types are mermef types. This PR fixes the AnyWidthInteger pass to skip cases with non-memref type args and return operands.

The AnyWidthInteger pass was added to convert all integer type memref to i64 memref. After cornell-zhang/heterocl#493 is added, I will remove this pass.

@zzzDavid zzzDavid requested a review from chhzh123 July 23, 2023 18:04
Copy link
Member

@chhzh123 chhzh123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zzzDavid zzzDavid merged commit 2fdcd51 into cornell-zhang:main Jul 23, 2023
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.

2 participants