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

Lml/add prim ops #41201

Merged
merged 96 commits into from
Apr 13, 2022
Merged

Lml/add prim ops #41201

merged 96 commits into from
Apr 13, 2022

Conversation

levi131
Copy link
Contributor

@levi131 levi131 commented Mar 31, 2022

PR types

New features

PR changes

OPs

Describe

Add autograd primitive ops for new autograd mechanism, and some unit tests.
18 autograd primitive ops are added:

    reshape_p_op
    broadcast_p_op
    reduce_p_op
    transpose_p_op
    split_p_op
    concat_p_op
    slice_select_p_op
    slice_assign_p_op
    gather_p_op
    scatter_add_p_op
    add_p_op
    sub_p_op
    mul_p_op
    div_p_op
    sqrt_p_op
    tanh_p_op
    matmul_p_op
    fill_constant_p_op

veyron95 and others added 30 commits September 22, 2021 04:09
native commit for triple grad of sigmod
Add Sigmoid triple grad tests
Updated triple grad teses func
paddle/fluid/operators/prim_ops/add_p_op.cc Outdated Show resolved Hide resolved
paddle/fluid/operators/prim_ops/div_p_op.cc Outdated Show resolved Hide resolved
paddle/fluid/operators/prim_ops/slice_select_p_op.cc Outdated Show resolved Hide resolved
paddle/fluid/operators/prim_ops/split_p_op.cc Show resolved Hide resolved
paddle/fluid/operators/prim_ops/split_p_op.cc Show resolved Hide resolved
paddle/fluid/operators/prim_ops/sub_p_op.cc Outdated Show resolved Hide resolved
Copy link
Contributor

@thisjiang thisjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@wanghuancoder wanghuancoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@tongxin tongxin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Copy link
Contributor

@XiaoguangHu01 XiaoguangHu01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants