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

Add gemm predict #767

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

Add gemm predict #767

wants to merge 2 commits into from

Commits on May 15, 2024

  1. Add gemm predict

    Add GemmModelThreshold to filter out some kernels before profiling.
    The range is between 0~1. 0 or 1 is off.
    KKyang committed May 15, 2024
    Configuration menu
    Copy the full SHA
    26411bf View commit details
    Browse the repository at this point in the history
  2. Filter kernels using the length of ranked vector

    Re-enable the original method after the simulation is stable enough
    KKyang committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ab1cf3f View commit details
    Browse the repository at this point in the history