-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Prim][PIR] Add back_decomp and support dynamic shape for korn_grad (#…
…69108) * add back_decomp for korn_grad(unfinished) * fixed codes * modified code and added test files * modified test file * modified code * modified code * modified kron_grad() and add some test files * modified code of x_grad(kron_grad) in details.h * modified details.h and add dynamic shape for kron_grad * modified details.h
- Loading branch information
1 parent
30c0291
commit be5f0b9
Showing
5 changed files
with
395 additions
and
7 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 |
---|---|---|
|
@@ -93,6 +93,7 @@ | |
'fmax_grad', | ||
'fmin_grad', | ||
'dot_grad', | ||
'kron_grad', | ||
] | ||
|
||
OTHER_PRIM_VJP_OPS = [ | ||
|
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
Oops, something went wrong.