Commit fe418ecd by Gus Smith Committed by Tianqi Chen

Fix typo (#4144)

parent 36a96773
......@@ -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_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment