Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Mar 8, 2024
1 parent 6c3832b commit 96ce688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/init_python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class PyLoweringContext {
}
computation = ConsumeValue(lowering_ctx.BuildXla());

// warp inputs of cond/body_computation
// wrap inputs of cond/body_computation
if ((GetNameString() == "condctx") || (GetNameString() == "bodyctx")) {
std::vector<std::pair<int64_t, int64_t>> input_output_alias_pair;
std::vector<size_t> buffer_donor_indices;
Expand Down

0 comments on commit 96ce688

Please sign in to comment.