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

[TKW] Add MinimumOp as an op for Quantized LLM and GenAI workload #344

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

NoumanAmir657
Copy link
Contributor

@NoumanAmir657 NoumanAmir657 commented Dec 17, 2024

The tkw.minimum(elementwise) is lowered into arith::MinimumFOp, arith::MinisIOp, and arith::MiniuIOp for floats, signed and unsigned integers respectively

Fixes: #339

@raikonenfnu raikonenfnu self-requested a review December 18, 2024 00:37
@NoumanAmir657
Copy link
Contributor Author

NoumanAmir657 commented Dec 19, 2024

@raikonenfnu Can you tell me why the CI may be failing? Does not seem related to the changes I did.

Edit: I rebased because I think the CI was failing due to and was fixed in #347

The tkw.minimum(elementwise) is lowered into arith::MinimumFOp, arith::MinisIOp, and arith::MiniuIOp for floats, signed and unsigned integers respectively

Signed-off-by: nouman-10x <[email protected]>
Signed-off-by: nouman-10x <[email protected]>
@raikonenfnu
Copy link
Contributor

@NoumanAmir657 Our e2e runner can runs weird sometimes, we are looking into it

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.

Add support for tkw.minimum (elementwise/ arith::MinimumFOp)
2 participants