-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Stride] Integrate more binary elementwise operators into DenseTensorIterator, Part 2: maximum / minimum / floordiv / heaviside / fmax / fmin #74740
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
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
luotao1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for @unittest.skipIf
XiaoguangHu01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/re-run all-failed |
70b436a
into
PaddlePaddle:develop
PR Category
Operator Mechanism
PR Types
Others
Description
pcard-67164
该PR将maximum / minimum / floordiv / heaviside / fmax / fmin六个kernel接入DenseTensorIterator,使他们支持非连续输入,并获得性能 / 显存以及正确性提升。
PR包含以下内容:
(1)maximum / minimum / floordiv / heaviside / fmax / fmin接入DenseTensorIterator,带来性能和正确性提升
(2)增加maximum / minimum / floordiv / heaviside / fmax / fmin对非连续输入的单测