-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Vectorization] Refactor vector size inference out of the pass (#…
…19768) Currently, the vector length inference lives inside the generic vectorization pass. However, we need to infer vector lengths when setting layouts for LLVMGPUVectorDistribute. This currently happens prior to generic vectorization. Therefore, this commit refactors inferSizesfromIR API into codegen utils to be able to generally use it where its needed. Signed-off-by: Manupa Karunaratne <[email protected]>
- Loading branch information
Showing
3 changed files
with
234 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.