From f1d0ee6153cf279b47453fb00487f25348fc1940 Mon Sep 17 00:00:00 2001 From: SagansCosmos <59585799+SayceWilliam@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:09:54 -0700 Subject: [PATCH] Update virtual_machine.rst (#9222) Basic cleanup of language to replace "TODO," which makes this section look very incomplete. --- docs/dev/virtual_machine.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/virtual_machine.rst b/docs/dev/virtual_machine.rst index 7826f68b71dd1..c532392afeb82 100644 --- a/docs/dev/virtual_machine.rst +++ b/docs/dev/virtual_machine.rst @@ -394,7 +394,8 @@ Unresolved Questions How do we handle dynamic shapes? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -TODO +Dynamic shape support is ongoing work in TVM as we upgrade Relay, TVM's compiler. For the most recent updates on +dynamic shape support, we recommend following updates in TVM's Discuss forum (https://discuss.tvm.apache.org/). How can we modify the VM to support JIT compilation of certain code paths? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^