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

[RISCV]Riscv Gemm fp16 #5311

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

[RISCV]Riscv Gemm fp16 #5311

wants to merge 56 commits into from

Commits on Jan 24, 2024

  1. add checkpoint at day 1-24

    Xinyu302 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8aa9cd3 View commit details
    Browse the repository at this point in the history
  2. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4db6094 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. modify sum type

    Xinyu302 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0ac078d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcea71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec54466 View commit details
    Browse the repository at this point in the history
  4. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c198a02 View commit details
    Browse the repository at this point in the history
  5. bug-fix

    Xinyu302 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    46f0c26 View commit details
    Browse the repository at this point in the history
  6. checkpoint at 1-25

    Xinyu302 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    514c4cb View commit details
    Browse the repository at this point in the history
  7. modify almost everything

    Xinyu302 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8593c2e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    f232071 View commit details
    Browse the repository at this point in the history
  2. add gemm_bf16_fp16.h

    Xinyu302 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c3e0f03 View commit details
    Browse the repository at this point in the history
  3. add gemm_bf16_fp16.h

    Xinyu302 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ca53eb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dccb649 View commit details
    Browse the repository at this point in the history
  5. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d967f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. almost finish, on 1-30

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c8b628f View commit details
    Browse the repository at this point in the history
  2. rename

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc050d8 View commit details
    Browse the repository at this point in the history
  3. small mistake

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ccb42b1 View commit details
    Browse the repository at this point in the history
  4. modify cmakelist

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f62b8f8 View commit details
    Browse the repository at this point in the history
  5. partly pass compile

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f921a4a View commit details
    Browse the repository at this point in the history
  6. finish build but seg fault

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    90c3232 View commit details
    Browse the repository at this point in the history
  7. add debug info

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9c8053f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54499a4 View commit details
    Browse the repository at this point in the history
  9. rm gemm_fp32_to_fp16.h

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    24e2df4 View commit details
    Browse the repository at this point in the history
  10. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d7e0d9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41b0a20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fb37f2 View commit details
    Browse the repository at this point in the history
  13. delete useless debug info

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b217451 View commit details
    Browse the repository at this point in the history
  14. before debug

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0941404 View commit details
    Browse the repository at this point in the history
  15. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2a5e5aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    684697f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d3dabb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51c7f20 View commit details
    Browse the repository at this point in the history
  19. delete empty line

    Xinyu302 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    aa6a1c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. debug

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6cca0b5 View commit details
    Browse the repository at this point in the history
  2. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7554436 View commit details
    Browse the repository at this point in the history
  3. fix pack bug

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cd0b261 View commit details
    Browse the repository at this point in the history
  4. no pack right!

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    93e1b75 View commit details
    Browse the repository at this point in the history
  5. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fa1349d View commit details
    Browse the repository at this point in the history
  6. seem all fix

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    597ae2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6166cdc View commit details
    Browse the repository at this point in the history
  8. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    510130e View commit details
    Browse the repository at this point in the history
  9. delete useless lines

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c5ff115 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    705b6af View commit details
    Browse the repository at this point in the history
  11. apply code-format changes

    Xinyu302 authored and github-actions[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7b6f120 View commit details
    Browse the repository at this point in the history
  12. restore testutil.cpp

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8bb984a View commit details
    Browse the repository at this point in the history
  13. clean

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4aaea08 View commit details
    Browse the repository at this point in the history
  14. finish change

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ce577ae View commit details
    Browse the repository at this point in the history
  15. clean and all finish

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d975c40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    af9320c View commit details
    Browse the repository at this point in the history
  17. undo irrelevent file change

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    84199a9 View commit details
    Browse the repository at this point in the history
  18. undo

    Xinyu302 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    53ff169 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. add pack 8 and fix some bug

    Xinyu302 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d9550e0 View commit details
    Browse the repository at this point in the history
  2. pack8 bug fixing

    Xinyu302 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    106d2f8 View commit details
    Browse the repository at this point in the history
  3. fix bug in gemm_tile_B

    Xinyu302 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    092efde View commit details
    Browse the repository at this point in the history
  4. now can use pack8

    Xinyu302 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7e7225b View commit details
    Browse the repository at this point in the history
  5. add blank line

    Xinyu302 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f89a349 View commit details
    Browse the repository at this point in the history