Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix GPU/CPU Conv2DBackpropInputOp check error.
For empty `out_backprop` inputs (e.g. `[3, 1, 0, 1]`), the current CPU/GPU kernels fail (one with dnnl, the other with cudnn). Added a shortcut path to return a zero input. Note that the XLA test currently fails due to an incorrect result size bug (b/239598470), so it is currently disabled. PiperOrigin-RevId: 462217998
- Loading branch information
1 parent
c55b476
commit 27a65a4
Showing
2 changed files
with
36 additions
and
0 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
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