Skip to content

Commit

Permalink
Minor comment polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
trentlo committed Jan 2, 2020
1 parent 88521da commit 30b1943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/compiler/xla/service/gpu/horizontal_fusion.h
Expand Up @@ -92,7 +92,8 @@ namespace gpu {
// No extra copies are introduced by the horizontal fusion. Besides Reshape2
// and Reshape3, the other instructions are fused into an input fusion; the
// output dims of the concatenate will be used as the kernel launch dims.
// Reshape2 and Reshape3 are converted into bitcasts.
// Instruction bitcasts can be used for Reshape2 and Reshape3 as long as the
// outputs of Mul and Add are row-major.
class GpuHorizontalFusion : public HloModulePass {
public:
GpuHorizontalFusion() {}
Expand Down

0 comments on commit 30b1943

Please sign in to comment.