Skip to content

Commit

Permalink
[XLA:GPU] Update the tracking bug number for making reduce emitters d…
Browse files Browse the repository at this point in the history
…eal well with transposes.

PiperOrigin-RevId: 206581818
  • Loading branch information
thomasjoerg authored and tensorflower-gardener committed Jul 30, 2018
1 parent 333f9c0 commit 0ec10b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/service/gpu/multi_output_fusion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bool IsInputFusibleReduction(HloInstruction* instr) {
// of input parameters differ. In such situtations it is beneficial not to fuse.
// We consider input params with maximum rank only. Params with smaller ranks
// will be broadcasted and have not been observed to cause data locality issues.
// TODO(b/110927656): Improve reduce emitters to remove this limitation.
// TODO(b/111977086): Improve reduce emitters to remove this limitation.
bool ReduceFriendlyInputLayouts(HloInstruction* instr) {
int64 max_rank = 0;
const Layout* max_rank_layout;
Expand Down

0 comments on commit 0ec10b4

Please sign in to comment.