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

[Arith]: Quarter Wide Int Conversion Pass #1212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WoutLegiest
Copy link
Collaborator

Conversion pass to lower 32b arith operations to tensor 4x8b operations.
Currently Supported operations:

  • Additon
  • 32b Multiplication
  • 64 Multiplicatation
  • arith.constant
  • arith.ExtSi

Do I need to write more tests?

lib/Dialect/Arith/Transforms/BUILD Outdated Show resolved Hide resolved
lib/Dialect/Arith/Transforms/QuarterWideInt.cpp Outdated Show resolved Hide resolved
lib/Dialect/Arith/Transforms/QuarterWideInt.cpp Outdated Show resolved Hide resolved
lib/Dialect/Arith/Transforms/QuarterWideInt.cpp Outdated Show resolved Hide resolved
lib/Dialect/Arith/Transforms/QuarterWideInt.cpp Outdated Show resolved Hide resolved
lib/Dialect/Arith/Transforms/QuarterWideInt.cpp Outdated Show resolved Hide resolved
@WoutLegiest WoutLegiest force-pushed the kara branch 3 times, most recently from d9adb3d to eae390a Compare December 24, 2024 04:43
@WoutLegiest WoutLegiest requested a review from j2kun December 24, 2024 04:43
@WoutLegiest WoutLegiest force-pushed the kara branch 2 times, most recently from 6b3b991 to 1f8c618 Compare December 24, 2024 05:48
@j2kun j2kun added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Dec 28, 2024
@WoutLegiest WoutLegiest added pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing and removed pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants