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

Rewrite 1x1 convolutions to gemm #3568

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open

Rewrite 1x1 convolutions to gemm #3568

wants to merge 19 commits into from

Commits on Sep 29, 2024

  1. Add rewrite_dot

    pfultz2 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b833e45 View commit details
    Browse the repository at this point in the history
  2. Format

    pfultz2 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3acd4ea View commit details
    Browse the repository at this point in the history
  3. Add env var to enable

    pfultz2 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    baaa8e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    37c45cc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Use batch gemm

    pfultz2 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47048e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412e1e5 View commit details
    Browse the repository at this point in the history
  3. Support nchw layout as well

    pfultz2 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d54ae5d View commit details
    Browse the repository at this point in the history
  4. Format

    pfultz2 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2f6e052 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    e9fd119 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Use different heuristic

    pfultz2 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    81cb444 View commit details
    Browse the repository at this point in the history
  2. Adjust threshold

    pfultz2 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a1540d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Add unit tests

    pfultz2 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7b8978f View commit details
    Browse the repository at this point in the history
  2. Format

    pfultz2 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    84a941c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    afe621f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    912752c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Skip group conv for now

    pfultz2 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7f35c2a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    5988a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bceaa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    0374a01 View commit details
    Browse the repository at this point in the history