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

[TIR] Support narrow dtype for let binding #16947

Merged
merged 1 commit into from
May 6, 2024

Conversation

Hzfengsy
Copy link
Member

The current pass ForceNarrowIndexToI32 fails to narrow dtype for let binding. This PR fixes the issue.

BTW, this PR addresses the comments in #16934

cc @tqchen @Lunderberg

@github-actions github-actions bot requested review from Lunderberg and tqchen April 28, 2024 07:31
@Hzfengsy Hzfengsy force-pushed the fix_narrow_dtype branch 2 times, most recently from 8c229e2 to 2acc672 Compare May 1, 2024 05:40
The current pass `ForceNarrowIndexToI32` fails to narrow dtype for let
binding. This PR fixes the issue.

BTW, this PR addresses the comments in apache#16934
@Hzfengsy Hzfengsy force-pushed the fix_narrow_dtype branch from 2acc672 to 92399a7 Compare May 5, 2024 12:02
@Hzfengsy
Copy link
Member Author

Hzfengsy commented May 6, 2024

Would be great if you guys can help review this one

@tqchen tqchen merged commit 28d32b5 into apache:main May 6, 2024
18 checks passed
@Hzfengsy Hzfengsy deleted the fix_narrow_dtype branch May 10, 2024 06:46
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