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

[WIP][DRAFT] Is this the right track? Generating Dense Quantized op #4

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

Commits on May 4, 2021

  1. example moving things around

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    84e850d View commit details
    Browse the repository at this point in the history
  2. dense operator example

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d655405 View commit details
    Browse the repository at this point in the history
  3. dense stub

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8ae43b5 View commit details
    Browse the repository at this point in the history
  4. clean up old file

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d20343f View commit details
    Browse the repository at this point in the history
  5. move common to common.py

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8efce58 View commit details
    Browse the repository at this point in the history
  6. add numpy quantization calculator

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3198516 View commit details
    Browse the repository at this point in the history
  7. make dense creators create fp32 -> fp32 real or affine domain dependi…

    …ng on your preference
    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8557397 View commit details
    Browse the repository at this point in the history
  8. lily's comments

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2df25eb View commit details
    Browse the repository at this point in the history
  9. renamed common.py -> utils.py

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ddd45df View commit details
    Browse the repository at this point in the history
  10. rename common -> utils in files

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5ece075 View commit details
    Browse the repository at this point in the history
  11. add more utils to simplify quantization/dequant code

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    a417c37 View commit details
    Browse the repository at this point in the history
  12. cleanup interface calls

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    aa67d38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0575996 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee1487d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e9dd073 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c99a46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9eb6f12 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2f88d14 View commit details
    Browse the repository at this point in the history
  19. new multiply operator

    AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    03ae810 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    28b643c View commit details
    Browse the repository at this point in the history
  21. fix rounding bug

    AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d4a60ee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4def50b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    63fbf7e View commit details
    Browse the repository at this point in the history
  24. very ugly working conv

    AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3d1cb02 View commit details
    Browse the repository at this point in the history
  25. more cool convs

    AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    81abd8c View commit details
    Browse the repository at this point in the history
  26. works with groups'

    AndrewZhaoLuo committed May 4, 2021
    Configuration menu
    Copy the full SHA
    07f8fee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b5883fb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0742d77 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4add45a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6ffa4b8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    0b8ec6d View commit details
    Browse the repository at this point in the history
  2. add todo

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    524b1f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a392a View commit details
    Browse the repository at this point in the history
  4. add and multiply tests

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2658df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    920b0ff View commit details
    Browse the repository at this point in the history
  6. example moving things around

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    44609b7 View commit details
    Browse the repository at this point in the history
  7. dense operator example

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    dc8f980 View commit details
    Browse the repository at this point in the history
  8. dense stub

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    22981ec View commit details
    Browse the repository at this point in the history
  9. clean up old file

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    ba85ecc View commit details
    Browse the repository at this point in the history
  10. move common to common.py

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    1a2583e View commit details
    Browse the repository at this point in the history
  11. add numpy quantization calculator

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    dd51d9b View commit details
    Browse the repository at this point in the history
  12. make dense creators create fp32 -> fp32 real or affine domain dependi…

    …ng on your preference
    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    c45a31e View commit details
    Browse the repository at this point in the history
  13. lily's comments

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    ab665b8 View commit details
    Browse the repository at this point in the history
  14. renamed common.py -> utils.py

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    a993ee9 View commit details
    Browse the repository at this point in the history
  15. rename common -> utils in files

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    773860f View commit details
    Browse the repository at this point in the history
  16. add more utils to simplify quantization/dequant code

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    879b3b9 View commit details
    Browse the repository at this point in the history
  17. cleanup interface calls

    Andrew Zhao Luo authored and AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    26849d8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62ea876 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    252c416 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    52638ac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6597498 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3325f5e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    999c234 View commit details
    Browse the repository at this point in the history
  24. new multiply operator

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3c20289 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b372b48 View commit details
    Browse the repository at this point in the history
  26. fix rounding bug

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e53040f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9767479 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3bbb008 View commit details
    Browse the repository at this point in the history
  29. very ugly working conv

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b13efc2 View commit details
    Browse the repository at this point in the history
  30. more cool convs

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9cb6f59 View commit details
    Browse the repository at this point in the history
  31. works with groups'

    AndrewZhaoLuo committed May 5, 2021
    Configuration menu
    Copy the full SHA
    737187b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    467de8b View commit details
    Browse the repository at this point in the history
  33. Merge pull request #2 from AndrewZhaoLuo/quantization-dev-main-add-re…

    …write-utils-alt-interface
    
    Alt interface branch goes to quantization dev main branch
    AndrewZhaoLuo authored May 5, 2021
    Configuration menu
    Copy the full SHA
    81cf33a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    7d29017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b11404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73a985d View commit details
    Browse the repository at this point in the history
  4. quantized util tests

    AndrewZhaoLuo committed May 6, 2021
    Configuration menu
    Copy the full SHA
    3f1c4ba View commit details
    Browse the repository at this point in the history