This is an automated email from the ASF dual-hosted git repository. zhic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push: new 02b643b typo (#6352) 02b643b is described below commit 02b643be282adc57f00ddd30fba7d35a2be91dbd Author: Andrew Liu <andrewl...@gmail.com> AuthorDate: Thu Aug 27 21:27:38 2020 -0700 typo (#6352) --- docs/dev/virtual_machine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtual_machine.rst b/docs/dev/virtual_machine.rst index 059878f..ae6cac2 100644 --- a/docs/dev/virtual_machine.rst +++ b/docs/dev/virtual_machine.rst @@ -110,7 +110,7 @@ InvokePacked Invoke the packed function denoted by ``packed_index``. The ``arity`` and ``output_size`` are used to inform the VM how many inputs and outputs to expect. ``packed_args`` stores the list of argument registers. Note ``Index`` -is an alais of ``int64_t``, and it will be used in other instructions as well. +is an alias of ``int64_t``, and it will be used in other instructions as well. AllocTensor ^^^^^^^^^^^