From 31f0c8e4cd141dfef1037434e08728dd490653cd Mon Sep 17 00:00:00 2001 From: Gus Date: Thu, 17 Oct 2019 13:11:14 -0700 Subject: [PATCH] Fix typo --- src/pass/lower_tvm_builtin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pass/lower_tvm_builtin.cc b/src/pass/lower_tvm_builtin.cc index 69618985d50c..79329cbe717f 100644 --- a/src/pass/lower_tvm_builtin.cc +++ b/src/pass/lower_tvm_builtin.cc @@ -230,7 +230,7 @@ class BuiltinLower : public IRMutator { cast(Int(32), device_type_))); return TVMStructGet(Handle(), stack_array_, idx, intrinsic::kArrAddr); } - // call packled. + // call packed. Expr MakeCallPacked(const Call* op, const Expr& e) { size_t restore_shape_stack = run_shape_stack_; size_t restore_array_stack = run_array_stack_;