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

Reduce prod porting #2532

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 28, 2024

  1. implement float reduce prod. Need to implement quantized version. Use…

    … SumorMean Quantixzed function for now
    Evanok committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    38b4456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2b039 View commit details
    Browse the repository at this point in the history
  3. instead of reimplementing reduce prod quantized used the dead functio…

    …n already present there
    Evanok committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7ad0aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de30dc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. add more test for prod reduce

    Evanok committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b365436 View commit details
    Browse the repository at this point in the history
  2. add more test for prod reduce

    Evanok committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    865cc79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94d5aa View commit details
    Browse the repository at this point in the history
  4. aligned on main branch

    Evanok committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    457edde View commit details
    Browse the repository at this point in the history
  5. restore original layout

    Evanok committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0d5e153 View commit details
    Browse the repository at this point in the history
  6. Restore new line

    Evanok committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c2f4d8a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. let's use the QuantizedReduceProd implementation instead of my own im…

    …plementation. Fixed the way to initialize the RuntimeShape
    Evanok committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9618bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976aa82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec08ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c91b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3dc465 View commit details
    Browse the repository at this point in the history
  6. remove redundant test

    Evanok committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    048c534 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc369a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    480479d View commit details
    Browse the repository at this point in the history