Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyam committed Dec 1, 2022
1 parent ed2c040 commit acb42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/jit/codegen/cuda/arith.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Val* unaryIsOp(UnaryOpType type, Val* v) {
}

TensorView* unaryIsOp(UnaryOpType type, TensorView* v) {
return unaryOp(type, v->asVal())->as<TensorView>();
return unaryIsOp(type, v->asVal())->as<TensorView>();
}

Val* unaryOp(UnaryOpType type, Val* v1, const TypePromotionConfig& config) {
Expand Down

0 comments on commit acb42b9

Please sign in to comment.