forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVMGPU] Add im2col pipeline for convolution codegen (iree-org#18086)
This PR adds the remaining needed passes for the IGEMM pipeline using the im2col op. It adds the `Conv2DToIm2colOp` pass with a flag `--iree-codegen-llvmgpu-use-igemm`, and it adds the im2col decomposition pass before vectorization passes. `--iree-codegen-llvmgpu-use-igemm` will be false by default until the IGEMM pipeline is more robust and performant. --------- Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
- Loading branch information
Showing
2 changed files
with
98 additions
and
0 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
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