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

Optimization for Linear Quantization #2954

Merged
merged 12 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. new attempt at linear quant opt

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3978448 View commit details
    Browse the repository at this point in the history
  2. in steps

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ac67673 View commit details
    Browse the repository at this point in the history
  3. 2 steps into one loop

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d30d7c7 View commit details
    Browse the repository at this point in the history
  4. removed alternative code versions

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    79a8875 View commit details
    Browse the repository at this point in the history
  5. larger unroll

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0dffbc9 View commit details
    Browse the repository at this point in the history
  6. fix lit tests

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    34b97da View commit details
    Browse the repository at this point in the history
  7. limit unroll

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0b270e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    6f5597b View commit details
    Browse the repository at this point in the history
  2. update

    AlexandreEichenberger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6ce7077 View commit details
    Browse the repository at this point in the history
  3. moved conversions to math builder cast

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2fdd72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e43841e View commit details
    Browse the repository at this point in the history
  5. update lit tests

    Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
    AlexandreEichenberger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    28863c8 View commit details
    Browse the repository at this point in the history