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

[PHI] Migrate matmul kernel #48162

Merged
merged 50 commits into from
Nov 29, 2022
Merged

Commits on Nov 8, 2022

  1. cleanup unused code

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b2c89e6 View commit details
    Browse the repository at this point in the history
  2. unify is_int8 is_bfloat16

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1be88bc View commit details
    Browse the repository at this point in the history
  3. Simplify matmul_v2 FWD kernel

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4f82616 View commit details
    Browse the repository at this point in the history
  4. remove RunKernel methods

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f5375fd View commit details
    Browse the repository at this point in the history
  5. remove import namespace

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9c927fa View commit details
    Browse the repository at this point in the history
  6. remove headers

    Silv3S committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6dd70a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f763164 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    f613c3f View commit details
    Browse the repository at this point in the history
  2. clean fluid/phi cross imports

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    02392d3 View commit details
    Browse the repository at this point in the history
  3. remove fluid axpy_handler

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a3c0c61 View commit details
    Browse the repository at this point in the history
  4. delete fluid methods

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    fbf1605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8dcc47 View commit details
    Browse the repository at this point in the history
  6. activations

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    cc3b784 View commit details
    Browse the repository at this point in the history
  7. OneDNNMemDesc

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0994e24 View commit details
    Browse the repository at this point in the history
  8. MKLDNNFormatForSize

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6dbfddf View commit details
    Browse the repository at this point in the history
  9. MatchShapeToLayout

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    de56962 View commit details
    Browse the repository at this point in the history
  10. MKLDNNMemoryFormat

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1bc636b View commit details
    Browse the repository at this point in the history
  11. MKLDNNFormat

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    387a16b View commit details
    Browse the repository at this point in the history
  12. ReorderMKLDNNHandler

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7536353 View commit details
    Browse the repository at this point in the history
  13. to_void_cast

    Silv3S committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    38427c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    6ff7998 View commit details
    Browse the repository at this point in the history
  2. review suggestions

    Silv3S committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    206afcb View commit details
    Browse the repository at this point in the history
  3. interpolate

    Silv3S committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ee87e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ca8717 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. remove fluid depedency

    Silv3S committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0c9ca31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d94d4 View commit details
    Browse the repository at this point in the history
  3. init

    Silv3S committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4780111 View commit details
    Browse the repository at this point in the history
  4. ExecuteMatMulV2

    Silv3S committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    17684e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. rm fluid kernel

    Silv3S committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    efb3932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c968e7 View commit details
    Browse the repository at this point in the history
  3. matmul_grad

    Silv3S committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2e531cb View commit details
    Browse the repository at this point in the history
  4. remove mutable_data

    Silv3S committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    650d136 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faea539 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    8fe8e46 View commit details
    Browse the repository at this point in the history
  2. mul_grad

    Silv3S committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    37a7627 View commit details
    Browse the repository at this point in the history
  3. matmul fwd

    Silv3S committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f24c433 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. add extra attr

    Silv3S committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    315498f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21957ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c718fdb View commit details
    Browse the repository at this point in the history
  4. temp disable passes

    Silv3S committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9cb4a13 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    a8e91fc View commit details
    Browse the repository at this point in the history
  2. re-enable passes

    Silv3S committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b49dddb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. workaround for matmul+act

    Silv3S committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dae9341 View commit details
    Browse the repository at this point in the history
  2. fix for matmul+eltwise_add

    Silv3S committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a325beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8f393 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix typo

    Silv3S committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    fe384a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. merge bugfix PaddlePaddle#48364

    Silv3S committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6328e85 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    65cf6df View commit details
    Browse the repository at this point in the history
  2. remove merge conflict

    Silv3S committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1c1c802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5e3bfe View commit details
    Browse the repository at this point in the history