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

[TOPI] VNNI support for int8 dense #10230

Merged
merged 19 commits into from
Feb 15, 2022
Merged

[TOPI] VNNI support for int8 dense #10230

merged 19 commits into from
Feb 15, 2022

Commits on Feb 13, 2022

  1. wip

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    7751352 View commit details
    Browse the repository at this point in the history
  2. revert for now

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    47c65f2 View commit details
    Browse the repository at this point in the history
  3. simplify blocking

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    50a6207 View commit details
    Browse the repository at this point in the history
  4. add bench script

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    15a2c5c View commit details
    Browse the repository at this point in the history
  5. update type rel

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    274360b View commit details
    Browse the repository at this point in the history
  6. refactor tests

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    c726482 View commit details
    Browse the repository at this point in the history
  7. end to end compilation working

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a1bcb04 View commit details
    Browse the repository at this point in the history
  8. paralleize outer loop

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1d61d52 View commit details
    Browse the repository at this point in the history
  9. add shape check

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    3c93283 View commit details
    Browse the repository at this point in the history
  10. fused schedule first cut

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    5a82e1f View commit details
    Browse the repository at this point in the history
  11. restore original test

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    4be2c8a View commit details
    Browse the repository at this point in the history
  12. black

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9d4f161 View commit details
    Browse the repository at this point in the history
  13. add vnni check

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    eb47404 View commit details
    Browse the repository at this point in the history
  14. add relay test

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1aac044 View commit details
    Browse the repository at this point in the history
  15. skip on ci

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    7840a9e View commit details
    Browse the repository at this point in the history
  16. check dtype

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a786bde View commit details
    Browse the repository at this point in the history
  17. lint

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    f7de3bf View commit details
    Browse the repository at this point in the history
  18. make it tunable

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    cbfe979 View commit details
    Browse the repository at this point in the history
  19. minor cleanup

    masahi committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    35f6bb1 View commit details
    Browse the repository at this point in the history