forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cumprod fix bug of prod_grad (PaddlePaddle#64127)
* add reverse and exclusive * support reverse and exclusive * fix inplace test * fix make on xpu * remove print * update test time * fix prod_grad use cumprod * add 1-5D test * speed up test * mul out_grad * update test * Update CMakeLists.txt * update op_version * update detail.h * update composite * update detail.h * stage * update test * only test on gpu * update details.h * CI * Update composite_backward_api.h * Update details.h * update test * update * Update test_reduce_op.py * fix cumprod cpu bug * update test * update test * update * update * ci * ci * remove comment * CI * Your commit message * CI * update
- Loading branch information
1 parent
be99ba2
commit 8e9e2e9
Showing
4 changed files
with
145 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
- pad | ||
- sqrt | ||
- cumsum | ||
- cumprod | ||
- put_along_axis | ||
- sin | ||
- cos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters