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

rnn/lstm/gru dynamic quantization #5435

Merged
merged 60 commits into from
May 8, 2024
Merged

Commits on Apr 15, 2024

  1. wip

    nihui committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7a6c0a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fuse gru int8 kernel

    nihui committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    017fc31 View commit details
    Browse the repository at this point in the history
  2. apply code-format changes

    nihui authored and github-actions[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cd0c719 View commit details
    Browse the repository at this point in the history
  3. wip

    nihui committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e22a695 View commit details
    Browse the repository at this point in the history
  4. rnn int8 kernel

    nihui committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9275f17 View commit details
    Browse the repository at this point in the history
  5. wip

    nihui committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    45f9161 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. wip

    nihui committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f361aef View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. lstm arm int8

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1a2d242 View commit details
    Browse the repository at this point in the history
  2. code clean

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    29b4930 View commit details
    Browse the repository at this point in the history
  3. wip

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    21c4283 View commit details
    Browse the repository at this point in the history
  4. fix

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0d66049 View commit details
    Browse the repository at this point in the history
  5. fix

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7546165 View commit details
    Browse the repository at this point in the history
  6. fix build

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5880edb View commit details
    Browse the repository at this point in the history
  7. debug++

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    98d77cf View commit details
    Browse the repository at this point in the history
  8. fix

    nihui committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5a45f84 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    b4e0104 View commit details
    Browse the repository at this point in the history
  2. code--

    nihui committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    16ab586 View commit details
    Browse the repository at this point in the history
  3. test 79

    nihui committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6c94fd5 View commit details
    Browse the repository at this point in the history
  4. wip

    nihui committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3c425e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. gru dynamic quantization

    nihui committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cacf762 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. wip

    nihui committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    74d4f73 View commit details
    Browse the repository at this point in the history
  2. wip

    nihui committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d0d9a90 View commit details
    Browse the repository at this point in the history
  3. wip

    nihui committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4adbfeb View commit details
    Browse the repository at this point in the history
  4. stash

    nihui committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2a6fd83 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. wip

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bd66ba1 View commit details
    Browse the repository at this point in the history
  2. opt

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3ddb97b View commit details
    Browse the repository at this point in the history
  3. wip

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a3d46da View commit details
    Browse the repository at this point in the history
  4. wip

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    79fe31c View commit details
    Browse the repository at this point in the history
  5. opt++

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5cc4072 View commit details
    Browse the repository at this point in the history
  6. apply code-format changes

    nihui authored and github-actions[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3b379d7 View commit details
    Browse the repository at this point in the history
  7. opt++

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2c1a394 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    396e825 View commit details
    Browse the repository at this point in the history
  9. opt

    nihui committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c77912a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1f40a97 View commit details
    Browse the repository at this point in the history
  2. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c8c41ed View commit details
    Browse the repository at this point in the history
  3. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    970c12a View commit details
    Browse the repository at this point in the history
  4. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3cb3aa7 View commit details
    Browse the repository at this point in the history
  5. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    abbbb7b View commit details
    Browse the repository at this point in the history
  6. opt

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5fd9ab3 View commit details
    Browse the repository at this point in the history
  7. wip

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e0575ea View commit details
    Browse the repository at this point in the history
  8. wip

    nihui committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1830257 View commit details
    Browse the repository at this point in the history
  9. apply code-format changes

    nihui authored and github-actions[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7ee4310 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    f91c947 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. opt

    nihui committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a5444f6 View commit details
    Browse the repository at this point in the history
  2. opt

    nihui committed May 6, 2024
    Configuration menu
    Copy the full SHA
    31ba013 View commit details
    Browse the repository at this point in the history
  3. opt

    nihui committed May 6, 2024
    Configuration menu
    Copy the full SHA
    50dc43e View commit details
    Browse the repository at this point in the history
  4. define ssse3 for msvc

    nihui committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f47aad9 View commit details
    Browse the repository at this point in the history
  5. Update lstm_int8.h

    nihui authored May 6, 2024
    Configuration menu
    Copy the full SHA
    951ab60 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Revert "Update lstm_int8.h"

    This reverts commit 951ab60.
    nihui committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b8a51b0 View commit details
    Browse the repository at this point in the history
  2. x86 32bit

    nihui committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8f0bccb View commit details
    Browse the repository at this point in the history
  3. opt++

    nihui committed May 7, 2024
    Configuration menu
    Copy the full SHA
    378c091 View commit details
    Browse the repository at this point in the history
  4. apply code-format changes

    nihui authored and github-actions[bot] committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8a07bde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00b096f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix test

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee36857 View commit details
    Browse the repository at this point in the history
  2. fix

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    03154e6 View commit details
    Browse the repository at this point in the history
  3. coverage++

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8a4e5c0 View commit details
    Browse the repository at this point in the history
  4. coverage++

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b87e51f View commit details
    Browse the repository at this point in the history
  5. coverage++

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    58c3ad6 View commit details
    Browse the repository at this point in the history
  6. update doc

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    779fba0 View commit details
    Browse the repository at this point in the history
  7. clean

    nihui committed May 8, 2024
    Configuration menu
    Copy the full SHA
    617c594 View commit details
    Browse the repository at this point in the history