Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenscarl authored Oct 8, 2024
1 parent 398b2ba commit 0825789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/service/gpu/transforms/cudnn_custom_call_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ absl::StatusOr<se::gpu::CudnnGraph> HloCustomCallToCuDnnGraph(
TensorDescriptorFor(d_bmm1_rhs_shape));
TF_ASSIGN_OR_RETURN(TensorDescriptor d_bmm2_rhs,
TensorDescriptorFor(d_bmm2_rhs_shape));
// 4 gradients, 4 amaxs and one workspace
// 3 gradients, 4 amaxs and one workspace
TF_RET_CHECK(8 == custom_call->shape().tuple_shapes().size());

TF_RETURN_IF_ERROR(custom_call->set_backend_config(gpu_config));
Expand Down

0 comments on commit 0825789

Please sign in to comment.