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

Add SVD Op and it's GPU and CPU kernel #34953

Merged
merged 14 commits into from
Sep 2, 2021

Conversation

2742195759
Copy link
Contributor

PR types

New features

PR changes

Ops

Describe

Add paddle.linalg.svd() function, Svd Op and Svd GPU/CPU kernel.

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

paddle/fluid/operators/svd_helper.h Show resolved Hide resolved
paddle/fluid/operators/svd_helper.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_helper.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_helper.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_helper.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_op.cu Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_op.cu Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_op.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_op.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_op.h Outdated Show resolved Hide resolved
paddle/fluid/operators/svd_helper.h Outdated Show resolved Hide resolved
python/paddle/tensor/linalg.py Show resolved Hide resolved
Aurelius84
Aurelius84 previously approved these changes Aug 30, 2021
Copy link
Contributor

@Aurelius84 Aurelius84 left a comment

Choose a reason for hiding this comment

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

LGTM

Aurelius84
Aurelius84 previously approved these changes Aug 31, 2021
zhangting2020
zhangting2020 previously approved these changes Aug 31, 2021
Copy link
Contributor

@zhangting2020 zhangting2020 left a comment

Choose a reason for hiding this comment

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

LGTM for skip_check_grad_ci

zhiqiu
zhiqiu previously approved these changes Aug 31, 2021
Copy link
Contributor

@zhiqiu zhiqiu left a comment

Choose a reason for hiding this comment

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

LGTM for const_cast and ShareDataWith

juncaipeng
juncaipeng previously approved these changes Aug 31, 2021
Copy link
Contributor

@juncaipeng juncaipeng left a comment

Choose a reason for hiding this comment

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

LGTM for op_threshold_white_list.py

Copy link
Contributor

@juncaipeng juncaipeng 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
Collaborator

@phlrain phlrain left a comment

Choose a reason for hiding this comment

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

LGTM for no_check_set

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.

LG API

Copy link
Contributor

@cryoco cryoco left a comment

Choose a reason for hiding this comment

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

LGTM no_check_set

Copy link
Collaborator

@raindrops2sea raindrops2sea left a comment

Choose a reason for hiding this comment

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

LGTM

@Aurelius84 Aurelius84 merged commit 7e5fb46 into PaddlePaddle:develop Sep 2, 2021
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.