-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[fix](nereids) fix tanh cosntant folding #52100
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 33949 ms |
TPC-DS: Total hot run time: 184793 ms |
|
run buildall |
TPC-H: Total hot run time: 33713 ms |
TPC-DS: Total hot run time: 184974 ms |
ClickBench: Total hot run time: 29.99 s |
|
run buildall |
TPC-H: Total hot run time: 33997 ms |
TPC-DS: Total hot run time: 186764 ms |
|
run performance |
TPC-H: Total hot run time: 33912 ms |
|
run performance |
TPC-H: Total hot run time: 33772 ms |
TPC-DS: Total hot run time: 184431 ms |
ClickBench: Total hot run time: 29.33 s |
|
run cloud_p0 |
|
run buildall |
TPC-H: Total hot run time: 34858 ms |
TPC-DS: Total hot run time: 185961 ms |
ClickBench: Total hot run time: 29.61 s |
FE UT Coverage ReportIncrement line coverage |
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.
good fix! but I think we need regression test to check this using the interface testFoldConst. since before there's no wrong in P0 test, there must be a missing of corresponding testcase.
|
@morrySnow PTAL |
FE UT Coverage ReportIncrement line coverage |
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
fix tanh @ExecFunction(name) change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
What problem does this PR solve?
fix tanh @ExecFunction(name)
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
change @ExecFunction(name=cosh) to @ExecFunction(name=tanh)
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)