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 pool2d and pool2d_grad kernels #47423

Merged
merged 48 commits into from
Nov 4, 2022

Commits on Sep 20, 2022

  1. add extra attr property set

    chenwhql committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    00c2aca View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    28e9710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd630f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. fix context compile error

    chenwhql committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d633672 View commit details
    Browse the repository at this point in the history
  2. simplify conv kernel args

    chenwhql committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d651bf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    84c56fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ea5b4 View commit details
    Browse the repository at this point in the history
  3. fix marco error

    chenwhql committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    fc67372 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    ed7b59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23cab07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    123edd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d29a519 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    853b1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ce48b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. fix conv1d error

    chenwhql committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    de52450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c55350 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. change to thread local

    chenwhql committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    03f6893 View commit details
    Browse the repository at this point in the history
  2. fix npu compile failed

    chenwhql committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    49bcebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada7d0c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. add conv2d onednn phi kernel

    chenwhql committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    22ccfa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9602334 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    6331512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37afcf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 21, 2022

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

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    0d61412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722b256 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    8d59887 View commit details
    Browse the repository at this point in the history
  2. reset extra info gen code

    chenwhql committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c0cdb15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42bc76b View commit details
    Browse the repository at this point in the history
  4. rm conv_grad_grad kernel

    chenwhql committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    dafdbcc View commit details
    Browse the repository at this point in the history
  5. reimpl pass attr adapting

    chenwhql committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e6d5312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b7c43d View commit details
    Browse the repository at this point in the history
  7. add int attr support

    chenwhql committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    12e18f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    2ea1a2b View commit details
    Browse the repository at this point in the history
  2. fix map at error

    chenwhql committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    148eebc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

  1. Update paddle/phi/kernels/onednn/conv_grad_kernel.cc

    Co-authored-by: Sławomir Siwek <[email protected]>
    chenwhql and Silv3S authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f7d3a66 View commit details
    Browse the repository at this point in the history
  2. remove useless extra attrs

    chenwhql committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1d99ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe9206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb1fa6 View commit details
    Browse the repository at this point in the history
  5. resolve conflict

    chenwhql committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    60ca750 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64ef9fd View commit details
    Browse the repository at this point in the history
  7. Migrate pool+grad to PHI

    piotrekobi committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    fd08e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. Update paddle/fluid/operators/mkldnn/test_mkldnn_op_nhwc.cc

    Co-authored-by: Sławomir Siwek <[email protected]>
    piotrekobi and Silv3S authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    19bd42b View commit details
    Browse the repository at this point in the history
  2. Update paddle/phi/kernels/onednn/pool_grad_kernel.cc

    Co-authored-by: Sławomir Siwek <[email protected]>
    piotrekobi and Silv3S authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0d4e6d7 View commit details
    Browse the repository at this point in the history
  3. Update paddle/phi/kernels/onednn/pool_kernel.cc

    Co-authored-by: Sławomir Siwek <[email protected]>
    piotrekobi and Silv3S authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ee81173 View commit details
    Browse the repository at this point in the history