Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Pass api #1527

Open
wants to merge 92 commits into
base: develop
Choose a base branch
from
Open

Pass api #1527

wants to merge 92 commits into from

Commits on Jun 9, 2023

  1. add tensor_interface class

    zyfncg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    25b59fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee0847 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from zyfncg/group_refactor

    Add TensorInterface class
    zyfncg authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7c8bb26 View commit details
    Browse the repository at this point in the history
  4. polish code

    zyfncg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6c58e0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from zyfncg/group_refactor

    polish code
    zyfncg authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6714d21 View commit details
    Browse the repository at this point in the history
  6. add OpGroupInterface class

    zyfncg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    37ce34b View commit details
    Browse the repository at this point in the history
  7. add OpGroupInterface class

    zyfncg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    922df41 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from zyfncg/group_refactor

    Add OpGroupInterface
    zyfncg authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c21f972 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1c2b70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    530b980 View commit details
    Browse the repository at this point in the history
  11. fix shared_ptr bug

    jiahy0825 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8cd38d7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from jiahy0825/update_comsumer_and_producer_type

    Update comsumer and producer type
    jiahy0825 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    adc93ef View commit details
    Browse the repository at this point in the history
  13. add FusePassContext

    zyfncg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    73fce39 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #6 from zyfncg/pass_api

    add FusePassContext
    zyfncg authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    59a8ee3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    a6d7413 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from jiahy0825/topo-relevant-algo

    Add topology relevant algorithms: dfs,bfs,scc,topo,is_reachable
    jiahy0825 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2bb6bc7 View commit details
    Browse the repository at this point in the history
  3. horizontal fuse

    jiahy0825 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f983267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0f948 View commit details
    Browse the repository at this point in the history
  5. Pass Horizontal Fuse Test

    jiahy0825 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    59e3e4d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from jiahy0825/support-horizontal

    horizontal fuse
    jiahy0825 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e1dc74d View commit details
    Browse the repository at this point in the history
  7. temp save

    zyfncg committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8dfd12c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    433dad2 View commit details
    Browse the repository at this point in the history
  2. revert for debug

    zyfncg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    835889c View commit details
    Browse the repository at this point in the history
  3. debug change

    zyfncg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    740819a View commit details
    Browse the repository at this point in the history
  4. fix vertical fuse bug

    zyfncg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    23f6ac4 View commit details
    Browse the repository at this point in the history
  5. polish code

    zyfncg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d15e3f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from zyfncg/pass_api_v0

    Vertical Fuse v0
    zyfncg authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f3c6426 View commit details
    Browse the repository at this point in the history
  7. Refactor Recompute Fuse

    zyfncg committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d921da6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #11 from zyfncg/pass_api_v0

    Refactor Recompute Fuse
    jiahy0825 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8159609 View commit details
    Browse the repository at this point in the history
  9. Support InputFuse

    jiahy0825 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1969a79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ab23ff View commit details
    Browse the repository at this point in the history
  11. update recompute codes

    jiahy0825 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5fa2c7d View commit details
    Browse the repository at this point in the history
  12. Fix loop error

    jiahy0825 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bc7d3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    31caa33 View commit details
    Browse the repository at this point in the history
  2. fix DetectCycle

    zyfncg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    314f01c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from zyfncg/pass_api_v0

    Fix DetectCycle
    zyfncg authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2eae2e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b9d20b View commit details
    Browse the repository at this point in the history
  5. fix some random bug

    zyfncg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5507b5a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from jiahy0825/delete_relation_map

    Support InputFuse and polish some base classes
    jiahy0825 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    45e122b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    157800c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from zyfncg/pass_api_v0

    Fix some random bug
    zyfncg authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1e3d4a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Support pass register

    jiahy0825 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0888e1a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge pull request #18 from jiahy0825/register-pass

    Support pass register
    jiahy0825 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ff16f4d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. update node inferface

    zyfncg committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ac56151 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. update

    zyfncg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    052749e View commit details
    Browse the repository at this point in the history
  2. update

    zyfncg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f2650ce View commit details
    Browse the repository at this point in the history
  3. update

    zyfncg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    110a495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c767e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5a2560 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    0245b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac113b View commit details
    Browse the repository at this point in the history
  3. update

    zyfncg committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f8bb713 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from zyfncg/pass_api_update

    Merge develop
    zyfncg authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2757279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1590a33 View commit details
    Browse the repository at this point in the history
  6. fix bug

    zyfncg committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    929b159 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    fe12227 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from jiahy0825/fix-headerfile-not-found

    Fix api headerfile not found error
    jiahy0825 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    12494a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb3fa1f View commit details
    Browse the repository at this point in the history
  4. refine code

    zyfncg committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    96a0e03 View commit details
    Browse the repository at this point in the history
  5. add Shape class

    zyfncg committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2efd7c3 View commit details
    Browse the repository at this point in the history
  6. refine view interface

    zyfncg committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6d30239 View commit details
    Browse the repository at this point in the history
  7. modify shared_ptr of Group

    zyfncg committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    495f0b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fix-accuracy-test-bug

    jiahy0825 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    46ace80 View commit details
    Browse the repository at this point in the history
  2. fix bug

    zyfncg committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    007d67f View commit details
    Browse the repository at this point in the history
  3. add graph point into group

    zyfncg committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d50f1be View commit details
    Browse the repository at this point in the history
  4. add shape.h file

    zyfncg committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0a9b7b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    bda6e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e16c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0274349 View commit details
    Browse the repository at this point in the history
  4. delete unused file

    zyfncg committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6925517 View commit details
    Browse the repository at this point in the history
  5. fix some bugs

    jiahy0825 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ad17701 View commit details
    Browse the repository at this point in the history
  6. delele unused code

    zyfncg committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5406478 View commit details
    Browse the repository at this point in the history
  7. develop comment

    zyfncg committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ca648f9 View commit details
    Browse the repository at this point in the history
  8. save workspace

    jiahy0825 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    602ba9d View commit details
    Browse the repository at this point in the history
  9. aligned

    jiahy0825 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c4c4a78 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. fully aligned

    jiahy0825 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    35b40ba View commit details
    Browse the repository at this point in the history
  2. fix bug

    zyfncg committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d4c5e9c View commit details
    Browse the repository at this point in the history
  3. polish code

    zyfncg committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    87e9a47 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    6dc511d View commit details
    Browse the repository at this point in the history
  2. Add trick for BERT

    jiahy0825 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a40aab7 View commit details
    Browse the repository at this point in the history
  3. update readme

    zyfncg committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    57557d5 View commit details
    Browse the repository at this point in the history
  4. Remove IsDependency Trick

    jiahy0825 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    172ba95 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    91f67a6 View commit details
    Browse the repository at this point in the history
  2. add utils header

    zyfncg committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c9f6b75 View commit details
    Browse the repository at this point in the history
  3. remove debug log

    jiahy0825 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    34be0ee View commit details
    Browse the repository at this point in the history
  4. remove debug log

    jiahy0825 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    dd334db View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from jiahy0825/fix-accuracy-test-bug

    Align model accuracy&perf, fix-accuracy-test-bug
    jiahy0825 authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a0c271f View commit details
    Browse the repository at this point in the history
  6. polish code

    zyfncg committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9ade8a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    695bf6b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from zyfncg/pass_api_v1

    Pass api v1 (test)
    zyfncg authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8d81033 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    b0f39ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from zyfncg/pass_api_v1

    Change logic of get master node
    jiahy0825 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3e7508b View commit details
    Browse the repository at this point in the history