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

[geometric]Add paddle.geometric.send_ue_recv API #43174

Merged
merged 58 commits into from Aug 12, 2022

Commits on May 11, 2022

  1. add init file

    DesmonDay committed May 11, 2022
    Copy the full SHA
    9312d16 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Copy the full SHA
    7b0e641 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd22ac2 View commit details
    Browse the repository at this point in the history
  3. add kernel definition funcs

    DesmonDay committed May 12, 2022
    Copy the full SHA
    a0938cb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. add broadcast infer shape

    DesmonDay committed May 17, 2022
    Copy the full SHA
    1bc283c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. add gpu forward kernel

    DesmonDay committed May 19, 2022
    Copy the full SHA
    c1d51a9 View commit details
    Browse the repository at this point in the history
  2. delete SUB and DIV

    DesmonDay committed May 19, 2022
    Copy the full SHA
    6e19153 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. add x_grad

    DesmonDay committed May 25, 2022
    Copy the full SHA
    c14114b View commit details
    Browse the repository at this point in the history
  2. add template

    DesmonDay committed May 25, 2022
    Copy the full SHA
    4bf6480 View commit details
    Browse the repository at this point in the history
  3. add e_grad for min and max

    DesmonDay committed May 25, 2022
    Copy the full SHA
    94702d4 View commit details
    Browse the repository at this point in the history
  4. fix small bug

    DesmonDay committed May 25, 2022
    Copy the full SHA
    0d82c54 View commit details
    Browse the repository at this point in the history
  5. temp commit

    DesmonDay committed May 25, 2022
    Copy the full SHA
    40e3fc4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. temp commit

    DesmonDay committed May 31, 2022
    Copy the full SHA
    c566dcc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Copy the full SHA
    de96e57 View commit details
    Browse the repository at this point in the history
  2. fix some compile bug

    DesmonDay committed Jun 1, 2022
    Copy the full SHA
    7f6fb72 View commit details
    Browse the repository at this point in the history
  3. fix compile bugs

    DesmonDay committed Jun 1, 2022
    Copy the full SHA
    375be76 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Copy the full SHA
    9dd7083 View commit details
    Browse the repository at this point in the history
  2. fix compile problem

    DesmonDay committed Jun 2, 2022
    Copy the full SHA
    0ea8878 View commit details
    Browse the repository at this point in the history
  3. add sum forward unittest

    DesmonDay committed Jun 2, 2022
    Copy the full SHA
    f1ea92f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

  1. fix grad

    DesmonDay committed Jun 7, 2022
    Copy the full SHA
    1cbbb4d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    48230e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. add temp grad fix

    DesmonDay committed Jun 9, 2022
    Copy the full SHA
    e9d57fe View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. temp commit

    DesmonDay committed Jun 27, 2022
    Copy the full SHA
    be98048 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. add min max unittest

    DesmonDay committed Jul 8, 2022
    Copy the full SHA
    18b5382 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Copy the full SHA
    81014e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Copy the full SHA
    a02e07a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb5c366 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b82a27 View commit details
    Browse the repository at this point in the history
  4. add cpu backward min max

    DesmonDay committed Jul 12, 2022
    Copy the full SHA
    fb10fb4 View commit details
    Browse the repository at this point in the history
  5. fix code-style

    DesmonDay committed Jul 12, 2022
    Copy the full SHA
    e59e516 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. add backward sum mean

    DesmonDay committed Jul 13, 2022
    Copy the full SHA
    de7782e View commit details
    Browse the repository at this point in the history
  2. fix rocm ci

    DesmonDay committed Jul 13, 2022
    Copy the full SHA
    cd10b9e View commit details
    Browse the repository at this point in the history
  3. set uniitest timeout

    DesmonDay committed Jul 13, 2022
    Copy the full SHA
    737da40 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Copy the full SHA
    5f6e0b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Copy the full SHA
    ba4a65a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    190695a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    575ab03 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. fix rocm ci

    DesmonDay committed Jul 25, 2022
    Copy the full SHA
    10b5cc7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b6e2c27 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c9b0fb View commit details
    Browse the repository at this point in the history
  4. move out_size to IntArray

    DesmonDay committed Jul 25, 2022
    Copy the full SHA
    5f4e958 View commit details
    Browse the repository at this point in the history
  5. add eager op test

    DesmonDay committed Jul 25, 2022
    Copy the full SHA
    100f853 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Copy the full SHA
    8b5aed9 View commit details
    Browse the repository at this point in the history
  2. revise api doc

    DesmonDay committed Jul 26, 2022
    Copy the full SHA
    8a5057d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Copy the full SHA
    dab0ccc View commit details
    Browse the repository at this point in the history
  2. add unittest

    DesmonDay committed Jul 29, 2022
    Copy the full SHA
    9e21001 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Copy the full SHA
    471b051 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix unittest fp16 bug

    DesmonDay committed Aug 2, 2022
    Copy the full SHA
    4b6d6ab View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    677ea3a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    917b029 View commit details
    Browse the repository at this point in the history
  3. move E to Y

    DesmonDay committed Aug 9, 2022
    Copy the full SHA
    bb8517a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. add copyright, fix comment

    DesmonDay committed Aug 10, 2022
    Copy the full SHA
    666bd68 View commit details
    Browse the repository at this point in the history
  2. review code

    DesmonDay committed Aug 10, 2022
    Copy the full SHA
    a480092 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix thread block size

    DesmonDay committed Aug 11, 2022
    Copy the full SHA
    36d1eab View commit details
    Browse the repository at this point in the history
  2. fix thread block size

    DesmonDay committed Aug 11, 2022
    Copy the full SHA
    50bf7da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e7cbc9f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2b0bd9a View commit details
    Browse the repository at this point in the history