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

【complex op No.36】asin_coo/asin_csr(sparse) #68258

Closed
wants to merge 4 commits into from

Conversation

Aoraki-Dream
Copy link
Contributor

PR Category

Operator Mechanism

PR Types

New features

Description

add complex support for asin_coo/asin_csr(sparse)

Copy link

paddle-bot bot commented Sep 16, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@Aoraki-Dream Aoraki-Dream changed the title 【complex op No.38】asin_coo/asin_csr(sparse) 【complex op No.36】asin_coo/asin_csr(sparse) Sep 16, 2024
@paddle-bot paddle-bot bot added the contributor External developers label Sep 16, 2024
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Sep 18, 2024
@@ -424,7 +428,11 @@ def test_sparse_tanh(self):
self.compare_with_dense(paddle.tanh, paddle.sparse.tanh)

def test_sparse_asinh(self):
self.compare_with_dense(paddle.asinh, paddle.sparse.asinh)
self.compare_with_dense(paddle.asin, paddle.sparse.asin, 'float16')

Choose a reason for hiding this comment

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

asin, asinh?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

已修改

Copy link

@zhiminzhang0830 zhiminzhang0830 left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1
Copy link
Contributor

luotao1 commented Sep 19, 2024

@Aoraki-Dream PR冲突了,请merge下develop分支

@Aoraki-Dream
Copy link
Contributor Author

已merge develop分支

@luotao1 luotao1 closed this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants