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

[Initilization] refactor docs #9

Merged
merged 165 commits into from
Mar 11, 2024
Merged

[Initilization] refactor docs #9

merged 165 commits into from
Mar 11, 2024

Commits on Feb 6, 2024

  1. base tuner

    LeiWang1999 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ab5a56e View commit details
    Browse the repository at this point in the history
  2. gpu schedule

    LeiWang1999 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    028c771 View commit details
    Browse the repository at this point in the history
  3. matmul ops

    LeiWang1999 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d08f67a View commit details
    Browse the repository at this point in the history
  4. initial commit

    LeiWang1999 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    595627e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c72090a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. support i8 swizzle

    LeiWang1999 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3cdebe9 View commit details
    Browse the repository at this point in the history
  2. int8xint2 gemm

    LeiWang1999 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6b48508 View commit details
    Browse the repository at this point in the history
  3. update keep

    LeiWang1999 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9691ab9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. update lop3 cpp test

    LeiWang1999 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    261cded View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    5aa408e View commit details
    Browse the repository at this point in the history
  2. int8 fast decoding

    LeiWang1999 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7d636e0 View commit details
    Browse the repository at this point in the history
  3. float16with scale

    LeiWang1999 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    deba48b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. annotate tc layout propa

    LeiWang1999 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c2a44dd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. impl tir interleve test

    LeiWang1999 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7fbe573 View commit details
    Browse the repository at this point in the history
  2. impl interleave weight.

    LeiWang1999 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    db95c9b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. weight only propagation

    LeiWang1999 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d9237b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    efad9b0 View commit details
    Browse the repository at this point in the history
  2. refactor testing

    LeiWang1999 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    422e654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7f689 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    5865ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b894e54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490ecd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    d2b1ee5 View commit details
    Browse the repository at this point in the history
  2. annotate mit license

    LeiWang1999 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d48d7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3141a5c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. init logger

    LeiWang1999 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ac14d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f9586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0cb7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cfb445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e083392 View commit details
    Browse the repository at this point in the history
  6. add storage dtype test

    LeiWang1999 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    fe923c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be5b9b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    97e4523 View commit details
    Browse the repository at this point in the history
  2. update tvm lisence

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c1afc44 View commit details
    Browse the repository at this point in the history
  3. disable fmt in pytest

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f2ffa87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0db626 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98f93fb View commit details
    Browse the repository at this point in the history
  6. fix typo

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5e54ced View commit details
    Browse the repository at this point in the history
  7. refactor quantization

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d1e6d33 View commit details
    Browse the repository at this point in the history
  8. init testing.

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d1b61e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2db1c49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b54297c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd42ac0 View commit details
    Browse the repository at this point in the history
  12. refactor implementation

    LeiWang1999 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f19f41c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. init read me.

    LeiWang1999 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b19fafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda3af3 View commit details
    Browse the repository at this point in the history
  3. integerate bug fix.

    LeiWang1999 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8543749 View commit details
    Browse the repository at this point in the history
  4. update ignore

    LeiWang1999 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d9a345e View commit details
    Browse the repository at this point in the history
  5. improve code structure.

    LeiWang1999 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    20838fb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. update mit lisence

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    de7545a View commit details
    Browse the repository at this point in the history
  2. remove gitkeep file

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5e1fd8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5086b66 View commit details
    Browse the repository at this point in the history
  4. enhance build

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6a54ffd View commit details
    Browse the repository at this point in the history
  5. auto layout deduce

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    feff9ec View commit details
    Browse the repository at this point in the history
  6. fix default tensorize.

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d90917c View commit details
    Browse the repository at this point in the history
  7. update ReadMe

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f8e84b9 View commit details
    Browse the repository at this point in the history
  8. update readme

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4ed60db View commit details
    Browse the repository at this point in the history
  9. update read me

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7934678 View commit details
    Browse the repository at this point in the history
  10. update readme

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    23b7a6e View commit details
    Browse the repository at this point in the history
  11. simple fix

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4a49edd View commit details
    Browse the repository at this point in the history
  12. readme fix

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b1f598b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6cdbad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab730f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c3fe1eb View commit details
    Browse the repository at this point in the history
  16. update codeql

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    90e9e78 View commit details
    Browse the repository at this point in the history
  17. update depenabot pipeline

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    674e35c View commit details
    Browse the repository at this point in the history
  18. update codeql

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a33fcc6 View commit details
    Browse the repository at this point in the history
  19. fix uint32 zero issue

    LeiWang1999 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1dda8d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. initial transparency.

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6358462 View commit details
    Browse the repository at this point in the history
  2. enhance transparency.

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    29012ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03fb8f7 View commit details
    Browse the repository at this point in the history
  4. rename transparency

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b2373ac View commit details
    Browse the repository at this point in the history
  5. dependabot fix

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8d92e90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1430f15 View commit details
    Browse the repository at this point in the history
  7. update transparency.

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    376362e View commit details
    Browse the repository at this point in the history
  8. update plugin

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9846883 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f96898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d65b239 View commit details
    Browse the repository at this point in the history
  11. improve transparency

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    269103d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6cc10b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e93b94 View commit details
    Browse the repository at this point in the history
  14. dsl benchmark scirpts

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ebbd294 View commit details
    Browse the repository at this point in the history
  15. del tran

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    45d5da7 View commit details
    Browse the repository at this point in the history
  16. update submodule.

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c54987 View commit details
    Browse the repository at this point in the history
  17. remove redundant code.

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1349ac3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9022591 View commit details
    Browse the repository at this point in the history
  19. remove transparency

    LeiWang1999 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    71e098c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix propagate map issue

    LeiWang1999 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2371058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4da23 View commit details
    Browse the repository at this point in the history
  3. optimize target

    LeiWang1999 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    59b9622 View commit details
    Browse the repository at this point in the history
  4. fix tag.

    LeiWang1999 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    03b6124 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    151386d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3435fc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7de361e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f5ffd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. support af format

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f3d35da View commit details
    Browse the repository at this point in the history
  2. format fix

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e1dd650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421f135 View commit details
    Browse the repository at this point in the history
  4. update requirements

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1a9b856 View commit details
    Browse the repository at this point in the history
  5. update requirements.txt

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f00f413 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b510675 View commit details
    Browse the repository at this point in the history
  7. clean test

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8269fe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96aa7d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89115d4 View commit details
    Browse the repository at this point in the history
  10. move to bitdistiller

    LeiWang1999 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9ec85ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6762ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2c921a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bce199 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    6aa00bd View commit details
    Browse the repository at this point in the history
  2. Bump transformers from 4.29.2 to 4.36.0

    Bumps [transformers](https://github.com/huggingface/transformers) from 4.29.2 to 4.36.0.
    - [Release notes](https://github.com/huggingface/transformers/releases)
    - [Commits](huggingface/transformers@v4.29.2...v4.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: transformers
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4e63482 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from LeiWang1999/dependabot/pip/transformers-4.…

    …36.0
    
    Bump transformers from 4.29.2 to 4.36.0
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    d1f14b3 View commit details
    Browse the repository at this point in the history
  4. Bump pillow from 9.4.0 to 10.2.0

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.2.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@9.4.0...10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a3e2c6d View commit details
    Browse the repository at this point in the history
  5. Bump tornado from 6.2 to 6.3.3

    Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.3.
    - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
    - [Commits](tornadoweb/tornado@v6.2.0...v6.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: tornado
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9a10d7f View commit details
    Browse the repository at this point in the history
  6. Bump scipy from 1.5.3 to 1.11.1

    Bumps [scipy](https://github.com/scipy/scipy) from 1.5.3 to 1.11.1.
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.5.3...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: scipy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4938541 View commit details
    Browse the repository at this point in the history
  7. Bump jinja2 from 3.1.2 to 3.1.3

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2254148 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from LeiWang1999/dependabot/pip/jinja2-3.1.3

    Bump jinja2 from 3.1.2 to 3.1.3
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    179ef57 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from LeiWang1999/dependabot/pip/scipy-1.11.1

    Bump scipy from 1.5.3 to 1.11.1
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    827411c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from LeiWang1999/dependabot/pip/tornado-6.3.3

    Bump tornado from 6.2 to 6.3.3
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e1c4263 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2 from LeiWang1999/dependabot/pip/pillow-10.2.0

    Bump pillow from 9.4.0 to 10.2.0
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2a743b6 View commit details
    Browse the repository at this point in the history
  12. Bump pygments from 2.2.0 to 2.15.0

    Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.15.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.2.0...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f423b44 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6 from LeiWang1999/dependabot/pip/pygments-2.15.0

    Bump pygments from 2.2.0 to 2.15.0
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5d2d1e7 View commit details
    Browse the repository at this point in the history
  14. Bump pygments from 2.13.0 to 2.15.0

    Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.13.0...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0b5e1db View commit details
    Browse the repository at this point in the history
  15. Merge pull request #7 from LeiWang1999/dependabot/pip/pygments-2.15.0

    Bump pygments from 2.13.0 to 2.15.0
    LeiWang1999 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3444ffa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d67b47c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8afa01 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    079420e View commit details
    Browse the repository at this point in the history
  19. improve pass context

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4ab5860 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d5f63c3 View commit details
    Browse the repository at this point in the history
  21. update benchmark readme

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    d246d3f View commit details
    Browse the repository at this point in the history
  22. reorganize readme

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9b1af43 View commit details
    Browse the repository at this point in the history
  23. refactor readme

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b44533e View commit details
    Browse the repository at this point in the history
  24. update benchmark readme

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    883e776 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    69c79ea View commit details
    Browse the repository at this point in the history
  26. update tvm submodule

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    22afeda View commit details
    Browse the repository at this point in the history
  27. fix blockIdx related

    LeiWang1999 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e610f73 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c2e1b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    4e33959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a841d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc9a284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957774b View commit details
    Browse the repository at this point in the history
  5. fix weight executor bug.

    LeiWang1999 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6b11448 View commit details
    Browse the repository at this point in the history
  6. improve typing

    LeiWang1999 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    302ab86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcafdc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d07b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    2f17e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e27a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75cd98e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50d1f90 View commit details
    Browse the repository at this point in the history
  5. update tvm dependency

    LeiWang1999 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    981407f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72e7d6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c4516e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    170eca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. update ignore

    LeiWang1999 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    60bb4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bc140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a97c7bf View commit details
    Browse the repository at this point in the history
  4. int8xint1 lop3 support.

    LeiWang1999 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    924b1ab View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. license related fix

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    27b8ec2 View commit details
    Browse the repository at this point in the history
  2. update contributing.md

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dfa4650 View commit details
    Browse the repository at this point in the history
  3. autogptq support.

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7b61964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7bdaf View commit details
    Browse the repository at this point in the history
  5. refactor docs

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    068b24e View commit details
    Browse the repository at this point in the history
  6. refactor docs

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    88a5e4a View commit details
    Browse the repository at this point in the history
  7. refactor

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7b8bfb5 View commit details
    Browse the repository at this point in the history
  8. refactor docs

    LeiWang1999 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2e500f9 View commit details
    Browse the repository at this point in the history