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

[LLVMGPU] Add im2col pipeline for convolution codegen #18086

Merged
merged 3 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. [LLVMGPU] Add conv2DToIm2colOp pass to LLVMGPU codegen passes

    Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
    Max191 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    837546e View commit details
    Browse the repository at this point in the history
  2. [LLVMGPU] Add im2col op decomposition before vectorization

    Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
    Max191 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b195d13 View commit details
    Browse the repository at this point in the history
  3. add pipeline test for igemm with im2col

    Signed-off-by: Max Dawkins <max.dawkins@gmail.com>
    Max191 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8e40a52 View commit details
    Browse the repository at this point in the history