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

Add support for mod(remainder) op #728

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

ashokkumarkannan1
Copy link
Contributor

@ashokkumarkannan1 ashokkumarkannan1 commented Nov 18, 2024

Fixes #517
Fixes #710

TTNN directly supports remainder op and supported in TT-mlir ttir.remainder. Since TVM doesn't have remainder op, aten::remainder is mapped to tvm's mod op and this is mapped to Remainder op in Forge

@ashokkumarkannan1 ashokkumarkannan1 merged commit 8e94523 into main Nov 19, 2024
6 checks passed
@ashokkumarkannan1 ashokkumarkannan1 deleted the akannan/remainder_fix branch November 19, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants