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

Initial fused GPTQ implementation #141

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jan 28, 2024

  1. add gptq layers

    jeromeku committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e55aa8a View commit details
    Browse the repository at this point in the history
  2. add training script

    jeromeku committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    44cd2ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a2f2e View commit details
    Browse the repository at this point in the history
  4. add profiling script

    jeromeku committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    840e4a4 View commit details
    Browse the repository at this point in the history
  5. add profiling documentation

    jeromeku committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b897737 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. update documentation

    jeromeku committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8fb1b3d View commit details
    Browse the repository at this point in the history
  2. more documentation

    jeromeku committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b15b72a View commit details
    Browse the repository at this point in the history
  3. minor edit to doc

    jeromeku committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    13c3998 View commit details
    Browse the repository at this point in the history
  4. add more documentation

    jeromeku committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1098520 View commit details
    Browse the repository at this point in the history
  5. rename tests to benchmarks

    jeromeku committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bf32790 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. add new dequant kernel

    jeromeku committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1ad362a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba941dd View commit details
    Browse the repository at this point in the history
  3. add more documentation

    jeromeku committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2839d39 View commit details
    Browse the repository at this point in the history