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

[PIR] 解决废弃算子mul op 在新 IR 下的translator问题 #56550

Merged
merged 33 commits into from
Oct 30, 2023
Merged

[PIR] 解决废弃算子mul op 在新 IR 下的translator问题 #56550

merged 33 commits into from
Oct 30, 2023

Commits on Aug 19, 2023

  1. add mm

    DrRyanHuang committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    13f802d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. try

    DrRyanHuang committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e9e014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c283ec9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. add lost change

    DrRyanHuang committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    298e696 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 26, 2023

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

Commits on Aug 29, 2023

  1. add mul mul_grad

    DrRyanHuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    323884c View commit details
    Browse the repository at this point in the history
  2. fix codestyle

    DrRyanHuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a5be5b8 View commit details
    Browse the repository at this point in the history
  3. m_w_f => matmul

    DrRyanHuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2711315 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1c7337 View commit details
    Browse the repository at this point in the history
  5. fix grad

    DrRyanHuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    49052bf View commit details
    Browse the repository at this point in the history
  6. fix same name var

    DrRyanHuang committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    965533f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix -1

    DrRyanHuang authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4d47ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. add unitest

    DrRyanHuang committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a615f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3dffd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix codestyle

    DrRyanHuang committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    81dbbd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix op compat

    DrRyanHuang committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ebce876 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    650b232 View commit details
    Browse the repository at this point in the history
  2. ir => pir

    DrRyanHuang committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    25a0e25 View commit details
    Browse the repository at this point in the history
  3. add program

    DrRyanHuang committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fc75c50 View commit details
    Browse the repository at this point in the history
  4. OpResult => Value

    DrRyanHuang committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f31cba4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. pd -> pd_op

    DrRyanHuang authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6f425cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb475c6 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    DrRyanHuang committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    51b9e8c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 16, 2023

  1. add TranslateOpAttribute

    DrRyanHuang committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    62b9089 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Update op_translator.cc

    DrRyanHuang authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    63a45c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c39f69 View commit details
    Browse the repository at this point in the history
  3. change sth unrelated

    DrRyanHuang authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    28d0341 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. dyn_cast

    DrRyanHuang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d5c3138 View commit details
    Browse the repository at this point in the history
  2. fix no y_grad reshape bug

    DrRyanHuang committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0e5103e View commit details
    Browse the repository at this point in the history