You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2023/09/15 01:28:29 UTC

[tvm-site] branch asf-site updated: deploying docs (apache/tvm@67df20faeeffaf3c145698783f6cd157b8cdbd9c)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new eb6bf29f0b deploying docs (apache/tvm@67df20faeeffaf3c145698783f6cd157b8cdbd9c)
eb6bf29f0b is described below

commit eb6bf29f0b97a97539de9f2df7f6b6d342b601e3
Author: tvm-bot <95...@users.noreply.github.com>
AuthorDate: Fri Sep 15 01:28:22 2023 +0000

    deploying docs (apache/tvm@67df20faeeffaf3c145698783f6cd157b8cdbd9c)
---
 .../how_to/compile_models/from_darknet.rst.txt     |   2 +-
 .../how_to/compile_models/from_mxnet.rst.txt       |   2 +-
 .../how_to/compile_models/from_oneflow.rst.txt     |   2 +-
 .../how_to/compile_models/from_paddle.rst.txt      |   2 +-
 .../how_to/compile_models/from_pytorch.rst.txt     |   2 +-
 .../how_to/compile_models/from_tensorflow.rst.txt  |   2 +-
 .../compile_models/sg_execution_times.rst.txt      |  22 +-
 .../deploy_models/deploy_model_on_adreno.rst.txt   |   4 +-
 .../deploy_model_on_adreno_tvmc.rst.txt            |   2 +-
 .../deploy_models/deploy_model_on_android.rst.txt  |   2 +-
 .../deploy_object_detection_pytorch.rst.txt        |   4 +-
 .../deploy_models/deploy_prequantized.rst.txt      |   6 +-
 .../deploy_prequantized_tflite.rst.txt             |   2 +-
 .../how_to/deploy_models/deploy_quantized.rst.txt  |   2 +-
 .../deploy_models/sg_execution_times.rst.txt       |  20 +-
 .../extend_tvm/bring_your_own_datatypes.rst.txt    |   2 +-
 .../how_to/extend_tvm/sg_execution_times.rst.txt   |   8 +-
 .../how_to/extend_tvm/use_pass_instrument.rst.txt  |  16 +-
 .../optimize_operators/opt_conv_cuda.rst.txt       |   2 +-
 .../optimize_operators/opt_conv_tensorcore.rst.txt |   2 +-
 .../how_to/optimize_operators/opt_gemm.rst.txt     |  16 +-
 .../optimize_operators/sg_execution_times.rst.txt  |   8 +-
 .../sg_execution_times.rst.txt                     |  14 +-
 .../tune_conv2d_layer_cuda.rst.txt                 |   2 +-
 .../tune_network_cuda.rst.txt                      |   4 +-
 .../tune_network_x86.rst.txt                       |   4 +-
 .../tune_with_autotvm/sg_execution_times.rst.txt   |   6 +-
 .../tune_with_autotvm/tune_conv2d_cuda.rst.txt     |   2 +-
 .../work_with_microtvm/micro_autotune.rst.txt      |  18 +-
 .../work_with_microtvm/micro_pytorch.rst.txt       |   4 +-
 .../how_to/work_with_microtvm/micro_train.rst.txt  |  16 +-
 .../work_with_microtvm/sg_execution_times.rst.txt  |  14 +-
 .../work_with_relay/sg_execution_times.rst.txt     |  10 +-
 .../how_to/work_with_schedules/intrin_math.rst.txt |   2 +-
 .../work_with_schedules/sg_execution_times.rst.txt |  18 +-
 .../tutorials/autotvm/sg_execution_times.rst.txt   |   4 +-
 .../frontend/deploy_classification.rst.txt         |   4 +-
 .../tutorials/frontend/deploy_detection.rst.txt    |   4 +-
 .../tutorials/frontend/sg_execution_times.rst.txt  |   6 +-
 .../tutorials/optimize/sg_execution_times.rst.txt  |   6 +-
 .../topic/vta/tutorials/sg_execution_times.rst.txt |   6 +-
 .../tutorial/auto_scheduler_matmul_x86.rst.txt     |   4 +-
 docs/_sources/tutorial/autotvm_matmul_x86.rst.txt  |  20 +-
 docs/_sources/tutorial/autotvm_relay_x86.rst.txt   |  54 ++---
 .../tutorial/cross_compilation_and_rpc.rst.txt     |   2 +-
 docs/_sources/tutorial/intro_topi.rst.txt          |   2 +-
 docs/_sources/tutorial/sg_execution_times.rst.txt  |  22 +-
 .../tutorial/tensor_expr_get_started.rst.txt       |  47 ++--
 docs/api/rust/help.html                            |   2 +-
 docs/api/rust/settings.html                        |   2 +-
 docs/commit_hash                                   |   2 +-
 docs/how_to/compile_models/from_darknet.html       |   2 +-
 docs/how_to/compile_models/from_mxnet.html         |   2 +-
 docs/how_to/compile_models/from_oneflow.html       |  19 +-
 docs/how_to/compile_models/from_paddle.html        |   2 +-
 docs/how_to/compile_models/from_pytorch.html       |  22 +-
 docs/how_to/compile_models/from_tensorflow.html    |   2 +-
 docs/how_to/compile_models/sg_execution_times.html |  26 +-
 .../deploy_models/deploy_model_on_adreno.html      |   4 +-
 .../deploy_models/deploy_model_on_adreno_tvmc.html |  35 +--
 .../deploy_models/deploy_model_on_android.html     |   2 +-
 .../deploy_object_detection_pytorch.html           |  73 +++---
 docs/how_to/deploy_models/deploy_prequantized.html |  12 +-
 .../deploy_models/deploy_prequantized_tflite.html  |   2 +-
 docs/how_to/deploy_models/deploy_quantized.html    |   2 +-
 docs/how_to/deploy_models/sg_execution_times.html  |  20 +-
 .../extend_tvm/bring_your_own_datatypes.html       |   2 +-
 docs/how_to/extend_tvm/sg_execution_times.html     |   8 +-
 docs/how_to/extend_tvm/use_pass_instrument.html    |  16 +-
 docs/how_to/optimize_operators/opt_conv_cuda.html  |   2 +-
 .../optimize_operators/opt_conv_tensorcore.html    |   2 +-
 docs/how_to/optimize_operators/opt_gemm.html       |  16 +-
 .../optimize_operators/sg_execution_times.html     |   8 +-
 .../sg_execution_times.html                        |  14 +-
 .../tune_conv2d_layer_cuda.html                    |   2 +-
 .../tune_with_autoscheduler/tune_network_cuda.html |   4 +-
 .../tune_with_autoscheduler/tune_network_x86.html  |   4 +-
 .../tune_with_autotvm/sg_execution_times.html      |   6 +-
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.html |   2 +-
 docs/how_to/work_with_microtvm/micro_autotune.html |  18 +-
 docs/how_to/work_with_microtvm/micro_pytorch.html  |   6 +-
 docs/how_to/work_with_microtvm/micro_train.html    |  16 +-
 .../work_with_microtvm/sg_execution_times.html     |  14 +-
 .../how_to/work_with_relay/sg_execution_times.html |  10 +-
 docs/how_to/work_with_schedules/intrin_math.html   |   2 +-
 .../work_with_schedules/sg_execution_times.html    |  20 +-
 docs/install/nnpack.html                           |  12 +-
 .../doxygen/classtvm_1_1TargetKind-members.html    |  21 +-
 .../api/doxygen/classtvm_1_1TargetKind.html        |  36 ++-
 .../classtvm_1_1TargetKind__coll__graph.svg        |  99 ++++----
 .../classtvm_1_1TargetKind__inherit__graph.svg     |  71 +++---
 .../classtvm_1_1TargetNode__coll__graph.svg        |  25 +-
 ...tvm_1_1runtime_1_1ObjectRef__inherit__graph.svg |  23 +-
 docs/reference/api/doxygen/functions_func_o.html   |   1 +
 docs/reference/api/doxygen/functions_o.html        |  41 ++--
 docs/reference/api/doxygen/search/all_10.js        |  20 +-
 docs/reference/api/doxygen/search/functions_f.js   |  10 +-
 .../api/doxygen/target__kind_8h_source.html        |   7 +-
 docs/reference/api/python/auto_scheduler.html      |   4 +-
 .../api/typedoc/classes/bytestreamreader.html      |  12 +-
 .../api/typedoc/classes/cachedcallstack.html       |  34 +--
 docs/reference/api/typedoc/classes/dldatatype.html |  12 +-
 docs/reference/api/typedoc/classes/dldevice.html   |  10 +-
 .../reference/api/typedoc/classes/environment.html |  12 +-
 docs/reference/api/typedoc/classes/ffilibrary.html |  20 +-
 docs/reference/api/typedoc/classes/instance.html   |  58 ++---
 docs/reference/api/typedoc/classes/memory.html     |  34 +--
 docs/reference/api/typedoc/classes/module.html     |  10 +-
 docs/reference/api/typedoc/classes/ndarray.html    |  22 +-
 .../api/typedoc/classes/packedfunccell.html        |   6 +-
 docs/reference/api/typedoc/classes/rpcserver.html  |  14 +-
 .../api/typedoc/classes/runtimecontext.html        |  22 +-
 docs/reference/api/typedoc/classes/scalar.html     |   6 +-
 docs/reference/api/typedoc/classes/tvmarray.html   |  16 +-
 docs/reference/api/typedoc/classes/tvmobject.html  |  12 +-
 .../api/typedoc/classes/webgpucontext.html         |  12 +-
 docs/reference/api/typedoc/enums/argtypecode.html  |  30 +--
 .../api/typedoc/enums/aynccallbackcode.html        |   4 +-
 .../api/typedoc/enums/dldatatypecode.html          |   8 +-
 .../api/typedoc/enums/rpcserverstate.html          |  12 +-
 docs/reference/api/typedoc/enums/sizeof.html       |  18 +-
 docs/reference/api/typedoc/index.html              | 124 +++++-----
 .../api/typedoc/interfaces/disposable.html         |   2 +-
 .../api/typedoc/interfaces/functioninfo.html       |   6 +-
 .../api/typedoc/interfaces/libraryprovider.html    |   4 +-
 docs/searchindex.js                                |   2 +-
 .../vta/tutorials/autotvm/sg_execution_times.html  |   4 +-
 .../tutorials/frontend/deploy_classification.html  |   4 +-
 .../vta/tutorials/frontend/deploy_detection.html   |   4 +-
 .../vta/tutorials/frontend/sg_execution_times.html |   6 +-
 .../vta/tutorials/optimize/sg_execution_times.html |   6 +-
 docs/topic/vta/tutorials/sg_execution_times.html   |   6 +-
 docs/tutorial/auto_scheduler_matmul_x86.html       |   4 +-
 docs/tutorial/autotvm_matmul_x86.html              |  20 +-
 docs/tutorial/autotvm_relay_x86.html               | 269 +++++++++++----------
 docs/tutorial/cross_compilation_and_rpc.html       |   2 +-
 docs/tutorial/intro_topi.html                      |   2 +-
 docs/tutorial/sg_execution_times.html              |  22 +-
 docs/tutorial/tensor_expr_get_started.html         |  43 ++--
 139 files changed, 1080 insertions(+), 1032 deletions(-)

diff --git a/docs/_sources/how_to/compile_models/from_darknet.rst.txt b/docs/_sources/how_to/compile_models/from_darknet.rst.txt
index 0d2a6babe7..2a23537520 100644
--- a/docs/_sources/how_to/compile_models/from_darknet.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_darknet.rst.txt
@@ -318,7 +318,7 @@ The process is no different from other examples.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  46.347 seconds)
+   **Total running time of the script:** ( 1 minutes  43.269 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_darknet.py:
diff --git a/docs/_sources/how_to/compile_models/from_mxnet.rst.txt b/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
index 8f5b7e82ab..5dd3804107 100644
--- a/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_mxnet.rst.txt
@@ -116,7 +116,7 @@ In this section, we download a pretrained imagenet model and classify an image.
 
  .. code-block:: none
 
-    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip6718d1e8-0739-4ab0-bf82-47757a1f636b from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+    Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip4880adb5-c49f-40b2-983e-9018d45c8f4c from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
     x (1, 3, 224, 224)
 
 
diff --git a/docs/_sources/how_to/compile_models/from_oneflow.rst.txt b/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
index 7a017fd342..faffdd0b51 100644
--- a/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_oneflow.rst.txt
@@ -121,7 +121,7 @@ Load a pretrained OneFlow model and save model
  .. code-block:: none
 
     Downloading: "https://oneflow-public.oss-cn-beijing.aliyuncs.com/model_zoo/flowvision/classification/ResNet/resnet18.zip" to /workspace/.oneflow/flowvision_cache/resnet18.zip
-
      0%|          | 0.00/41.5M [00:00<?, ?B/s]
     15%|#5        | 6.33M/41.5M [00:00<00:01, 30.8MB/s]
     22%|##2       | 9.27M/41.5M [00:00<00:01, 22.2MB/s]
     35%|###4      | 14.3M/41.5M [00:00<00:01, 23.2MB/s]
     40%|###9      | 16.5M/41.5M [00:00<00:01, 20.0MB/s]
     54%|#####3    | 22.3M/41.5M [00:00<00:00, 24.7MB/s]
     59%|#####9    | 24.7M/41.5M [00:01<00:00, 19.9MB/s]
     77%|#######7  | 32.0M/41.5M [00:01<00:00, 25.0MB/s]
     92%|#########2| 38.3M/41.5M [00:01<00:00, 26.5MB/s]
     98%|#########8| 40.8M/41.5M [00:01<00:00, 26.3MB/s]
    100%|##########| 41.5M/41.5M [00:01<00:00, 24.9MB/s]
+
      0%|          | 0.00/41.5M [00:00<?, ?B/s]
     15%|#5        | 6.33M/41.5M [00:00<00:01, 28.0MB/s]
     22%|##1       | 9.00M/41.5M [00:00<00:01, 21.6MB/s]
     35%|###4      | 14.3M/41.5M [00:00<00:01, 24.7MB/s]
     40%|####      | 16.6M/41.5M [00:00<00:01, 21.4MB/s]
     54%|#####3    | 22.3M/41.5M [00:00<00:00, 25.8MB/s]
     60%|#####9    | 24.8M/41.5M [00:01<00:00, 23.2MB/s]
     77%|#######7  | 32.0M/41.5M [00:01<00:00, 29.8MB/s]
     92%|#########2| 38.3M/41.5M [00:01<00:00, 34.0MB/s]
    100%|##########| 41.5M/41.5M [00:01<00:00, 28.6MB/s]
 
 
 
diff --git a/docs/_sources/how_to/compile_models/from_paddle.rst.txt b/docs/_sources/how_to/compile_models/from_paddle.rst.txt
index 147b6de22b..dbfd146e85 100644
--- a/docs/_sources/how_to/compile_models/from_paddle.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_paddle.rst.txt
@@ -209,7 +209,7 @@ Look up prediction top 1 index in 1000 class synset.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  3.359 seconds)
+   **Total running time of the script:** ( 1 minutes  6.504 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_paddle.py:
diff --git a/docs/_sources/how_to/compile_models/from_pytorch.rst.txt b/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
index 33ae2fc71c..69c68acb77 100644
--- a/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_pytorch.rst.txt
@@ -101,7 +101,7 @@ Load a pretrained PyTorch model
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=ResNet18_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet18_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     Downloading: "https://download.pytorch.org/models/resnet18-f37072fd.pth" to /workspace/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth
-
      0%|          | 0.00/44.7M [00:00<?, ?B/s]
     14%|#4        | 6.30M/44.7M [00:00<00:01, 27.3MB/s]
     20%|#9        | 8.91M/44.7M [00:00<00:01, 20.0MB/s]
     32%|###2      | 14.3M/44.7M [00:00<00:01, 28.5MB/s]
     39%|###8      | 17.3M/44.7M [00:00<00:01, 25.2MB/s]
     54%|#####3    | 24.0M/44.7M [00:00<00:00, 28.1MB/s]
     60%|#####9    | 26.7M/44.7M [00:01<00:00, 21.1MB/s]
     68%|######7   | 30.3M/44.7M [00:01<00:00, 18.1MB/s]
     72%|#######2  | 32.2M/44.7M [00:01<00:00, 15.5MB/s]
     86%|########5 | 38.3M/44.7M [00:01<00:00, 19.6MB/s]
     90%|######### | 40.2M/44.7M [00:02<00:00, 15.0MB/s]
    100%|##########| 44.7M/44.7M [00:02<00:00, 21.0MB/s]
+
      0%|          | 0.00/44.7M [00:00<?, ?B/s]
     14%|#4        | 6.30M/44.7M [00:00<00:02, 17.0MB/s]
     18%|#7        | 7.99M/44.7M [00:00<00:02, 12.9MB/s]
     32%|###2      | 14.3M/44.7M [00:00<00:01, 17.3MB/s]
     36%|###6      | 16.1M/44.7M [00:01<00:01, 17.4MB/s]
     54%|#####3    | 24.0M/44.7M [00:01<00:00, 26.3MB/s]
     60%|#####9    | 26.6M/44.7M [00:01<00:00, 23.1MB/s]
     68%|######7   | 30.3M/44.7M [00:01<00:00, 20.3MB/s]
     72%|#######2  | 32.3M/44.7M [00:01<00:00, 17.9MB/s]
     86%|########5 | 38.3M/44.7M [00:01<00:00, 22.0MB/s]
     90%|######### | 40.4M/44.7M [00:02<00:00, 19.3MB/s]
    100%|##########| 44.7M/44.7M [00:02<00:00, 21.4MB/s]
 
 
 
diff --git a/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt b/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
index 612394339e..2300e20597 100644
--- a/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
+++ b/docs/_sources/how_to/compile_models/from_tensorflow.rst.txt
@@ -430,7 +430,7 @@ Run the corresponding model on tensorflow
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  40.334 seconds)
+   **Total running time of the script:** ( 1 minutes  36.102 seconds)
 
 
 .. _sphx_glr_download_how_to_compile_models_from_tensorflow.py:
diff --git a/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt b/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
index 78cc7aa124..0b653a1c14 100644
--- a/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/compile_models/sg_execution_times.rst.txt
@@ -5,26 +5,26 @@
 
 Computation times
 =================
-**07:49.267** total execution time for **how_to_compile_models** files:
+**07:41.524** total execution time for **how_to_compile_models** files:
 
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)       | 01:46.347 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_darknet.py` (``from_darknet.py``)       | 01:43.269 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``) | 01:40.334 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_tensorflow.py` (``from_tensorflow.py``) | 01:36.102 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)         | 01:03.359 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_paddle.py` (``from_paddle.py``)         | 01:06.504 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_oneflow.py` (``from_oneflow.py``)       | 00:42.657 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_oneflow.py` (``from_oneflow.py``)       | 00:43.032 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)         | 00:41.374 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_coreml.py` (``from_coreml.py``)         | 00:39.554 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)           | 00:36.635 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_mxnet.py` (``from_mxnet.py``)           | 00:35.762 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)       | 00:31.477 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)           | 00:30.417 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_keras.py` (``from_keras.py``)           | 00:29.342 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_pytorch.py` (``from_pytorch.py``)       | 00:30.285 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)         | 00:14.702 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_tflite.py` (``from_tflite.py``)         | 00:13.642 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)             | 00:03.041 | 0.0 MB |
+| :ref:`sphx_glr_how_to_compile_models_from_onnx.py` (``from_onnx.py``)             | 00:02.958 | 0.0 MB |
 +-----------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
index ada24a460a..ee4737c882 100644
--- a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno.rst.txt
@@ -673,7 +673,7 @@ well as provides information about the model's performance
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-     4272.9910    4269.2118    4292.1526    4262.7205      9.0972                  
+     4225.5804    4225.3845    4229.8527    4221.9786      2.3456                  
 
 
 
@@ -681,7 +681,7 @@ well as provides information about the model's performance
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  21.210 seconds)
+   **Total running time of the script:** ( 1 minutes  21.303 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_model_on_adreno.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno_tvmc.rst.txt b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno_tvmc.rst.txt
index 8d8839ffb9..30dcd908a2 100644
--- a/docs/_sources/how_to/deploy_models/deploy_model_on_adreno_tvmc.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_model_on_adreno_tvmc.rst.txt
@@ -127,7 +127,7 @@ Make a Keras Resnet50 Model
  .. code-block:: none
 
     Downloading data from https://storage.googleapis.com/tensorflow/keras-applications/resnet/resnet50_weights_tf_dim_ordering_tf_kernels.h5
-
         8192/102967424 [..............................] - ETA: 0s
      6635520/102967424 [>.............................] - ETA: 1s
      8380416/102967424 [=>............................] - ETA: 1s
     15204352/102967424 [===>..........................] - ETA: 1s
     16769024/102967424 [===>..........................] - ETA: 1s
     23412736/102967424 [=====>........................] - ETA: 1s
     25157632/102967424 [======>.......................] - ETA: 1s
     27820032/102967424 [=======>......................] - ETA: 1s
 
     30605312/102967424 [=======>......................] - ETA: 1s
     33546240/102967424 [========>.....................] - ETA: 1s
     38993920/102967424 [==========>...................] - ETA: 1s
     40189952/102967424 [==========>...................] - ETA: 1s
     41934848/102967424 [===========>..................] - ETA: 2s
     50323456/102967424 [=============>................] - ETA: 1s
     58712064/102967424 [================>.............] - ETA: 1s
     63160320/102967424 [=================>............] -
  ETA: 1s
     65355776/102967424 [==================>...........] - ETA: 1s
     67100672/102967424 [==================>...........] - ETA: 1s
     69296128/102967424 [===================>..........] - ETA: 1s
     75489280/102967424 [====================>.........] - ETA: 0s
     83877888/102967424 [=======================>......] - ETA: 0s
     90521600/102967424 [=========================>....] - ETA: 0s
     92266496/102967424 [=========================>....] - ETA: 0s
     92405760/102967424
  [=========================>....] - ETA: 0s
     95059968/102967424 [==========================>...] - ETA: 0s
    100368384/102967424 [============================>.] - ETA: 0s
    102850560/102967424 [============================>.] - ETA: 0s
    102967424/102967424 [==============================] - 3s 0us/step
+
         8192/102967424 [..............................] - ETA: 0s
      6635520/102967424 [>.............................] - ETA: 2s
      8380416/102967424 [=>............................] - ETA: 3s
     15024128/102967424 [===>..........................] - ETA: 2s
     16769024/102967424 [===>..........................] - ETA: 3s
     23412736/102967424 [=====>........................] - ETA: 2s
     25157632/102967424 [======>.......................] - ETA: 2s
     33546240/102967424 [========>.....................] - ETA: 2s
 
     38993920/102967424 [==========>...................] - ETA: 1s
     40189952/102967424 [==========>...................] - ETA: 2s
     41934848/102967424 [===========>..................] - ETA: 2s
     48578560/102967424 [=============>................] - ETA: 1s
     50323456/102967424 [=============>................] - ETA: 1s
     56967168/102967424 [===============>..............] - ETA: 1s
     58712064/102967424 [================>.............] - ETA: 1s
     65355776/102967424 [==================>...........] -
  ETA: 1s
     67100672/102967424 [==================>...........] - ETA: 1s
     69296128/102967424 [===================>..........] - ETA: 1s
     73744384/102967424 [====================>.........] - ETA: 1s
     75489280/102967424 [====================>.........] - ETA: 1s
     81780736/102967424 [======================>.......] - ETA: 0s
     82124800/102967424 [======================>.......] - ETA: 0s
     83877888/102967424 [=======================>......] - ETA: 0s
     90521600/102967424
  [=========================>....] - ETA: 0s
     92266496/102967424 [=========================>....] - ETA: 0s
     96321536/102967424 [===========================>..] - ETA: 0s
     97714176/102967424 [===========================>..] - ETA: 0s
     98910208/102967424 [===========================>..] - ETA: 0s
    100646912/102967424 [============================>.] - ETA: 0s
    102850560/102967424 [============================>.] - ETA: 0s
    102967424/102967424 [==============================] - 5s 0us/step
 
 
 
diff --git a/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt b/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
index 471573f6dd..efab8ddfab 100644
--- a/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_model_on_android.rst.txt
@@ -437,7 +437,7 @@ Execute on TVM
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      17.2154      17.1451      19.7443      16.1185       1.0026                  
+      15.4717      15.4745      15.6277      15.3001       0.0948                  
 
 
 
diff --git a/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt b/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
index b483f09e18..828c1ef9d3 100644
--- a/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_object_detection_pytorch.rst.txt
@@ -130,7 +130,7 @@ Load pre-trained maskrcnn from torchvision and do tracing
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MaskRCNN_ResNet50_FPN_Weights.COCO_V1`. You can also use `weights=MaskRCNN_ResNet50_FPN_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     Downloading: "https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth" to /workspace/.cache/torch/hub/checkpoints/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth
-
      0%|          | 0.00/170M [00:00<?, ?B/s]
      4%|3         | 6.30M/170M [00:00<00:07, 23.6MB/s]
      5%|5         | 8.55M/170M [00:00<00:08, 18.8MB/s]
      8%|8         | 14.3M/170M [00:00<00:05, 27.7MB/s]
     10%|#         | 17.2M/170M [00:00<00:07, 20.0MB/s]
     13%|#3        | 22.3M/170M [00:00<00:06, 25.5MB/s]
     15%|#4        | 25.1M/170M [00:01<00:06, 23.7MB/s]
     19%|#8        | 32.0M/170M [00:01<00:05, 26.4MB/s]
     24%|##3       | 40.0M/170M [00:01<00:04, 33.7MB/s]
     27%|##7       | 46.3M/170M [00:01<00:03, 37.3MB/s]
     29%|##9       | 50.1M/170M [00:01<00:04, 30.8MB/s]
     33%|###2      | 56.0M/170M [00:02<00:03, 33.1MB/s]
     37%|###6      | 62.3M/170M [00:02<00:03, 37.5MB/s]
     39%|###8      | 66.1M/170M [00:02<00:02, 37.3MB/s]
     42%|####2     | 72.0M/170M [00:02<00:02, 37.1MB/s]
     45%|####5     | 77.2M/170M [00:02<00:02, 40.8MB/s]
     48%|####7     | 81.3M/170M [00:02<00:03, 30.3MB/s]
     51%|#####     | 86.3M/170M [00:02<00:02, 32.7MB/
 s]
     53%|#####2    | 89.8M/170M [00:03<00:02, 31.4MB/s]
     56%|#####5    | 94.3M/170M [00:03<00:02, 29.9MB/s]
     57%|#####7    | 97.3M/170M [00:03<00:02, 28.7MB/s]
     60%|######    | 102M/170M [00:03<00:02, 28.2MB/s] 
     62%|######1   | 105M/170M [00:03<00:02, 24.7MB/s]
     66%|######5   | 112M/170M [00:03<00:02, 28.0MB/s]
     71%|#######   | 120M/170M [00:04<00:01, 33.7MB/s]
     74%|#######4  | 126M/170M [00:04<00:01, 38.5MB/s]
     77%|#######6  | 130M/170M [00:04<00:01, 37.2MB/s]
     79%|#######9  | 134M/170M [00:04<00:01, 36.3MB/s]
     81%|########1 | 138M/170M [00:04<00:01, 29.0MB/s]
     85%|########4 | 144M/170M [00:04<00:00, 30.6MB/s]
     88%|########8 | 150M/170M [00:05<00:00, 25.6MB/s]
     90%|######### | 153M/170M [00:05<00:00, 22.9MB/s]
     93%|#########3| 158M/170M [00:05<00:00, 22.3MB/s]
     95%|#########4| 161M/170M [00:05<00:00, 20.1MB/s]
     98%|#########7| 166M/170M [00:06<00:00, 20.5MB/s]
    100%|##########| 170M/170M [00:06<00:00, 28.6MB/s]
+
      0%|          | 0.00/170M [00:00<?, ?B/s]
      4%|3         | 6.30M/170M [00:00<00:07, 22.5MB/s]
      5%|4         | 8.45M/170M [00:00<00:09, 17.0MB/s]
      8%|8         | 14.3M/170M [00:00<00:10, 15.6MB/s]
      9%|9         | 16.0M/170M [00:01<00:10, 15.0MB/s]
     13%|#3        | 22.3M/170M [00:01<00:06, 22.3MB/s]
     15%|#4        | 24.7M/170M [00:01<00:08, 18.0MB/s]
     18%|#7        | 30.3M/170M [00:01<00:06, 21.9MB/s]
     19%|#9        | 32.6M/170M [00:01<00:08, 17.6MB/s]
     24%|##3       | 40.0M/170M [00:02<00:05, 24.3MB/s]
     27%|##7       | 46.3M/170M [00:02<00:05, 23.9MB/s]
     29%|##8       | 48.7M/170M [00:02<00:06, 19.8MB/s]
     33%|###2      | 56.0M/170M [00:02<00:04, 24.9MB/s]
     38%|###7      | 64.0M/170M [00:03<00:03, 28.2MB/s]
     42%|####2     | 72.0M/170M [00:03<00:03, 32.8MB/s]
     46%|####6     | 78.3M/170M [00:03<00:03, 27.8MB/s]
     48%|####7     | 81.2M/170M [00:03<00:03, 24.1MB/s]
     51%|#####     | 86.3M/170M [00:03<00:03, 26.1MB/
 s]
     52%|#####2    | 88.9M/170M [00:04<00:03, 23.6MB/s]
     56%|#####5    | 94.3M/170M [00:04<00:02, 27.0MB/s]
     57%|#####7    | 97.0M/170M [00:04<00:03, 22.0MB/s]
     60%|######    | 102M/170M [00:04<00:03, 22.2MB/s] 
     62%|######1   | 105M/170M [00:04<00:03, 20.4MB/s]
     66%|######5   | 112M/170M [00:05<00:02, 26.8MB/s]
     70%|######9   | 118M/170M [00:05<00:01, 27.0MB/s]
     71%|#######1  | 121M/170M [00:05<00:01, 26.0MB/s]
     74%|#######4  | 126M/170M [00:05<00:01, 25.2MB/s]
     76%|#######5  | 129M/170M [00:05<00:01, 22.4MB/s]
     79%|#######9  | 134M/170M [00:05<00:01, 26.1MB/s]
     81%|########  | 137M/170M [00:06<00:01, 21.0MB/s]
     85%|########4 | 144M/170M [00:06<00:01, 24.3MB/s]
     88%|########8 | 150M/170M [00:06<00:00, 22.0MB/s]
     90%|########9 | 152M/170M [00:06<00:00, 19.3MB/s]
     93%|#########3| 158M/170M [00:07<00:00, 21.6MB/s]
     94%|#########4| 160M/170M [00:07<00:00, 20.0MB/s]
     98%|#########7| 166M/170M [00:07<00:00, 18.4MB/s]
     100%|##########| 170M/170M [00:07<00:00, 22.7MB/s]
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torch/nn/functional.py:3912: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
       (torch.floor((input.size(i + 2).float() * torch.tensor(scale_factors[i], dtype=torch.float32)).float()))
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torchvision/ops/boxes.py:157: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
@@ -295,7 +295,7 @@ Get boxes with score larger than 0.9
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 3 minutes  58.563 seconds)
+   **Total running time of the script:** ( 3 minutes  46.627 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_object_detection_pytorch.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt b/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
index 16eedc79f9..078015906f 100644
--- a/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_prequantized.rst.txt
@@ -227,7 +227,7 @@ training. Other models require a full post training calibration.
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights.
       warnings.warn(msg)
     Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth
-
      0%|          | 0.00/13.6M [00:00<?, ?B/s]
     47%|####6     | 6.30M/13.6M [00:00<00:00, 25.5MB/s]
     64%|######4   | 8.74M/13.6M [00:00<00:00, 20.6MB/s]
     90%|########9 | 12.2M/13.6M [00:00<00:00, 13.8MB/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 17.5MB/s]
+
      0%|          | 0.00/13.6M [00:00<?, ?B/s]
     47%|####6     | 6.30M/13.6M [00:00<00:00, 25.3MB/s]
     64%|######4   | 8.72M/13.6M [00:00<00:00, 19.5MB/s]
     90%|########9 | 12.2M/13.6M [00:00<00:00, 16.7MB/s]
    100%|##########| 13.6M/13.6M [00:00<00:00, 20.0MB/s]
 
 
 
@@ -409,7 +409,7 @@ Here we give an example of how to measure performance of TVM compiled models.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      89.8447      89.4116      94.7505      88.9828       1.1964                  
+      89.0015      88.9396      93.6969      88.7215       0.4950                  
 
 
 
@@ -457,7 +457,7 @@ TODO
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  34.604 seconds)
+   **Total running time of the script:** ( 1 minutes  30.826 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_prequantized.py:
diff --git a/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt b/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
index d42fd81f6c..905c74f2aa 100644
--- a/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_prequantized_tflite.rst.txt
@@ -423,7 +423,7 @@ Here we give an example of how to measure performance of TVM compiled models.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      113.7956     111.8672     141.3420     110.9498      4.3644                  
+      111.0326     111.0353     111.5638     110.4935      0.2222                  
 
 
 
diff --git a/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt b/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
index 023b9e0b78..f6a9d6bcb0 100644
--- a/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
+++ b/docs/_sources/how_to/deploy_models/deploy_quantized.rst.txt
@@ -257,7 +257,7 @@ We create a Relay VM to build and execute the model.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 2 minutes  46.423 seconds)
+   **Total running time of the script:** ( 2 minutes  55.321 seconds)
 
 
 .. _sphx_glr_download_how_to_deploy_models_deploy_quantized.py:
diff --git a/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt b/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
index a06d885664..db328d8917 100644
--- a/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/deploy_models/sg_execution_times.rst.txt
@@ -5,26 +5,26 @@
 
 Computation times
 =================
-**13:27.076** total execution time for **how_to_deploy_models** files:
+**13:12.896** total execution time for **how_to_deploy_models** files:
 
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``) | 03:58.563 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_object_detection_pytorch.py` (``deploy_object_detection_pytorch.py``) | 03:46.627 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)                               | 02:46.423 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_quantized.py` (``deploy_quantized.py``)                               | 02:55.321 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)                         | 01:34.604 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized.py` (``deploy_prequantized.py``)                         | 01:30.826 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno.py` (``deploy_model_on_adreno.py``)                   | 01:21.210 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno.py` (``deploy_model_on_adreno.py``)                   | 01:21.303 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)           | 00:55.096 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_prequantized_tflite.py` (``deploy_prequantized_tflite.py``)           | 00:53.024 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)                 | 00:54.675 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_android.py` (``deploy_model_on_android.py``)                 | 00:52.335 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno_tvmc.py` (``deploy_model_on_adreno_tvmc.py``)         | 00:51.452 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_adreno_tvmc.py` (``deploy_model_on_adreno_tvmc.py``)         | 00:51.012 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_nano.py` (``deploy_model_on_nano.py``)                       | 00:32.815 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_nano.py` (``deploy_model_on_nano.py``)                       | 00:31.473 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)                       | 00:32.230 | 0.0 MB |
+| :ref:`sphx_glr_how_to_deploy_models_deploy_model_on_rasp.py` (``deploy_model_on_rasp.py``)                       | 00:30.968 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_deploy_models_deploy_sparse.py` (``deploy_sparse.py``)                                     | 00:00.007 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt b/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
index 39f65ec2ad..3d894c5851 100644
--- a/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/bring_your_own_datatypes.rst.txt
@@ -463,7 +463,7 @@ First let us define two helper functions to get the mobilenet model and a cat im
 
  .. code-block:: none
 
-    Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipbb18d2cd-67e3-42aa-bf09-b0544aed6fd5 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
+    Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipff0cef67-245e-470d-ae05-d77120effeda from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
 
 
 
diff --git a/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt b/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
index da44872cd8..a3bcfd82a7 100644
--- a/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/sg_execution_times.rst.txt
@@ -5,14 +5,14 @@
 
 Computation times
 =================
-**00:58.071** total execution time for **how_to_extend_tvm** files:
+**00:58.691** total execution time for **how_to_extend_tvm** files:
 
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``) | 00:54.096 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_bring_your_own_datatypes.py` (``bring_your_own_datatypes.py``) | 00:54.690 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)           | 00:02.778 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_use_pass_instrument.py` (``use_pass_instrument.py``)           | 00:02.801 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)                     | 00:01.189 | 0.0 MB |
+| :ref:`sphx_glr_how_to_extend_tvm_use_pass_infra.py` (``use_pass_infra.py``)                     | 00:01.193 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_extend_tvm_low_level_custom_pass.py` (``low_level_custom_pass.py``)       | 00:00.008 | 0.0 MB |
 +-------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt b/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
index adc5283e47..32bedfd875 100644
--- a/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
+++ b/docs/_sources/how_to/extend_tvm/use_pass_instrument.rst.txt
@@ -220,10 +220,10 @@ profile the execution time of each passes.
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 23458us [23458us] (48.63%; 48.63%)
-    FoldScaleAxis: 24778us [8us] (51.37%; 51.37%)
-            FoldConstant: 24770us [1752us] (51.35%; 99.97%)
-                    InferType: 23019us [23019us] (47.72%; 92.93%)
+    InferType: 23648us [23648us] (48.55%; 48.55%)
+    FoldScaleAxis: 25056us [8us] (51.45%; 51.45%)
+            FoldConstant: 25048us [1762us] (51.43%; 99.97%)
+                    InferType: 23287us [23287us] (47.81%; 92.97%)
 
 
 
@@ -262,10 +262,10 @@ Refer to following sections and :py:func:`tvm.instrument.pass_instrument` for th
  .. code-block:: none
 
     Printing results of timing profile...
-    InferType: 23033us [23033us] (48.26%; 48.26%)
-    FoldScaleAxis: 24692us [7us] (51.74%; 51.74%)
-            FoldConstant: 24684us [1798us] (51.72%; 99.97%)
-                    InferType: 22886us [22886us] (47.95%; 92.71%)
+    InferType: 23204us [23204us] (48.22%; 48.22%)
+    FoldScaleAxis: 24913us [8us] (51.78%; 51.78%)
+            FoldConstant: 24904us [1790us] (51.76%; 99.97%)
+                    InferType: 23114us [23114us] (48.04%; 92.81%)
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt b/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
index 1707ab05b7..fa6e17b070 100644
--- a/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_conv_cuda.rst.txt
@@ -331,7 +331,7 @@ latency of convolution.
 
  .. code-block:: none
 
-    Convolution: 45.367328 ms
+    Convolution: 47.440734 ms
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt b/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
index 4187a5b236..5c042fbb05 100644
--- a/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_conv_tensorcore.rst.txt
@@ -598,7 +598,7 @@ be able to run on our build server
 
  .. code-block:: none
 
-    conv2d with tensor core: 11.052851 ms
+    conv2d with tensor core: 12.268461 ms
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt b/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
index 124d0e6aa9..95a431fbe2 100644
--- a/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/opt_gemm.rst.txt
@@ -134,8 +134,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 
  .. code-block:: none
 
-    Numpy running time: 0.019001
-    Baseline: 3.363675
+    Numpy running time: 0.018952
+    Baseline: 3.238273
 
 
 
@@ -227,7 +227,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 
  .. code-block:: none
 
-    Opt1: 0.308491
+    Opt1: 0.322773
 
 
 
@@ -318,7 +318,7 @@ In this tutorial, we chose to vectorize the inner loop row data since it is cach
 
  .. code-block:: none
 
-    Opt2: 0.291410
+    Opt2: 0.315093
 
 
 
@@ -406,7 +406,7 @@ the access pattern for A matrix is more cache friendly.
 
  .. code-block:: none
 
-    Opt3: 0.118735
+    Opt3: 0.121458
 
 
 
@@ -523,7 +523,7 @@ flattening.
 
  .. code-block:: none
 
-    Opt4: 0.107914
+    Opt4: 0.108738
 
 
 
@@ -635,7 +635,7 @@ write to C when all the block results are ready.
 
  .. code-block:: none
 
-    Opt5: 0.114204
+    Opt5: 0.112520
 
 
 
@@ -748,7 +748,7 @@ Furthermore, we can also utilize multi-core processors to do the thread-level pa
 
  .. code-block:: none
 
-    Opt6: 0.133765
+    Opt6: 0.133485
 
 
 
diff --git a/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt b/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
index 2ba84af7ba..76b35606fe 100644
--- a/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/optimize_operators/sg_execution_times.rst.txt
@@ -5,12 +5,12 @@
 
 Computation times
 =================
-**00:34.613** total execution time for **how_to_optimize_operators** files:
+**00:34.733** total execution time for **how_to_optimize_operators** files:
 
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)                       | 00:31.384 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_gemm.py` (``opt_gemm.py``)                       | 00:31.374 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``) | 00:01.998 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_tensorcore.py` (``opt_conv_tensorcore.py``) | 00:02.040 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)             | 00:01.231 | 0.0 MB |
+| :ref:`sphx_glr_how_to_optimize_operators_opt_conv_cuda.py` (``opt_conv_cuda.py``)             | 00:01.319 | 0.0 MB |
 +-----------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
index b0e7d4ab91..6a504cac5c 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/sg_execution_times.rst.txt
@@ -5,18 +5,18 @@
 
 Computation times
 =================
-**03:49.006** total execution time for **how_to_tune_with_autoscheduler** files:
+**03:39.646** total execution time for **how_to_tune_with_autoscheduler** files:
 
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)             | 01:38.573 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_x86.py` (``tune_network_x86.py``)             | 01:34.912 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)           | 01:16.901 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_cuda.py` (``tune_network_cuda.py``)           | 01:13.397 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``) | 00:18.507 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_conv2d_layer_cuda.py` (``tune_conv2d_layer_cuda.py``) | 00:17.951 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)             | 00:17.769 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_arm.py` (``tune_network_arm.py``)             | 00:16.925 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)           | 00:17.151 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_network_mali.py` (``tune_network_mali.py``)           | 00:16.355 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)               | 00:00.104 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autoscheduler_tune_sparse_x86.py` (``tune_sparse_x86.py``)               | 00:00.106 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
index 279e4f963a..7ff1bb083d 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.rst.txt
@@ -766,7 +766,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 0.342 ms
+    Execution time of this operator: 0.340 ms
 
 
 
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
index 04085676ec..15e8d1277e 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_cuda.rst.txt
@@ -647,7 +647,7 @@ so we can read the log file and load the best schedules.
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-       3.2665       3.2677       3.2678       3.2641       0.0017                  
+       3.2499       3.2492       3.2534       3.2472       0.0026                  
 
 
 
@@ -674,7 +674,7 @@ Other Tips
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  16.901 seconds)
+   **Total running time of the script:** ( 1 minutes  13.397 seconds)
 
 
 .. _sphx_glr_download_how_to_tune_with_autoscheduler_tune_network_cuda.py:
diff --git a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
index 599df8f1af..4cb3b5850c 100644
--- a/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
+++ b/docs/_sources/how_to/tune_with_autoscheduler/tune_network_x86.rst.txt
@@ -666,7 +666,7 @@ so we can read the log file and load the best schedules.
     Evaluate inference time cost...
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-      785.3563     787.0100     789.1626     779.8964      3.9595                  
+      777.7542     776.9657     779.8176     776.4793      1.4725                  
 
 
 
@@ -693,7 +693,7 @@ Other Tips
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  38.573 seconds)
+   **Total running time of the script:** ( 1 minutes  34.912 seconds)
 
 
 .. _sphx_glr_download_how_to_tune_with_autoscheduler_tune_network_x86.py:
diff --git a/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt b/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
index 54026adfe8..8900c18679 100644
--- a/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/tune_with_autotvm/sg_execution_times.rst.txt
@@ -5,16 +5,16 @@
 
 Computation times
 =================
-**00:23.820** total execution time for **how_to_tune_with_autotvm** files:
+**00:24.147** total execution time for **how_to_tune_with_autotvm** files:
 
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)           | 00:23.782 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_conv2d_cuda.py` (``tune_conv2d_cuda.py``)           | 00:24.110 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_x86.py` (``tune_relay_x86.py``)               | 00:00.021 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_cuda.py` (``tune_relay_cuda.py``)             | 00:00.006 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_mobile_gpu.py` (``tune_relay_mobile_gpu.py``) | 00:00.006 | 0.0 MB |
+| :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_mobile_gpu.py` (``tune_relay_mobile_gpu.py``) | 00:00.005 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_tune_with_autotvm_tune_relay_arm.py` (``tune_relay_arm.py``)               | 00:00.005 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt b/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
index 6db66217d4..cc4c17c68f 100644
--- a/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
+++ b/docs/_sources/how_to/tune_with_autotvm/tune_conv2d_cuda.rst.txt
@@ -326,7 +326,7 @@ and measure running time.
 
     Best config:
     ,None
-    Time cost of this operator: 0.037244
+    Time cost of this operator: 0.037063
 
 
 
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
index 905db5327b..4f5724238c 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_autotune.rst.txt
@@ -360,10 +360,10 @@ Timing the untuned program
     ########## Build without Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)  
     ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  306.3     98.741   (1, 2, 10, 10, 3)  2       1        [306.3]           
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       2.951     0.951    (1, 6, 10, 10)     1       1        [2.951]           
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.953     0.307    (1, 1, 10, 10, 3)  1       1        [0.953]           
-    Total_time                                    -                                             310.204   -        -                  -       -        -                 
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  304.6     98.754   (1, 2, 10, 10, 3)  2       1        [304.6]           
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       2.881     0.934    (1, 6, 10, 10)     1       1        [2.881]           
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.961     0.312    (1, 1, 10, 10, 3)  1       1        [0.961]           
+    Total_time                                    -                                             308.443   -        -                  -       -        -                 
 
 
 
@@ -428,10 +428,10 @@ Timing the tuned program
     ########## Build with Autotuning ##########
     Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)  
     ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------  
-    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  136.4     98.037   (1, 6, 10, 10, 1)  2       1        [136.4]           
-    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.775     1.276    (1, 6, 10, 10)     1       1        [1.775]           
-    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.956     0.687    (1, 1, 10, 10, 3)  1       1        [0.956]           
-    Total_time                                    -                                             139.131   -        -                  -       -        -                 
+    tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  100.4     97.379   (1, 6, 10, 10, 1)  2       1        [100.4]           
+    tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.749     1.696    (1, 6, 10, 10)     1       1        [1.749]           
+    tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.953     0.925    (1, 1, 10, 10, 3)  1       1        [0.953]           
+    Total_time                                    -                                             103.102   -        -                  -       -        -                 
 
 
 
@@ -439,7 +439,7 @@ Timing the tuned program
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  27.515 seconds)
+   **Total running time of the script:** ( 1 minutes  26.350 seconds)
 
 
 .. _sphx_glr_download_how_to_work_with_microtvm_micro_autotune.py:
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
index 456694643c..7c6d221ae9 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_pytorch.rst.txt
@@ -118,7 +118,7 @@ download a cat image and preprocess it to use as the model input.
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torch/ao/quantization/utils.py:310: UserWarning: must run observer before calling calculate_qparams. Returning default values.
       warnings.warn(
     Downloading: "https://download.pytorch.org/models/quantized/mobilenet_v2_qnnpack_37f702c5.pth" to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2_qnnpack_37f702c5.pth
-
      0%|          | 0.00/3.42M [00:00<?, ?B/s]
     61%|######    | 2.09M/3.42M [00:00<00:00, 3.80MB/s]
    100%|##########| 3.42M/3.42M [00:00<00:00, 6.17MB/s]
+
      0%|          | 0.00/3.42M [00:00<?, ?B/s]
     61%|######    | 2.09M/3.42M [00:00<00:00, 7.64MB/s]
    100%|##########| 3.42M/3.42M [00:00<00:00, 12.3MB/s]
     /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torch/_utils.py:314: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
       device=storage.device,
     /workspace/python/tvm/relay/frontend/pytorch_utils.py:47: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
@@ -326,7 +326,7 @@ Look up prediction top 1 index in 1000 class synset.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  35.222 seconds)
+   **Total running time of the script:** ( 1 minutes  31.109 seconds)
 
 
 .. _sphx_glr_download_how_to_work_with_microtvm_micro_pytorch.py:
diff --git a/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt b/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
index 2200773069..acf5267159 100644
--- a/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/micro_train.rst.txt
@@ -217,7 +217,7 @@ take about **2 minutes** to download the Stanford Cars, while COCO 2017 validati
  .. code-block:: none
 
 
-    '/tmp/tmpv8bvzxv2/images/random'
+    '/tmp/tmpm92in_w8/images/random'
 
 
 
@@ -317,8 +317,8 @@ objects to other stuff? We can display some examples from our datasets using ``m
 
  .. code-block:: none
 
-    /tmp/tmpv8bvzxv2/images/target contains 8144 images
-    /tmp/tmpv8bvzxv2/images/random contains 5000 images
+    /tmp/tmpm92in_w8/images/target contains 8144 images
+    /tmp/tmpm92in_w8/images/random contains 5000 images
 
 
 
@@ -493,13 +493,13 @@ the time on our validation set).
  .. code-block:: none
 
     Epoch 1/3
-    328/328 - 42s - loss: 0.2132 - accuracy: 0.9271 - val_loss: 0.1093 - val_accuracy: 0.9619 - 42s/epoch - 127ms/step
+    328/328 - 42s - loss: 0.2228 - accuracy: 0.9257 - val_loss: 0.1085 - val_accuracy: 0.9615 - 42s/epoch - 127ms/step
     Epoch 2/3
-    328/328 - 37s - loss: 0.0973 - accuracy: 0.9662 - val_loss: 0.1118 - val_accuracy: 0.9569 - 37s/epoch - 112ms/step
+    328/328 - 36s - loss: 0.0979 - accuracy: 0.9646 - val_loss: 0.1274 - val_accuracy: 0.9539 - 36s/epoch - 108ms/step
     Epoch 3/3
-    328/328 - 37s - loss: 0.0668 - accuracy: 0.9754 - val_loss: 0.0919 - val_accuracy: 0.9687 - 37s/epoch - 111ms/step
+    328/328 - 35s - loss: 0.0730 - accuracy: 0.9734 - val_loss: 0.1212 - val_accuracy: 0.9645 - 35s/epoch - 108ms/step
 
-    <keras.callbacks.History object at 0x7f9a4448f490>
+    <keras.callbacks.History object at 0x7f4935f58880>
 
 
 
@@ -860,7 +860,7 @@ Arduino tutorial for how to do that `on GitHub <https://github.com/guberti/tvm-a
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 5 minutes  47.093 seconds)
+   **Total running time of the script:** ( 5 minutes  46.653 seconds)
 
 
 .. _sphx_glr_download_how_to_work_with_microtvm_micro_train.py:
diff --git a/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
index 31f6507788..16ee8d74ea 100644
--- a/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_microtvm/sg_execution_times.rst.txt
@@ -5,20 +5,20 @@
 
 Computation times
 =================
-**09:21.222** total execution time for **how_to_work_with_microtvm** files:
+**09:14.377** total execution time for **how_to_work_with_microtvm** files:
 
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_train.py` (``micro_train.py``)           | 05:47.093 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_train.py` (``micro_train.py``)           | 05:46.653 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_pytorch.py` (``micro_pytorch.py``)       | 01:35.222 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_pytorch.py` (``micro_pytorch.py``)       | 01:31.109 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)     | 01:27.515 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_autotune.py` (``micro_autotune.py``)     | 01:26.350 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_aot.py` (``micro_aot.py``)               | 00:12.910 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_aot.py` (``micro_aot.py``)               | 00:12.219 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)         | 00:09.797 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_tflite.py` (``micro_tflite.py``)         | 00:09.455 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_microtvm_micro_custom_ide.py` (``micro_custom_ide.py``) | 00:08.685 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_microtvm_micro_custom_ide.py` (``micro_custom_ide.py``) | 00:08.591 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_how_to_work_with_microtvm_micro_ethosu.py` (``micro_ethosu.py``)         | 00:00.000 | 0.0 MB |
 +-----------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
index cc74a803f4..b82d5def1a 100644
--- a/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_relay/sg_execution_times.rst.txt
@@ -5,14 +5,14 @@
 
 Computation times
 =================
-**00:40.444** total execution time for **how_to_work_with_relay** files:
+**00:41.570** total execution time for **how_to_work_with_relay** files:
 
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_using_pipeline_executor.py` (``using_pipeline_executor.py``) | 00:35.278 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_using_pipeline_executor.py` (``using_pipeline_executor.py``) | 00:36.238 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)           | 00:03.239 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_using_external_lib.py` (``using_external_lib.py``)           | 00:03.310 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)                             | 00:01.922 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_build_gcn.py` (``build_gcn.py``)                             | 00:02.016 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_relay_using_relay_viz.py` (``using_relay_viz.py``)                 | 00:00.007 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_relay_using_relay_viz.py` (``using_relay_viz.py``)                 | 00:00.006 | 0.0 MB |
 +----------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt b/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
index ec9f39eb96..f5d2a15e86 100644
--- a/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/intrin_math.rst.txt
@@ -278,7 +278,7 @@ The following example customizes CUDA lowering rule for :code:`exp`.
  .. code-block:: none
 
 
-    <function my_cuda_math_rule at 0x7f9a759b2700>
+    <function my_cuda_math_rule at 0x7f493af07ee0>
 
 
 
diff --git a/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt b/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
index a6d5173979..e51970e741 100644
--- a/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/work_with_schedules/sg_execution_times.rst.txt
@@ -5,22 +5,22 @@
 
 Computation times
 =================
-**00:06.576** total execution time for **how_to_work_with_schedules** files:
+**00:06.830** total execution time for **how_to_work_with_schedules** files:
 
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)                 | 00:03.459 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_intrin_math.py` (``intrin_math.py``)                 | 00:03.466 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)                     | 00:01.260 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_tensorize.py` (``tensorize.py``)                     | 00:01.481 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)                     | 00:00.785 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_reduction.py` (``reduction.py``)                     | 00:00.800 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)                               | 00:00.773 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_scan.py` (``scan.py``)                               | 00:00.791 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)                     | 00:00.118 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_extern_op.py` (``extern_op.py``)                     | 00:00.119 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_tedd.py` (``tedd.py``)                               | 00:00.080 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_schedule_primitives.py` (``schedule_primitives.py``) | 00:00.072 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_schedule_primitives.py` (``schedule_primitives.py``) | 00:00.069 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_tedd.py` (``tedd.py``)                               | 00:00.069 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_how_to_work_with_schedules_tuple_inputs.py` (``tuple_inputs.py``)               | 00:00.032 | 0.0 MB |
+| :ref:`sphx_glr_how_to_work_with_schedules_tuple_inputs.py` (``tuple_inputs.py``)               | 00:00.033 | 0.0 MB |
 +------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
index e9fec8b966..5777559339 100644
--- a/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/autotvm/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:37.960** total execution time for **topic_vta_tutorials_autotvm** files:
+**00:36.289** total execution time for **topic_vta_tutorials_autotvm** files:
 
 +---------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``) | 00:37.952 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_relay_vta.py` (``tune_relay_vta.py``) | 00:36.281 | 0.0 MB |
 +---------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_topic_vta_tutorials_autotvm_tune_alu_vta.py` (``tune_alu_vta.py``)     | 00:00.008 | 0.0 MB |
 +---------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
index fd0b98e400..53de7e2c35 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_classification.rst.txt
@@ -293,7 +293,7 @@ The compilation steps are:
       warnings.warn(
     /workspace/vta/tutorials/frontend/deploy_classification.py:212: DeprecationWarning: legacy graph executor behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_executor.GraphModule for the  new recommended usage.
       graph, lib, params = relay.build(
-    resnet18_v1 inference graph built in 38.68s!
+    resnet18_v1 inference graph built in 38.59s!
 
 
 
@@ -416,7 +416,7 @@ and an input test image.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  6.126 seconds)
+   **Total running time of the script:** ( 1 minutes  6.060 seconds)
 
 
 .. _sphx_glr_download_topic_vta_tutorials_frontend_deploy_classification.py:
diff --git a/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
index 42c58ed816..f945a9a6dd 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/deploy_detection.rst.txt
@@ -337,7 +337,7 @@ The compilation steps are:
 
     /workspace/python/tvm/relay/build_module.py:345: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
       warnings.warn(
-    yolov3-tiny inference graph built in 27.98s!
+    yolov3-tiny inference graph built in 26.71s!
 
 
 
@@ -447,7 +447,7 @@ Download test image
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  12.453 seconds)
+   **Total running time of the script:** ( 1 minutes  11.259 seconds)
 
 
 .. _sphx_glr_download_topic_vta_tutorials_frontend_deploy_detection.py:
diff --git a/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
index 7cd6235010..703d613a9c 100644
--- a/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/frontend/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**02:18.578** total execution time for **topic_vta_tutorials_frontend** files:
+**02:17.318** total execution time for **topic_vta_tutorials_frontend** files:
 
 +------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)           | 01:12.453 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_detection.py` (``deploy_detection.py``)           | 01:11.259 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``) | 01:06.126 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_frontend_deploy_classification.py` (``deploy_classification.py``) | 01:06.060 | 0.0 MB |
 +------------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
index bcbb9ac5d4..31873d8122 100644
--- a/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/optimize/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:03.581** total execution time for **topic_vta_tutorials_optimize** files:
+**00:03.558** total execution time for **topic_vta_tutorials_optimize** files:
 
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)         | 00:02.994 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_optimize_convolution_opt.py` (``convolution_opt.py``)         | 00:03.000 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``) | 00:00.587 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_optimize_matrix_multiply_opt.py` (``matrix_multiply_opt.py``) | 00:00.558 | 0.0 MB |
 +--------------------------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt b/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
index 6cd3ee200c..a63de052ba 100644
--- a/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/topic/vta/tutorials/sg_execution_times.rst.txt
@@ -5,10 +5,10 @@
 
 Computation times
 =================
-**00:00.920** total execution time for **topic_vta_tutorials** files:
+**00:00.948** total execution time for **topic_vta_tutorials** files:
 
 +---------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``) | 00:00.472 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_matrix_multiply.py` (``matrix_multiply.py``) | 00:00.486 | 0.0 MB |
 +---------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``) | 00:00.449 | 0.0 MB |
+| :ref:`sphx_glr_topic_vta_tutorials_vta_get_started.py` (``vta_get_started.py``) | 00:00.462 | 0.0 MB |
 +---------------------------------------------------------------------------------+-----------+--------+
diff --git a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
index 3f7ba1fd5f..b4cb52cb81 100644
--- a/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
+++ b/docs/_sources/tutorial/auto_scheduler_matmul_x86.rst.txt
@@ -325,7 +325,7 @@ We build the binary and check its correctness and performance.
 
  .. code-block:: none
 
-    Execution time of this operator: 96.691 ms
+    Execution time of this operator: 93.126 ms
 
 
 
@@ -441,7 +441,7 @@ operations.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 1 minutes  40.311 seconds)
+   **Total running time of the script:** ( 1 minutes  42.254 seconds)
 
 
 .. _sphx_glr_download_tutorial_auto_scheduler_matmul_x86.py:
diff --git a/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt b/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
index 3af1826103..af11f27dd1 100644
--- a/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
+++ b/docs/_sources/tutorial/autotvm_matmul_x86.rst.txt
@@ -454,16 +454,16 @@ reduce variance, we take 5 measurements and average them.
     waiting for device...
     device available
     Get devices for measurement successfully!
-    No: 1   GFLOPS: 1.86/1.86       result: MeasureResult(costs=(0.14413839599999997,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.550480604171753, timestamp=1694707134.8490803) [('tile_y', [-1, 1]), ('tile_x', [-1, 2])],None,10
-    No: 2   GFLOPS: 10.31/10.31     result: MeasureResult(costs=(0.0260360928,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7275791168212891, timestamp=1694707135.5395064)       [('tile_y', [-1, 32]), ('tile_x', [-1, 256])],None,85
-    No: 3   GFLOPS: 0.89/10.31      result: MeasureResult(costs=(0.3003399584,), error_no=MeasureErrorNo.NO_ERROR, all_cost=5.095125198364258, timestamp=1694707140.6270099)        [('tile_y', [-1, 512]), ('tile_x', [-1, 2])],None,19
-    No: 4   GFLOPS: 5.42/10.31      result: MeasureResult(costs=(0.0495075376,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.061427116394043, timestamp=1694707141.6969564)        [('tile_y', [-1, 1]), ('tile_x', [-1, 4])],None,20
-    No: 5   GFLOPS: 9.94/10.31      result: MeasureResult(costs=(0.027005428399999996,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7462866306304932, timestamp=1694707142.5730445)       [('tile_y', [-1, 4]), ('tile_x', [-1, 128])],None,72
-    No: 6   GFLOPS: 8.60/10.31      result: MeasureResult(costs=(0.031225485400000003,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.8079473972320557, timestamp=1694707143.3498461)       [('tile_y', [-1, 8]), ('tile_x', [-1, 4])],None,23
-    No: 7   GFLOPS: 3.70/10.31      result: MeasureResult(costs=(0.072475301,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4556760787963867, timestamp=1694707144.7761855)        [('tile_y', [-1, 32]), ('tile_x', [-1, 8])],None,35
-    No: 8   GFLOPS: 12.19/12.19     result: MeasureResult(costs=(0.022020065600000003,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6936118602752686, timestamp=1694707145.406574)        [('tile_y', [-1, 128]), ('tile_x', [-1, 128])],None,77
-    No: 9   GFLOPS: 1.01/12.19      result: MeasureResult(costs=(0.2662271478,), error_no=MeasureErrorNo.NO_ERROR, all_cost=4.501304864883423, timestamp=1694707150.018032) [('tile_y', [-1, 128]), ('tile_x', [-1, 2])],None,17
-    No: 10  GFLOPS: 10.47/12.19     result: MeasureResult(costs=(0.0256292246,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6554286479949951, timestamp=1694707150.7056882)       [('tile_y', [-1, 2]), ('tile_x', [-1, 32])],None,51
+    No: 1   GFLOPS: 11.78/11.78     result: MeasureResult(costs=(0.0227936744,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6503746509552002, timestamp=1694736836.5481255)       [('tile_y', [-1, 16]), ('tile_x', [-1, 16])],None,44
+    No: 2   GFLOPS: 0.51/11.78      result: MeasureResult(costs=(0.529433109,), error_no=MeasureErrorNo.NO_ERROR, all_cost=8.747071981430054, timestamp=1694736845.285984)  [('tile_y', [-1, 128]), ('tile_x', [-1, 1])],None,7
+    No: 3   GFLOPS: 0.51/11.78      result: MeasureResult(costs=(0.5305820802000001,), error_no=MeasureErrorNo.NO_ERROR, all_cost=8.747798204421997, timestamp=1694736854.0420477)  [('tile_y', [-1, 256]), ('tile_x', [-1, 1])],None,8
+    No: 4   GFLOPS: 12.69/12.69     result: MeasureResult(costs=(0.0211607142,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6880443096160889, timestamp=1694736854.6527467)       [('tile_y', [-1, 64]), ('tile_x', [-1, 128])],None,76
+    No: 5   GFLOPS: 1.01/12.69      result: MeasureResult(costs=(0.2658898248,), error_no=MeasureErrorNo.NO_ERROR, all_cost=4.512442350387573, timestamp=1694736859.3034673)        [('tile_y', [-1, 64]), ('tile_x', [-1, 2])],None,16
+    No: 6   GFLOPS: 7.50/12.69      result: MeasureResult(costs=(0.0357730918,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.829082727432251, timestamp=1694736860.143437) [('tile_y', [-1, 512]), ('tile_x', [-1, 32])],None,59
+    No: 7   GFLOPS: 10.71/12.69     result: MeasureResult(costs=(0.025062858599999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6692826747894287, timestamp=1694736860.8139684)       [('tile_y', [-1, 2]), ('tile_x', [-1, 256])],None,81
+    No: 8   GFLOPS: 9.85/12.69      result: MeasureResult(costs=(0.027247318599999997,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7168467044830322, timestamp=1694736861.5148325)       [('tile_y', [-1, 8]), ('tile_x', [-1, 16])],None,43
+    No: 9   GFLOPS: 8.93/12.69      result: MeasureResult(costs=(0.030058393,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7551529407501221, timestamp=1694736862.406278) [('tile_y', [-1, 1]), ('tile_x', [-1, 128])],None,70
+    No: 10  GFLOPS: 11.78/12.69     result: MeasureResult(costs=(0.022792974,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6653485298156738, timestamp=1694736863.0385494)        [('tile_y', [-1, 64]), ('tile_x', [-1, 32])],None,56
 
 
 
diff --git a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
index 392af72a48..288f9257cb 100644
--- a/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
+++ b/docs/_sources/tutorial/autotvm_relay_x86.rst.txt
@@ -311,7 +311,7 @@ standard deviation.
 
  .. code-block:: none
 
-    {'mean': 507.04407560998334, 'median': 507.776448749928, 'std': 3.705288460604757}
+    {'mean': 502.0715269200082, 'median': 501.0874257000978, 'std': 2.9439311512319}
 
 
 
@@ -582,31 +582,29 @@ the tuning data to.
 
  .. code-block:: none
 
-
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  1/25]  Current/Best:   14.12/  18.79 GFLOPS | Progress: (4/20) | 9.14 s
    [Task  1/25]  Current/Best:   12.33/  18.79 GFLOPS | Progress: (8/20) | 12.92 s
    [Task  1/25]  Current/Best:   11.85/  18.79 GFLOPS | Progress: (12/20) | 17.49 s
    [Task  1/25]  Current/Best:   10.77/  18.79 GFLOPS | Progress: (16/20) | 21.24 s
    [Task  1/25]  Current/Best:   17.46/  18.79 GFLOPS | Progress: (20/20) | 23.71 s Done.
-
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  2/25]  Current/Best:    6.14/  16.74 GFLOPS | Progress: (4/20) | 4.78 s
    [Task  2/25]  Current/Best:    7.25/  18.28 GFLOPS | Progress: (8/20) | 6.72 s
    [Task  2/25]  Current/Best:    3.36/  18.28 GFLOPS | Progress: (12/20) | 8.97 s
    [Task  2/25]  Current/Best:    6.17/  18.28 GFLOPS | Progress: (16/20) | 10.69 s
    [Task  2/25]  Current/Best:   20.82/  20.82 GFLOPS | Progress: (20/20) | 12.32 s Done.
-
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  3/25]  Current/Best:   21.95/  22.98 GFLOPS | Progress: (4/20) | 5.90 s
    [Task  3/25]  Current/Best:   22.99/  22.99 GFLOPS | Progress: (8/20) | 8.16 s
    [Task  3/25]  Current/Best:   13.89/  24.08 GFLOPS | Progress: (12/20) | 11.47 s
    [Task  3/25]  Current/Best:    8.09/  24.08 GFLOPS | Progress: (16/20) | 13.94 s
    [Task  3/25]  Current/Best:   10.67/  24.08 GFLOPS | Progress: (20/20) | 16.22 s Done.
-
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  4/25]  Current/Best:   12.77/  16.61 GFLOPS | Progress: (4/20) | 5.09 s
    [Task  4/25]  Current/Best:   13.69/  17.29 GFLOPS | Progress: (8/20) | 7.14 s
    [Task  4/25]  Current/Best:   11.84/  17.29 GFLOPS | Progress: (12/20) | 10.15 s
    [Task  4/25]  Current/Best:   12.37/  17.29 GFLOPS | Progress: (16/20) | 15.83 s
    [Task  4/25]  Current/Best:   12.93/  17.29 GFLOPS | Progress: (20/20) | 20.23 s Done.
-
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  5/25]  Current/Best:    7.26/   7.26 GFLOPS | Progress: (4/20) | 6.07 s
    [Task  5/25]  Current/Best:    2.96/  20.30 GFLOPS | Progress: (8/20) | 9.73 s
    [Task  5/25]  Current/Best:    5.31/  20.30 GFLOPS | Progress: (12/20) | 11.73 s
    [Task  5/25]  Current/Best:   16.73/  20.30 GFLOPS | Progress: (16/20) | 13.71 s
    [Task  5/25]  Current/Best:    4.58/  20.30 GFLOPS | Progress: (20/20) | 16.20 s Done.
-
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  6/25]  Current/Best:    9.99/  18.02 GFLOPS | Progress: (4/20) | 6.26 s
    [Task  6/25]  Current/Best:    3.15/  18.02 GFLOPS | Progress: (8/20) | 9.99 s
    [Task  6/25]  Current/Best:    2.90/  18.02 GFLOPS | Progress: (12/20) | 13.04 s
    [Task  6/25]  Current/Best:    4.02/  18.02 GFLOPS | Progress: (16/20) | 15.58 s
    [Task  6/25]  Current/Best:   11.94/  18.02 GFLOPS | Progress: (20/20) | 18.31 s Done.
-
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  7/25]  Current/Best:   13.57/  14.47 GFLOPS | Progress: (4/20) | 6.32 s
    [Task  7/25]  Current/Best:   22.48/  22.48 GFLOPS | Progress: (8/20) | 8.57 s
    [Task  7/25]  Current/Best:    5.69/  22.48 GFLOPS | Progress: (12/20) | 11.72 s
    [Task  7/25]  Current/Best:   16.44/  22.48 GFLOPS | Progress: (16/20) | 14.72 s
    [Task  7/25]  Current/Best:    8.42/  22.48 GFLOPS | Progress: (20/20) | 17.25 s Done.
-
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  8/25]  Current/Best:   15.70/  16.29 GFLOPS | Progress: (4/20) | 5.92 s
    [Task  8/25]  Current/Best:   17.23/  19.50 GFLOPS | Progress: (8/20) | 9.18 s
    [Task  8/25]  Current/Best:   14.89/  19.50 GFLOPS | Progress: (12/20) | 12.13 s
    [Task  8/25]  Current/Best:   12.08/  19.50 GFLOPS | Progress: (16/20) | 23.59 s
    [Task  8/25]  Current/Best:   16.32/  21.33 GFLOPS | Progress: (20/20) | 27.00 s
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  9/25]  Current/Best:   14.86/  22.28 GFLOPS | Progress: (4/20) | 5.36 s
    [Task  9/25]  Current/Best:   12.10/  22.28 GFLOPS | Progress: (8/20) | 10.68 s
    [Task  9/25]  Current/Best:    5.13/  22.28 GFLOPS | Progress: (12/20) | 12.68 s
    [Task  9/25]  Current/Best:    9.32/  22.28 GFLOPS | Progress: (16/20) | 14.50 s
    [Task  9/25]  Current/Best:   19.51/  22.28 GFLOPS | Progress: (20/2
 0) | 17.17 s Done.
-
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 10/25]  Current/Best:    6.58/  13.93 GFLOPS | Progress: (4/20) | 5.18 s
    [Task 10/25]  Current/Best:   16.25/  18.47 GFLOPS | Progress: (8/20) | 7.13 s
    [Task 10/25]  Current/Best:   14.88/  18.47 GFLOPS | Progress: (12/20) | 9.37 s
    [Task 10/25]  Current/Best:   17.24/  18.47 GFLOPS | Progress: (16/20) | 11.74 s
    [Task 10/25]  Current/Best:    7.82/  18.47 GFLOPS | Progress: (20/20) | 16.08 s Done.
-
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 11/25]  Current/Best:   11.44/  23.09 GFLOPS | Progress: (4/20) | 5.42 s
    [Task 11/25]  Current/Best:    9.62/  23.09 GFLOPS | Progress: (8/20) | 7.92 s
    [Task 11/25]  Current/Best:   10.54/  23.09 GFLOPS | Progress: (12/20) | 11.56 s
    [Task 11/25]  Current/Best:   15.81/  23.09 GFLOPS | Progress: (16/20) | 13.79 s
    [Task 11/25]  Current/Best:   20.53/  23.09 GFLOPS | Progress: (20/20) | 16.11 s Done.
-
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 12/25]  Current/Best:   16.61/  16.61 GFLOPS | Progress: (4/20) | 7.01 s
    [Task 12/25]  Current/Best:   12.15/  16.61 GFLOPS | Progress: (8/20) | 11.22 s
    [Task 12/25]  Current/Best:   13.33/  16.61 GFLOPS | Progress: (12/20) | 15.65 s
    [Task 12/25]  Current/Best:   13.68/  16.61 GFLOPS | Progress: (16/20) | 18.05 s
    [Task 12/25]  Current/Best:   14.98/  16.61 GFLOPS | Progress: (20/20) | 20.45 s Done.
-
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 13/25]  Current/Best:   19.25/  19.25 GFLOPS | Progress: (4/20) | 6.82 s
    [Task 13/25]  Current/Best:   12.99/  19.25 GFLOPS | Progress: (8/20) | 10.31 s
    [Task 13/25]  Current/Best:    6.20/  19.25 GFLOPS | Progress: (12/20) | 14.12 s
    [Task 13/25]  Current/Best:    7.18/  19.25 GFLOPS | Progress: (16/20) | 17.64 s
    [Task 13/25]  Current/Best:   11.77/  19.25 GFLOPS | Progress: (20/20) | 20.67 s Done.
-
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 14/25]  Current/Best:   20.32/  20.32 GFLOPS | Progress: (4/20) | 6.85 s
    [Task 14/25]  Current/Best:   10.73/  20.32 GFLOPS | Progress: (8/20) | 10.31 s
    [Task 14/25]  Current/Best:    6.02/  20.32 GFLOPS | Progress: (12/20) | 22.00 s
    [Task 14/25]  Current/Best:   13.61/  20.32 GFLOPS | Progress: (16/20) | 25.76 s
    [Task 14/25]  Current/Best:   10.07/  20.32 GFLOPS | Progress: (20/20) | 36.16 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 15/25]  Current/Best:   15.21/  15.21 GFLOPS | Progress: (4/20) | 5.34 s
    [Task 15/25]  Current/Best:   18.06/  18.06 GFLOPS | Progress: (8/20) | 16.76 s Done.
+
    [Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  1/25]  Current/Best:   13.26/  20.64 GFLOPS | Progress: (4/20) | 8.69 s
    [Task  1/25]  Current/Best:    7.00/  23.98 GFLOPS | Progress: (8/20) | 11.44 s
    [Task  1/25]  Current/Best:   13.27/  23.98 GFLOPS | Progress: (12/20) | 15.49 s
    [Task  1/25]  Current/Best:   17.48/  23.98 GFLOPS | Progress: (16/20) | 19.26 s
    [Task  1/25]  Current/Best:   12.82/  23.98 GFLOPS | Progress: (20/20) | 23.21 s Done.
+
    [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  2/25]  Current/Best:    5.14/  15.09 GFLOPS | Progress: (4/20) | 4.59 s
    [Task  2/25]  Current/Best:   14.72/  15.09 GFLOPS | Progress: (8/20) | 6.14 s
    [Task  2/25]  Current/Best:   16.61/  17.63 GFLOPS | Progress: (12/20) | 7.79 s
    [Task  2/25]  Current/Best:   14.18/  20.92 GFLOPS | Progress: (16/20) | 9.27 s
    [Task  2/25]  Current/Best:   16.96/  20.92 GFLOPS | Progress: (20/20) | 10.78 s Done.
+
    [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  3/25]  Current/Best:   19.75/  19.75 GFLOPS | Progress: (4/20) | 4.97 s
    [Task  3/25]  Current/Best:   14.54/  19.75 GFLOPS | Progress: (8/20) | 7.66 s
    [Task  3/25]  Current/Best:   10.39/  19.75 GFLOPS | Progress: (12/20) | 10.53 s
    [Task  3/25]  Current/Best:   19.17/  19.97 GFLOPS | Progress: (16/20) | 12.90 s
    [Task  3/25]  Current/Best:    5.79/  19.97 GFLOPS | Progress: (20/20) | 16.23 s Done.
+
    [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  4/25]  Current/Best:    3.65/  20.18 GFLOPS | Progress: (4/20) | 5.18 s
    [Task  4/25]  Current/Best:    8.15/  22.44 GFLOPS | Progress: (8/20) | 13.51 s
    [Task  4/25]  Current/Best:    9.34/  22.44 GFLOPS | Progress: (12/20) | 16.54 s
    [Task  4/25]  Current/Best:    9.35/  22.44 GFLOPS | Progress: (16/20) | 22.37 s
    [Task  4/25]  Current/Best:   10.04/  22.44 GFLOPS | Progress: (20/20) | 26.44 s Done.
+
    [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  5/25]  Current/Best:   12.14/  18.06 GFLOPS | Progress: (4/20) | 4.97 s
    [Task  5/25]  Current/Best:   10.67/  18.06 GFLOPS | Progress: (8/20) | 7.16 s
    [Task  5/25]  Current/Best:   13.82/  18.06 GFLOPS | Progress: (12/20) | 9.39 s
    [Task  5/25]  Current/Best:   15.94/  18.06 GFLOPS | Progress: (16/20) | 11.13 s
    [Task  5/25]  Current/Best:   13.18/  18.06 GFLOPS | Progress: (20/20) | 13.10 s Done.
+
    [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  6/25]  Current/Best:    2.50/  19.16 GFLOPS | Progress: (4/20) | 6.26 s
    [Task  6/25]  Current/Best:   16.20/  19.16 GFLOPS | Progress: (8/20) | 8.56 s
    [Task  6/25]  Current/Best:   14.18/  19.16 GFLOPS | Progress: (12/20) | 10.96 s
    [Task  6/25]  Current/Best:   17.52/  19.16 GFLOPS | Progress: (16/20) | 13.72 s
    [Task  6/25]  Current/Best:    5.24/  19.16 GFLOPS | Progress: (20/20) | 16.38 s Done.
+
    [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  7/25]  Current/Best:   13.67/  17.93 GFLOPS | Progress: (4/20) | 5.37 s
    [Task  7/25]  Current/Best:   19.27/  19.27 GFLOPS | Progress: (8/20) | 7.96 s
    [Task  7/25]  Current/Best:    6.90/  22.75 GFLOPS | Progress: (12/20) | 10.23 s
    [Task  7/25]  Current/Best:    6.29/  22.75 GFLOPS | Progress: (16/20) | 12.87 s
    [Task  7/25]  Current/Best:   10.04/  22.75 GFLOPS | Progress: (20/20) | 15.07 s Done.
+
    [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  8/25]  Current/Best:    9.35/  16.40 GFLOPS | Progress: (4/20) | 14.39 s
    [Task  8/25]  Current/Best:   14.62/  16.40 GFLOPS | Progress: (8/20) | 18.39 s
    [Task  8/25]  Current/Best:   10.17/  16.40 GFLOPS | Progress: (12/20) | 21.70 s
    [Task  8/25]  Current/Best:    5.49/  17.92 GFLOPS | Progress: (16/20) | 25.62 s
    [Task  8/25]  Current/Best:    4.71/  17.92 GFLOPS | Progress: (20/20) | 31.55 s
    [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task  9/25]  Current/Best:   20.48/  20.48 GFLOPS | Progress: (4/20) | 4.82 s
    [Task  9/25]  Current/Best:   12.67/  20.48 GFLOPS | Progress: (8/20) | 7.48 s
    [Task  9/25]  Current/Best:   16.06/  20.48 GFLOPS | Progress: (12/20) | 18.68 s
    [Task  9/25]  Current/Best:   13.02/  20.48 GFLOPS | Progress: (16/20) | 22.91 s
    [Task  9/25]  Current/Best:   12.09/  20.48 GFLOPS | Progress: (20/
 20) | 25.75 s
    [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 10/25]  Current/Best:   15.37/  16.33 GFLOPS | Progress: (4/20) | 4.72 s
    [Task 10/25]  Current/Best:    9.83/  16.33 GFLOPS | Progress: (8/20) | 7.87 s
    [Task 10/25]  Current/Best:    3.58/  17.83 GFLOPS | Progress: (12/20) | 10.30 s
    [Task 10/25]  Current/Best:   19.28/  19.28 GFLOPS | Progress: (16/20) | 13.52 s
    [Task 10/25]  Current/Best:   12.08/  19.28 GFLOPS | Progress: (20/20) | 15.27 s Done.
+
    [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 11/25]  Current/Best:    8.88/  14.41 GFLOPS | Progress: (4/20) | 6.15 s
    [Task 11/25]  Current/Best:    7.11/  22.52 GFLOPS | Progress: (8/20) | 8.47 s
    [Task 11/25]  Current/Best:    3.10/  23.72 GFLOPS | Progress: (12/20) | 11.12 s
    [Task 11/25]  Current/Best:   10.51/  23.72 GFLOPS | Progress: (16/20) | 13.24 s
    [Task 11/25]  Current/Best:   13.00/  23.72 GFLOPS | Progress: (20/20) | 15.97 s Done.
+
    [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 12/25]  Current/Best:   10.85/  17.46 GFLOPS | Progress: (4/20) | 6.47 s
    [Task 12/25]  Current/Best:   13.92/  17.46 GFLOPS | Progress: (8/20) | 9.46 s
    [Task 12/25]  Current/Best:   12.47/  17.61 GFLOPS | Progress: (12/20) | 12.95 s
    [Task 12/25]  Current/Best:   22.34/  22.34 GFLOPS | Progress: (16/20) | 16.91 s
    [Task 12/25]  Current/Best:    9.82/  22.34 GFLOPS | Progress: (20/20) | 21.12 s Done.
+
    [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 13/25]  Current/Best:    3.10/  10.77 GFLOPS | Progress: (4/20) | 7.70 s
    [Task 13/25]  Current/Best:   11.54/  15.00 GFLOPS | Progress: (8/20) | 10.96 s
    [Task 13/25]  Current/Best:   18.66/  18.66 GFLOPS | Progress: (12/20) | 14.55 s
    [Task 13/25]  Current/Best:   12.10/  18.66 GFLOPS | Progress: (16/20) | 17.78 s
    [Task 13/25]  Current/Best:   13.64/  19.42 GFLOPS | Progress: (20/20) | 20.89 s Done.
+
    [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 14/25]  Current/Best:   21.12/  21.12 GFLOPS | Progress: (4/20) | 6.34 s
    [Task 14/25]  Current/Best:   14.41/  21.12 GFLOPS | Progress: (8/20) | 17.96 s Done.
      Done.
-
    [Task 15/25]  Current/Best:    6.81/  18.06 GFLOPS | Progress: (12/20) | 23.89 s
    [Task 15/25]  Current/Best:   19.02/  19.02 GFLOPS | Progress: (16/20) | 35.28 s
    [Task 15/25]  Current/Best:   15.09/  20.04 GFLOPS | Progress: (20/20) | 39.18 s
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 16/25]  Current/Best:    6.01/  15.76 GFLOPS | Progress: (4/20) | 5.67 s
    [Task 16/25]  Current/Best:   15.35/  15.76 GFLOPS | Progress: (8/20) | 9.48 s
    [Task 16/25]  Current/Best:    9.30/  17.49 GFLOPS | Progress: (12/20) | 12.81 s
    [Task 16/25]  Current/Best:   15.16/  19.00 GFLOPS | Progress: (16/20) | 14.37 s
    [Task 16/25]  Current/Best:   12.93/  22.93 GFLOPS | Progress: (20/20) | 16.07 s Done.
-
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 17/25]  Current/Best:   13.23/  22.37 GFLOPS | Progress: (4/20) | 5.39 s
    [Task 17/25]  Current/Best:   10.53/  22.80 GFLOPS | Progress: (8/20) | 8.15 s
    [Task 17/25]  Current/Best:   15.88/  22.80 GFLOPS | Progress: (12/20) | 10.63 s
    [Task 17/25]  Current/Best:   10.24/  22.80 GFLOPS | Progress: (16/20) | 14.59 s
    [Task 17/25]  Current/Best:   20.11/  22.80 GFLOPS | Progress: (20/20) | 16.80 s Done.
-
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 18/25]  Current/Best:    5.94/  18.43 GFLOPS | Progress: (4/20) | 7.55 s
    [Task 18/25]  Current/Best:   20.81/  20.81 GFLOPS | Progress: (8/20) | 9.65 s
    [Task 18/25]  Current/Best:   14.99/  20.81 GFLOPS | Progress: (12/20) | 12.65 s
    [Task 18/25]  Current/Best:   18.09/  21.74 GFLOPS | Progress: (16/20) | 14.55 s
    [Task 18/25]  Current/Best:   17.86/  21.74 GFLOPS | Progress: (20/20) | 16.82 s Done.
-
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 19/25]  Current/Best:    6.80/  10.02 GFLOPS | Progress: (4/20) | 6.90 s
    [Task 19/25]  Current/Best:   21.34/  21.68 GFLOPS | Progress: (8/20) | 10.45 s
    [Task 19/25]  Current/Best:    6.07/  21.68 GFLOPS | Progress: (12/20) | 13.88 s
    [Task 19/25]  Current/Best:   20.96/  21.68 GFLOPS | Progress: (16/20) | 16.80 s
    [Task 19/25]  Current/Best:   18.00/  21.68 GFLOPS | Progress: (20/20) | 20.19 s Done.
-
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 20/25]  Current/Best:    1.56/  15.29 GFLOPS | Progress: (4/20) | 7.15 s
    [Task 20/25]  Current/Best:   11.84/  15.31 GFLOPS | Progress: (8/20) | 11.41 s
    [Task 20/25]  Current/Best:    6.33/  19.55 GFLOPS | Progress: (12/20) | 15.03 s
    [Task 20/25]  Current/Best:   10.78/  19.55 GFLOPS | Progress: (16/20) | 25.65 s
    [Task 20/25]  Current/Best:    6.42/  20.49 GFLOPS | Progress: (20/20) | 34.68 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 21/25]  Current/Best:    1.60/   8.87 GFLOPS | Progress: (4/20) | 8.46 s
    [Task 21/25]  Current/Best:    3.15/  16.47 GFLOPS | Progress: (8/20) | 20.21 s
    [Task 21/25]  Current/Best:    9.11/  19.78 GFLOPS | Progress: (12/20) | 31.35 s
    [Task 21/25]  Current/Best:   10.87/  19.78 GFLOPS | Progress: (16/20) | 35.32 s
    [Task 21/25]  Current/Best:    5.32/  19.78 GFLOPS | Progress: (20/
 20) | 42.36 s
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 22/25]  Current/Best:    3.61/  18.55 GFLOPS | Progress: (4/20) | 5.39 s
    [Task 22/25]  Current/Best:    6.48/  19.21 GFLOPS | Progress: (8/20) | 7.51 s
    [Task 22/25]  Current/Best:    6.69/  19.21 GFLOPS | Progress: (12/20) | 10.60 s
    [Task 22/25]  Current/Best:    8.59/  20.76 GFLOPS | Progress: (16/20) | 12.74 s
    [Task 22/25]  Current/Best:   10.64/  20.76 GFLOPS | Progress: (20/20) | 16.17 s Done.
-
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 23/25]  Current/Best:   10.87/  11.93 GFLOPS | Progress: (4/20) | 7.17 s
    [Task 23/25]  Current/Best:    7.99/  11.93 GFLOPS | Progress: (8/20) | 11.09 s Done.
+
    [Task 14/25]  Current/Best:   18.73/  21.12 GFLOPS | Progress: (12/20) | 29.24 s
    [Task 14/25]  Current/Best:   18.06/  21.12 GFLOPS | Progress: (16/20) | 33.85 s
    [Task 14/25]  Current/Best:   14.93/  21.12 GFLOPS | Progress: (20/20) | 36.17 s
    [Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 15/25]  Current/Best:   13.15/  21.74 GFLOPS | Progress: (4/20) | 14.23 s
    [Task 15/25]  Current/Best:   18.41/  21.74 GFLOPS | Progress: (8/20) | 17.25 s
    [Task 15/25]  Current/Best:    7.59/  21.74 GFLOPS | Progress: (12/20) | 22.62 s
    [Task 15/25]  Current/Best:   15.64/  21.74 GFLOPS | Progress: (16/20) | 33.71 s
    [Task 15/25]  Current/Best:   17.68/  21.74 GFLOPS | Progress: (20/20) | 35.28 s
    [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 16/25]  Current/Best:    5.24/  14.91 GFLOPS | Progress: (4/20) | 5.37 s
    [Task 16/25]  Current/Best:   14.87/  20.28 GFLOPS | Progress: (8
 /20) | 6.93 s
    [Task 16/25]  Current/Best:   18.40/  20.28 GFLOPS | Progress: (12/20) | 8.61 s
    [Task 16/25]  Current/Best:    9.23/  20.28 GFLOPS | Progress: (16/20) | 10.56 s
    [Task 16/25]  Current/Best:   10.15/  20.28 GFLOPS | Progress: (20/20) | 13.84 s Done.
+
    [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 17/25]  Current/Best:   22.98/  23.12 GFLOPS | Progress: (4/20) | 5.41 s
    [Task 17/25]  Current/Best:   12.92/  23.12 GFLOPS | Progress: (8/20) | 7.62 s
    [Task 17/25]  Current/Best:   13.31/  23.12 GFLOPS | Progress: (12/20) | 10.10 s
    [Task 17/25]  Current/Best:   19.52/  23.12 GFLOPS | Progress: (16/20) | 13.32 s
    [Task 17/25]  Current/Best:   11.36/  23.12 GFLOPS | Progress: (20/20) | 16.56 s Done.
+
    [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 18/25]  Current/Best:   12.46/  19.51 GFLOPS | Progress: (4/20) | 5.10 s
    [Task 18/25]  Current/Best:   16.32/  19.51 GFLOPS | Progress: (8/20) | 10.87 s
    [Task 18/25]  Current/Best:    9.77/  19.51 GFLOPS | Progress: (12/20) | 16.61 s
    [Task 18/25]  Current/Best:   11.83/  19.51 GFLOPS | Progress: (16/20) | 18.82 s
    [Task 18/25]  Current/Best:    3.91/  19.51 GFLOPS | Progress: (20/20) | 22.21 s Done.
+
    [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 19/25]  Current/Best:    5.35/  18.82 GFLOPS | Progress: (4/20) | 6.66 s
    [Task 19/25]  Current/Best:   10.79/  18.82 GFLOPS | Progress: (8/20) | 13.79 s
    [Task 19/25]  Current/Best:   21.54/  21.54 GFLOPS | Progress: (12/20) | 16.22 s
    [Task 19/25]  Current/Best:    8.00/  21.54 GFLOPS | Progress: (16/20) | 19.39 s
    [Task 19/25]  Current/Best:   10.86/  21.54 GFLOPS | Progress: (20/20) | 23.76 s Done.
+
    [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 20/25]  Current/Best:   10.54/  10.54 GFLOPS | Progress: (4/20) | 6.68 s
    [Task 20/25]  Current/Best:    5.12/  16.76 GFLOPS | Progress: (8/20) | 18.41 s
    [Task 20/25]  Current/Best:   10.35/  21.39 GFLOPS | Progress: (12/20) | 22.02 s
    [Task 20/25]  Current/Best:    6.32/  21.39 GFLOPS | Progress: (16/20) | 33.84 s
    [Task 20/25]  Current/Best:   12.27/  21.39 GFLOPS | Progress: (20/20) | 46.51 s
    [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 21/25]  Current/Best:    2.71/  12.79 GFLOPS | Progress: (4/20) | 5.98 s
    [Task 21/25]  Current/Best:    9.71/  12.79 GFLOPS | Progress: (8/20) | 9.33 s
    [Task 21/25]  Current/Best:   20.74/  20.74 GFLOPS | Progress: (12/20) | 11.22 s
    [Task 21/25]  Current/Best:   17.50/  20.74 GFLOPS | Progress: (16/20) | 19.74 s
    [Task 21/25]  Current/Best:   14.64/  20.74 GFLOPS | Progress: (20/2
 0) | 24.06 s Done.
+
    [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 22/25]  Current/Best:    1.56/  20.81 GFLOPS | Progress: (4/20) | 5.48 s
    [Task 22/25]  Current/Best:   15.94/  20.81 GFLOPS | Progress: (8/20) | 7.30 s
    [Task 22/25]  Current/Best:   14.19/  20.81 GFLOPS | Progress: (12/20) | 9.36 s
    [Task 22/25]  Current/Best:   10.07/  20.81 GFLOPS | Progress: (16/20) | 12.63 s
    [Task 22/25]  Current/Best:   14.15/  20.81 GFLOPS | Progress: (20/20) | 14.78 s Done.
+
    [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 23/25]  Current/Best:   10.33/  11.91 GFLOPS | Progress: (4/20) | 6.45 s
    [Task 23/25]  Current/Best:   20.99/  20.99 GFLOPS | Progress: (8/20) | 9.10 s
    [Task 23/25]  Current/Best:   17.98/  20.99 GFLOPS | Progress: (12/20) | 11.55 s
    [Task 23/25]  Current/Best:    9.58/  20.99 GFLOPS | Progress: (16/20) | 16.79 s
    [Task 23/25]  Current/Best:    1.55/  20.99 GFLOPS | Progress: (20/20) | 21.61 s Done.
+
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s Done.
      Done.
-     Done.
-
    [Task 23/25]  Current/Best:    8.31/  11.93 GFLOPS | Progress: (12/20) | 16.29 s
    [Task 23/25]  Current/Best:   16.64/  17.73 GFLOPS | Progress: (16/20) | 19.57 s
    [Task 23/25]  Current/Best:    8.14/  17.73 GFLOPS | Progress: (20/20) | 25.99 s Done.
-
    [Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 24/25]  Current/Best:    3.15/   3.15 GFLOPS | Progress: (4/20) | 13.82 s
    [Task 24/25]  Current/Best:    6.70/  10.75 GFLOPS | Progress: (8/20) | 16.98 s
    [Task 24/25]  Current/Best:    3.65/  10.75 GFLOPS | Progress: (12/20) | 27.93 s
    [Task 24/25]  Current/Best:    4.23/  10.75 GFLOPS | Progress: (16/20) | 38.66 s
    [Task 24/25]  Current/Best:    6.00/  10.75 GFLOPS | Progress: (20/20) | 49.68 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 25/25]  Current/Best:    5.10/  10.21 GFLOPS | Progress: (4/20) | 7.47 s
    [Task 25/25]  Current/Best:    2.50/  10.21 GFLOPS | Progress: (8/20) | 11.09 s
    [Task 25/25]  Current/Best:    1.55/  10.21 GFLOPS | Progress: (12/20) | 18.19 s
    [Task 25/25]  Current/Best:    5.97/  10.24 GFLOPS | Progress: (16/20) | 28.17 s
    [Task 25/25]  Current/Best:    1.55/  10.24 GFLOPS | Progress: (20
 /20) | 30.41 s Done.
-
+
    [Task 24/25]  Current/Best:    3.11/   3.11 GFLOPS | Progress: (4/20) | 13.64 s
    [Task 24/25]  Current/Best:    9.01/   9.01 GFLOPS | Progress: (8/20) | 24.68 s
    [Task 24/25]  Current/Best:    9.77/   9.77 GFLOPS | Progress: (12/20) | 27.44 s
    [Task 24/25]  Current/Best:    7.13/   9.77 GFLOPS | Progress: (16/20) | 38.12 s
    [Task 24/25]  Current/Best:    2.86/   9.77 GFLOPS | Progress: (20/20) | 46.09 s
    [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
    [Task 25/25]  Current/Best:    8.04/   8.04 GFLOPS | Progress: (4/20) | 13.89 s
    [Task 25/25]  Current/Best:    1.54/   8.06 GFLOPS | Progress: (8/20) | 26.28 s
    [Task 25/25]  Current/Best:    1.54/   8.06 GFLOPS | Progress: (12/20) | 29.83 s
    [Task 25/25]  Current/Best:    4.52/   9.31 GFLOPS | Progress: (16/20) | 32.05 s
    [Task 25/25]  Current/Best:    2.98/   9.31 GFLOPS | Progress: (20/20) | 39.09 s
 
 
 
@@ -675,6 +673,8 @@ model using optimized operators to speed up our computations.
  .. code-block:: none
 
      Done.
+     Done.
+     Done.
 
 
 
@@ -766,8 +766,8 @@ improvement in comparing the optimized model to the unoptimized model.
 
  .. code-block:: none
 
-    optimized: {'mean': 413.23663678998855, 'median': 413.3029639000142, 'std': 2.307619047607656}
-    unoptimized: {'mean': 507.04407560998334, 'median': 507.776448749928, 'std': 3.705288460604757}
+    optimized: {'mean': 434.3745098799991, 'median': 433.5939911999958, 'std': 2.4347283935269113}
+    unoptimized: {'mean': 502.0715269200082, 'median': 501.0874257000978, 'std': 2.9439311512319}
 
 
 
@@ -790,7 +790,7 @@ profiling/benchmarking.
 
 .. rst-class:: sphx-glr-timing
 
-   **Total running time of the script:** ( 14 minutes  3.237 seconds)
+   **Total running time of the script:** ( 14 minutes  8.706 seconds)
 
 
 .. _sphx_glr_download_tutorial_autotvm_relay_x86.py:
diff --git a/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt b/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
index d688bd660c..d72d029ad7 100644
--- a/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
+++ b/docs/_sources/tutorial/cross_compilation_and_rpc.rst.txt
@@ -274,7 +274,7 @@ device and returns the measured cost. Network overhead is excluded.
 
  .. code-block:: none
 
-    1.234e-07 secs/op
+    1.163e-07 secs/op
 
 
 
diff --git a/docs/_sources/tutorial/intro_topi.rst.txt b/docs/_sources/tutorial/intro_topi.rst.txt
index 927c11c8c7..adb864b894 100644
--- a/docs/_sources/tutorial/intro_topi.rst.txt
+++ b/docs/_sources/tutorial/intro_topi.rst.txt
@@ -270,7 +270,7 @@ As you can see, scheduled stages of computation have been accumulated and we can
 
  .. code-block:: none
 
-    [stage(a, placeholder(a, 0x106b9f30)), stage(b, placeholder(b, 0x29241380)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T.Range(0, 10), "DataPar", ""), T.iter_var(ax2, T.Range(0, 10), "DataPar", "")], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[a[ax0, ax1, ax2] * b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T [...]
+    [stage(a, placeholder(a, 0x12d259b0)), stage(b, placeholder(b, 0x229b6600)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T.Range(0, 10), "DataPar", ""), T.iter_var(ax2, T.Range(0, 10), "DataPar", "")], reduce_axis=[], tag=broadcast, attrs={})), stage(T_multiply, compute(T_multiply, body=[a[ax0, ax1, ax2] * b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), "DataPar", ""), T.iter_var(ax1, T [...]
 
 
 
diff --git a/docs/_sources/tutorial/sg_execution_times.rst.txt b/docs/_sources/tutorial/sg_execution_times.rst.txt
index 9e4e0ea308..06690b8a37 100644
--- a/docs/_sources/tutorial/sg_execution_times.rst.txt
+++ b/docs/_sources/tutorial/sg_execution_times.rst.txt
@@ -5,31 +5,31 @@
 
 Computation times
 =================
-**17:58.578** total execution time for **tutorial** files:
+**18:09.160** total execution time for **tutorial** files:
 
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)                 | 14:03.237 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_autotvm_relay_x86.py` (``autotvm_relay_x86.py``)                 | 14:08.706 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``) | 01:40.311 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_auto_scheduler_matmul_x86.py` (``auto_scheduler_matmul_x86.py``) | 01:42.254 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)     | 01:02.745 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_tensor_expr_get_started.py` (``tensor_expr_get_started.py``)     | 00:59.429 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)                 | 00:44.530 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_relay_quick_start.py` (``relay_quick_start.py``)                 | 00:42.624 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)               | 00:25.611 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_autotvm_matmul_x86.py` (``autotvm_matmul_x86.py``)               | 00:34.061 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)                               | 00:01.049 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_intro_topi.py` (``intro_topi.py``)                               | 00:01.007 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)       | 00:00.883 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_tensor_ir_blitz_course.py` (``tensor_ir_blitz_course.py``)       | 00:00.882 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``) | 00:00.212 | 0.0 MB |
+| :ref:`sphx_glr_tutorial_cross_compilation_and_rpc.py` (``cross_compilation_and_rpc.py``) | 00:00.198 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_tutorial_uma.py` (``uma.py``)                                             | 00:00.000 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
-| :ref:`sphx_glr_tutorial_tvmc_python.py` (``tvmc_python.py``)                             | 00:00.000 | 0.0 MB |
-+------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_tutorial_tvmc_command_line_driver.py` (``tvmc_command_line_driver.py``)   | 00:00.000 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
+| :ref:`sphx_glr_tutorial_tvmc_python.py` (``tvmc_python.py``)                             | 00:00.000 | 0.0 MB |
++------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_tutorial_introduction.py` (``introduction.py``)                           | 00:00.000 | 0.0 MB |
 +------------------------------------------------------------------------------------------+-----------+--------+
 | :ref:`sphx_glr_tutorial_install.py` (``install.py``)                                     | 00:00.000 | 0.0 MB |
diff --git a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
index d645d7ecce..3386d11090 100644
--- a/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
+++ b/docs/_sources/tutorial/tensor_expr_get_started.rst.txt
@@ -286,7 +286,7 @@ helper function to run a profile of the TVM generated code.
  .. code-block:: none
 
     Numpy running time: 0.000007
-    naive: 0.000008
+    naive: 0.000007
 
 
 
@@ -389,7 +389,7 @@ compile and run this new schedule with the parallel operation applied:
 
  .. code-block:: none
 
-    parallel: 0.000008
+    parallel: 0.000007
 
 
 
@@ -498,10 +498,10 @@ We can now compare the different schedules
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                   numpy    7.217809998110169e-06                    1.0
-                   naive              7.9406e-06      1.1001397933831838
-                parallel               7.871e-06       1.090496979286079
-                  vector             3.91318e-05      5.4215613891534735
+                   numpy    7.448210017173551e-06                    1.0
+                   naive              6.7105e-06       0.900954723957489
+                parallel              6.9988e-06      0.9396620105854516
+                  vector             3.93781e-05       5.286921274937843
 
 
 
@@ -922,7 +922,7 @@ matrix multiplication.
 
  .. code-block:: none
 
-    Numpy running time: 0.019638
+    Numpy running time: 0.018564
 
 
 
@@ -980,7 +980,7 @@ optimizations.
 
  .. code-block:: none
 
-    none: 3.453774
+    none: 3.289339
 
 
 
@@ -1080,7 +1080,7 @@ schedule.
 
  .. code-block:: none
 
-    blocking: 0.333648
+    blocking: 0.324166
 
 
 
@@ -1164,7 +1164,7 @@ already cache friendly from our previous optimizations.
 
  .. code-block:: none
 
-    vectorization: 0.333748
+    vectorization: 0.319429
     # from tvm.script import ir as I
     # from tvm.script import tir as T
 
@@ -1230,7 +1230,7 @@ more cache friendly.
 
  .. code-block:: none
 
-    loop permutation: 0.131871
+    loop permutation: 0.118756
     # from tvm.script import ir as I
     # from tvm.script import tir as T
 
@@ -1321,7 +1321,7 @@ optimized schedule.
 
  .. code-block:: none
 
-    array packing: 0.110296
+    array packing: 0.106058
     # from tvm.script import ir as I
     # from tvm.script import tir as T
 
@@ -1404,7 +1404,7 @@ to `C` when all the block results are ready.
 
  .. code-block:: none
 
-    block caching: 0.114871
+    block caching: 0.111627
     # from tvm.script import ir as I
     # from tvm.script import tir as T
 
@@ -1478,7 +1478,7 @@ of thread-level parallelization.
 
  .. code-block:: none
 
-    parallelization: 0.136386
+    parallelization: 0.133093
     # from tvm.script import ir as I
     # from tvm.script import tir as T
 
@@ -1548,13 +1548,13 @@ working, we can compare the results.
  .. code-block:: none
 
                 Operator                  Timing             Performance
-                    none            3.4537744587                     1.0
-                blocking              0.33364832     0.09660396878538073
-           vectorization            0.3337483205     0.09663292276057389
-        loop permutation            0.1318705249     0.03818156815880677
-           array packing             0.110296417     0.03193503754194637
-           block caching            0.1148714445      0.0332596832461485
-         parallelization            0.1363856589    0.039488872400583894
+                    none       3.289339407400001                     1.0
+                blocking            0.3241662902     0.09855057507009633
+           vectorization            0.3194289547     0.09711036628855726
+        loop permutation            0.1187556759     0.03610319921162173
+           array packing            0.1060576633     0.03224284580101491
+           block caching     0.11162695869999999     0.03393598071663681
+         parallelization            0.1330928072     0.04046186504821672
 
 
 
@@ -1594,11 +1594,6 @@ operations with tunable parameters that allows you to automatically optimize
 the computation for specific platforms.
 
 
-.. rst-class:: sphx-glr-timing
-
-   **Total running time of the script:** ( 1 minutes  2.745 seconds)
-
-
 .. _sphx_glr_download_tutorial_tensor_expr_get_started.py:
 
 .. only:: html
diff --git a/docs/api/rust/help.html b/docs/api/rust/help.html
index 8d27f9b944..131b87bfc3 100644
--- a/docs/api/rust/help.html
+++ b/docs/api/rust/help.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Documentation for Rustdoc"><title>Rustdoc help</title><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/FiraSans-Regular-018c14 [...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Documentation for Rustdoc"><title>Rustdoc help</title><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/FiraSans-Regular-018c14 [...]
\ No newline at end of file
diff --git a/docs/api/rust/settings.html b/docs/api/rust/settings.html
index ab27dc3ccb..9987e08388 100644
--- a/docs/api/rust/settings.html
+++ b/docs/api/rust/settings.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Settings of Rustdoc"><title>Rustdoc settings</title><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/FiraSans-Regular-018c141b [...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Settings of Rustdoc"><title>Rustdoc settings</title><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/FiraSans-Regular-018c141b [...]
\ No newline at end of file
diff --git a/docs/commit_hash b/docs/commit_hash
index e1f36d4d25..604327d50f 100644
--- a/docs/commit_hash
+++ b/docs/commit_hash
@@ -1 +1 @@
-e2e1d44c7cb22f869275744b69865dc55b439313
+67df20faeeffaf3c145698783f6cd157b8cdbd9c
diff --git a/docs/how_to/compile_models/from_darknet.html b/docs/how_to/compile_models/from_darknet.html
index f0a0ef9e34..1c631779e0 100644
--- a/docs/how_to/compile_models/from_darknet.html
+++ b/docs/how_to/compile_models/from_darknet.html
@@ -600,7 +600,7 @@ class:[&#39;truck 0.9266&#39;] left:471 top:83 right:689 bottom:169
 class:[&#39;bicycle 0.9984&#39;] left:111 top:113 right:577 bottom:447
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  46.347 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  43.269 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-darknet-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7716f96385bd5abb6e822041e285be54/from_darknet.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">from_darknet.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/from_mxnet.html b/docs/how_to/compile_models/from_mxnet.html
index edbaee69ad..bc078e011a 100644
--- a/docs/how_to/compile_models/from_mxnet.html
+++ b/docs/how_to/compile_models/from_mxnet.html
@@ -454,7 +454,7 @@
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;x&quot;</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.html#tuple" title="builtins.tuple" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">x</span><span class="o">.</span><span class="n">shape</span></a><span class="p">)</span>
 </pre></div>
 </div>
-<img src="../../_images/sphx_glr_from_mxnet_001.png" srcset="../../_images/sphx_glr_from_mxnet_001.png" alt="from mxnet" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip6718d1e8-0739-4ab0-bf82-47757a1f636b from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
+<img src="../../_images/sphx_glr_from_mxnet_001.png" srcset="../../_images/sphx_glr_from_mxnet_001.png" alt="from mxnet" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/resnet18_v1-a0666292.zip4880adb5-c49f-40b2-983e-9018d45c8f4c from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/resnet18_v1-a0666292.zip...
 x (1, 3, 224, 224)
 </pre></div>
 </div>
diff --git a/docs/how_to/compile_models/from_oneflow.html b/docs/how_to/compile_models/from_oneflow.html
index 808170a4d1..edf7d86dd3 100644
--- a/docs/how_to/compile_models/from_oneflow.html
+++ b/docs/how_to/compile_models/from_oneflow.html
@@ -464,16 +464,15 @@ Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdo
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading: &quot;https://oneflow-public.oss-cn-beijing.aliyuncs.com/model_zoo/flowvision/classification/ResNet/resnet18.zip&quot; to /workspace/.oneflow/flowvision_cache/resnet18.zip
 
   0%|          | 0.00/41.5M [00:00&lt;?, ?B/s]
- 15%|#5        | 6.33M/41.5M [00:00&lt;00:01, 30.8MB/s]
- 22%|##2       | 9.27M/41.5M [00:00&lt;00:01, 22.2MB/s]
- 35%|###4      | 14.3M/41.5M [00:00&lt;00:01, 23.2MB/s]
- 40%|###9      | 16.5M/41.5M [00:00&lt;00:01, 20.0MB/s]
- 54%|#####3    | 22.3M/41.5M [00:00&lt;00:00, 24.7MB/s]
- 59%|#####9    | 24.7M/41.5M [00:01&lt;00:00, 19.9MB/s]
- 77%|#######7  | 32.0M/41.5M [00:01&lt;00:00, 25.0MB/s]
- 92%|#########2| 38.3M/41.5M [00:01&lt;00:00, 26.5MB/s]
- 98%|#########8| 40.8M/41.5M [00:01&lt;00:00, 26.3MB/s]
-100%|##########| 41.5M/41.5M [00:01&lt;00:00, 24.9MB/s]
+ 15%|#5        | 6.33M/41.5M [00:00&lt;00:01, 28.0MB/s]
+ 22%|##1       | 9.00M/41.5M [00:00&lt;00:01, 21.6MB/s]
+ 35%|###4      | 14.3M/41.5M [00:00&lt;00:01, 24.7MB/s]
+ 40%|####      | 16.6M/41.5M [00:00&lt;00:01, 21.4MB/s]
+ 54%|#####3    | 22.3M/41.5M [00:00&lt;00:00, 25.8MB/s]
+ 60%|#####9    | 24.8M/41.5M [00:01&lt;00:00, 23.2MB/s]
+ 77%|#######7  | 32.0M/41.5M [00:01&lt;00:00, 29.8MB/s]
+ 92%|#########2| 38.3M/41.5M [00:01&lt;00:00, 34.0MB/s]
+100%|##########| 41.5M/41.5M [00:01&lt;00:00, 28.6MB/s]
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/compile_models/from_paddle.html b/docs/how_to/compile_models/from_paddle.html
index 4a14617e36..46f3f74d55 100644
--- a/docs/how_to/compile_models/from_paddle.html
+++ b/docs/how_to/compile_models/from_paddle.html
@@ -499,7 +499,7 @@ To begin, we’ll install PaddlePaddle&gt;=2.1.3:</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>TVM prediction top-1 id: 282, class name:  282: &#39;tiger cat&#39;,
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  3.359 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  6.504 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-paddle-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/16269b77359771348d507395692524cf/from_paddle.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">from_paddle.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/from_pytorch.html b/docs/how_to/compile_models/from_pytorch.html
index 85b113992b..bc9af26dde 100644
--- a/docs/how_to/compile_models/from_pytorch.html
+++ b/docs/how_to/compile_models/from_pytorch.html
@@ -447,17 +447,17 @@ be unstable.</p>
 Downloading: &quot;https://download.pytorch.org/models/resnet18-f37072fd.pth&quot; to /workspace/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth
 
   0%|          | 0.00/44.7M [00:00&lt;?, ?B/s]
- 14%|#4        | 6.30M/44.7M [00:00&lt;00:01, 27.3MB/s]
- 20%|#9        | 8.91M/44.7M [00:00&lt;00:01, 20.0MB/s]
- 32%|###2      | 14.3M/44.7M [00:00&lt;00:01, 28.5MB/s]
- 39%|###8      | 17.3M/44.7M [00:00&lt;00:01, 25.2MB/s]
- 54%|#####3    | 24.0M/44.7M [00:00&lt;00:00, 28.1MB/s]
- 60%|#####9    | 26.7M/44.7M [00:01&lt;00:00, 21.1MB/s]
- 68%|######7   | 30.3M/44.7M [00:01&lt;00:00, 18.1MB/s]
- 72%|#######2  | 32.2M/44.7M [00:01&lt;00:00, 15.5MB/s]
- 86%|########5 | 38.3M/44.7M [00:01&lt;00:00, 19.6MB/s]
- 90%|######### | 40.2M/44.7M [00:02&lt;00:00, 15.0MB/s]
-100%|##########| 44.7M/44.7M [00:02&lt;00:00, 21.0MB/s]
+ 14%|#4        | 6.30M/44.7M [00:00&lt;00:02, 17.0MB/s]
+ 18%|#7        | 7.99M/44.7M [00:00&lt;00:02, 12.9MB/s]
+ 32%|###2      | 14.3M/44.7M [00:00&lt;00:01, 17.3MB/s]
+ 36%|###6      | 16.1M/44.7M [00:01&lt;00:01, 17.4MB/s]
+ 54%|#####3    | 24.0M/44.7M [00:01&lt;00:00, 26.3MB/s]
+ 60%|#####9    | 26.6M/44.7M [00:01&lt;00:00, 23.1MB/s]
+ 68%|######7   | 30.3M/44.7M [00:01&lt;00:00, 20.3MB/s]
+ 72%|#######2  | 32.3M/44.7M [00:01&lt;00:00, 17.9MB/s]
+ 86%|########5 | 38.3M/44.7M [00:01&lt;00:00, 22.0MB/s]
+ 90%|######### | 40.4M/44.7M [00:02&lt;00:00, 19.3MB/s]
+100%|##########| 44.7M/44.7M [00:02&lt;00:00, 21.4MB/s]
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/compile_models/from_tensorflow.html b/docs/how_to/compile_models/from_tensorflow.html
index c422b6c930..28b9dcfda7 100644
--- a/docs/how_to/compile_models/from_tensorflow.html
+++ b/docs/how_to/compile_models/from_tensorflow.html
@@ -667,7 +667,7 @@ banana (score = 0.00022)
 desk (score = 0.00019)
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  40.334 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  36.102 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-compile-models-from-tensorflow-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7f1d3d1b878694c201c614c807cdebc8/from_tensorflow.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">from_tensorflow.py</span></code></a></p>
diff --git a/docs/how_to/compile_models/sg_execution_times.html b/docs/how_to/compile_models/sg_execution_times.html
index 2360cf0b8e..99c9682e92 100644
--- a/docs/how_to/compile_models/sg_execution_times.html
+++ b/docs/how_to/compile_models/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-compile-models-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>07:49.267</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
+<p><strong>07:41.524</strong> total execution time for <strong>how_to_compile_models</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 81%" />
@@ -364,43 +364,43 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="from_darknet.html#sphx-glr-how-to-compile-models-from-darknet-py"><span class="std std-ref">Compile YOLO-V2 and YOLO-V3 in DarkNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_darknet.py</span></code>)</p></td>
-<td><p>01:46.347</p></td>
+<td><p>01:43.269</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="from_tensorflow.html#sphx-glr-how-to-compile-models-from-tensorflow-py"><span class="std std-ref">Compile Tensorflow Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tensorflow.py</span></code>)</p></td>
-<td><p>01:40.334</p></td>
+<td><p>01:36.102</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="from_paddle.html#sphx-glr-how-to-compile-models-from-paddle-py"><span class="std std-ref">Compile PaddlePaddle Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_paddle.py</span></code>)</p></td>
-<td><p>01:03.359</p></td>
+<td><p>01:06.504</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="from_oneflow.html#sphx-glr-how-to-compile-models-from-oneflow-py"><span class="std std-ref">Compile OneFlow Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_oneflow.py</span></code>)</p></td>
-<td><p>00:42.657</p></td>
+<td><p>00:43.032</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="from_coreml.html#sphx-glr-how-to-compile-models-from-coreml-py"><span class="std std-ref">Compile CoreML Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_coreml.py</span></code>)</p></td>
-<td><p>00:41.374</p></td>
+<td><p>00:39.554</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="from_mxnet.html#sphx-glr-how-to-compile-models-from-mxnet-py"><span class="std std-ref">Compile MXNet Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_mxnet.py</span></code>)</p></td>
-<td><p>00:36.635</p></td>
+<td><p>00:35.762</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-odd"><td><p><a class="reference internal" href="from_pytorch.html#sphx-glr-how-to-compile-models-from-pytorch-py"><span class="std std-ref">Compile PyTorch Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_pytorch.py</span></code>)</p></td>
-<td><p>00:31.477</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="from_keras.html#sphx-glr-how-to-compile-models-from-keras-py"><span class="std std-ref">Compile Keras Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_keras.py</span></code>)</p></td>
+<td><p>00:30.417</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-even"><td><p><a class="reference internal" href="from_keras.html#sphx-glr-how-to-compile-models-from-keras-py"><span class="std std-ref">Compile Keras Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_keras.py</span></code>)</p></td>
-<td><p>00:29.342</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="from_pytorch.html#sphx-glr-how-to-compile-models-from-pytorch-py"><span class="std std-ref">Compile PyTorch Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_pytorch.py</span></code>)</p></td>
+<td><p>00:30.285</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="from_tflite.html#sphx-glr-how-to-compile-models-from-tflite-py"><span class="std std-ref">Compile TFLite Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_tflite.py</span></code>)</p></td>
-<td><p>00:14.702</p></td>
+<td><p>00:13.642</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="from_onnx.html#sphx-glr-how-to-compile-models-from-onnx-py"><span class="std std-ref">Compile ONNX Models</span></a> (<code class="docutils literal notranslate"><span class="pre">from_onnx.py</span></code>)</p></td>
-<td><p>00:03.041</p></td>
+<td><p>00:02.958</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/deploy_models/deploy_model_on_adreno.html b/docs/how_to/deploy_models/deploy_model_on_adreno.html
index 0b03b8bdca..b0424d64f0 100644
--- a/docs/how_to/deploy_models/deploy_model_on_adreno.html
+++ b/docs/how_to/deploy_models/deploy_model_on_adreno.html
@@ -845,10 +845,10 @@ Top5 predictions:
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
- 4272.9910    4269.2118    4292.1526    4262.7205      9.0972
+ 4225.5804    4225.3845    4229.8527    4221.9786      2.3456
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  21.210 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  21.303 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-model-on-adreno-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/2387d8448da213eb625e6b3d916327d4/deploy_model_on_adreno.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_model_on_adreno.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_model_on_adreno_tvmc.html b/docs/how_to/deploy_models/deploy_model_on_adreno_tvmc.html
index 6cea8e3856..533cfa7b21 100644
--- a/docs/how_to/deploy_models/deploy_model_on_adreno_tvmc.html
+++ b/docs/how_to/deploy_models/deploy_model_on_adreno_tvmc.html
@@ -453,33 +453,36 @@ to run this tutorial with a real device over rpc.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading data from https://storage.googleapis.com/tensorflow/keras-applications/resnet/resnet50_weights_tf_dim_ordering_tf_kernels.h5
 
      8192/102967424 [..............................] - ETA: 0s
-  6635520/102967424 [&gt;.............................] - ETA: 1s
-  8380416/102967424 [=&gt;............................] - ETA: 1s
- 15204352/102967424 [===&gt;..........................] - ETA: 1s
- 16769024/102967424 [===&gt;..........................] - ETA: 1s
- 23412736/102967424 [=====&gt;........................] - ETA: 1s
- 25157632/102967424 [======&gt;.......................] - ETA: 1s
- 27820032/102967424 [=======&gt;......................] - ETA: 1s
- 30605312/102967424 [=======&gt;......................] - ETA: 1s
- 33546240/102967424 [========&gt;.....................] - ETA: 1s
+  6635520/102967424 [&gt;.............................] - ETA: 2s
+  8380416/102967424 [=&gt;............................] - ETA: 3s
+ 15024128/102967424 [===&gt;..........................] - ETA: 2s
+ 16769024/102967424 [===&gt;..........................] - ETA: 3s
+ 23412736/102967424 [=====&gt;........................] - ETA: 2s
+ 25157632/102967424 [======&gt;.......................] - ETA: 2s
+ 33546240/102967424 [========&gt;.....................] - ETA: 2s
  38993920/102967424 [==========&gt;...................] - ETA: 1s
- 40189952/102967424 [==========&gt;...................] - ETA: 1s
+ 40189952/102967424 [==========&gt;...................] - ETA: 2s
  41934848/102967424 [===========&gt;..................] - ETA: 2s
+ 48578560/102967424 [=============&gt;................] - ETA: 1s
  50323456/102967424 [=============&gt;................] - ETA: 1s
+ 56967168/102967424 [===============&gt;..............] - ETA: 1s
  58712064/102967424 [================&gt;.............] - ETA: 1s
- 63160320/102967424 [=================&gt;............] - ETA: 1s
  65355776/102967424 [==================&gt;...........] - ETA: 1s
  67100672/102967424 [==================&gt;...........] - ETA: 1s
  69296128/102967424 [===================&gt;..........] - ETA: 1s
- 75489280/102967424 [====================&gt;.........] - ETA: 0s
+ 73744384/102967424 [====================&gt;.........] - ETA: 1s
+ 75489280/102967424 [====================&gt;.........] - ETA: 1s
+ 81780736/102967424 [======================&gt;.......] - ETA: 0s
+ 82124800/102967424 [======================&gt;.......] - ETA: 0s
  83877888/102967424 [=======================&gt;......] - ETA: 0s
  90521600/102967424 [=========================&gt;....] - ETA: 0s
  92266496/102967424 [=========================&gt;....] - ETA: 0s
- 92405760/102967424 [=========================&gt;....] - ETA: 0s
- 95059968/102967424 [==========================&gt;...] - ETA: 0s
-100368384/102967424 [============================&gt;.] - ETA: 0s
+ 96321536/102967424 [===========================&gt;..] - ETA: 0s
+ 97714176/102967424 [===========================&gt;..] - ETA: 0s
+ 98910208/102967424 [===========================&gt;..] - ETA: 0s
+100646912/102967424 [============================&gt;.] - ETA: 0s
 102850560/102967424 [============================&gt;.] - ETA: 0s
-102967424/102967424 [==============================] - 3s 0us/step
+102967424/102967424 [==============================] - 5s 0us/step
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/deploy_models/deploy_model_on_android.html b/docs/how_to/deploy_models/deploy_model_on_android.html
index 1f95a098b0..b5c57956b9 100644
--- a/docs/how_to/deploy_models/deploy_model_on_android.html
+++ b/docs/how_to/deploy_models/deploy_model_on_android.html
@@ -677,7 +677,7 @@ to the remote android device.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  17.2154      17.1451      19.7443      16.1185       1.0026
+  15.4717      15.4745      15.6277      15.3001       0.0948
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/deploy_models/deploy_object_detection_pytorch.html b/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
index e16715a67f..64f9cab050 100644
--- a/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
+++ b/docs/how_to/deploy_models/deploy_object_detection_pytorch.html
@@ -469,41 +469,42 @@ be unstable.</p>
 Downloading: &quot;https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth&quot; to /workspace/.cache/torch/hub/checkpoints/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth
 
   0%|          | 0.00/170M [00:00&lt;?, ?B/s]
-  4%|3         | 6.30M/170M [00:00&lt;00:07, 23.6MB/s]
-  5%|5         | 8.55M/170M [00:00&lt;00:08, 18.8MB/s]
-  8%|8         | 14.3M/170M [00:00&lt;00:05, 27.7MB/s]
- 10%|#         | 17.2M/170M [00:00&lt;00:07, 20.0MB/s]
- 13%|#3        | 22.3M/170M [00:00&lt;00:06, 25.5MB/s]
- 15%|#4        | 25.1M/170M [00:01&lt;00:06, 23.7MB/s]
- 19%|#8        | 32.0M/170M [00:01&lt;00:05, 26.4MB/s]
- 24%|##3       | 40.0M/170M [00:01&lt;00:04, 33.7MB/s]
- 27%|##7       | 46.3M/170M [00:01&lt;00:03, 37.3MB/s]
- 29%|##9       | 50.1M/170M [00:01&lt;00:04, 30.8MB/s]
- 33%|###2      | 56.0M/170M [00:02&lt;00:03, 33.1MB/s]
- 37%|###6      | 62.3M/170M [00:02&lt;00:03, 37.5MB/s]
- 39%|###8      | 66.1M/170M [00:02&lt;00:02, 37.3MB/s]
- 42%|####2     | 72.0M/170M [00:02&lt;00:02, 37.1MB/s]
- 45%|####5     | 77.2M/170M [00:02&lt;00:02, 40.8MB/s]
- 48%|####7     | 81.3M/170M [00:02&lt;00:03, 30.3MB/s]
- 51%|#####     | 86.3M/170M [00:02&lt;00:02, 32.7MB/s]
- 53%|#####2    | 89.8M/170M [00:03&lt;00:02, 31.4MB/s]
- 56%|#####5    | 94.3M/170M [00:03&lt;00:02, 29.9MB/s]
- 57%|#####7    | 97.3M/170M [00:03&lt;00:02, 28.7MB/s]
- 60%|######    | 102M/170M [00:03&lt;00:02, 28.2MB/s]
- 62%|######1   | 105M/170M [00:03&lt;00:02, 24.7MB/s]
- 66%|######5   | 112M/170M [00:03&lt;00:02, 28.0MB/s]
- 71%|#######   | 120M/170M [00:04&lt;00:01, 33.7MB/s]
- 74%|#######4  | 126M/170M [00:04&lt;00:01, 38.5MB/s]
- 77%|#######6  | 130M/170M [00:04&lt;00:01, 37.2MB/s]
- 79%|#######9  | 134M/170M [00:04&lt;00:01, 36.3MB/s]
- 81%|########1 | 138M/170M [00:04&lt;00:01, 29.0MB/s]
- 85%|########4 | 144M/170M [00:04&lt;00:00, 30.6MB/s]
- 88%|########8 | 150M/170M [00:05&lt;00:00, 25.6MB/s]
- 90%|######### | 153M/170M [00:05&lt;00:00, 22.9MB/s]
- 93%|#########3| 158M/170M [00:05&lt;00:00, 22.3MB/s]
- 95%|#########4| 161M/170M [00:05&lt;00:00, 20.1MB/s]
- 98%|#########7| 166M/170M [00:06&lt;00:00, 20.5MB/s]
-100%|##########| 170M/170M [00:06&lt;00:00, 28.6MB/s]
+  4%|3         | 6.30M/170M [00:00&lt;00:07, 22.5MB/s]
+  5%|4         | 8.45M/170M [00:00&lt;00:09, 17.0MB/s]
+  8%|8         | 14.3M/170M [00:00&lt;00:10, 15.6MB/s]
+  9%|9         | 16.0M/170M [00:01&lt;00:10, 15.0MB/s]
+ 13%|#3        | 22.3M/170M [00:01&lt;00:06, 22.3MB/s]
+ 15%|#4        | 24.7M/170M [00:01&lt;00:08, 18.0MB/s]
+ 18%|#7        | 30.3M/170M [00:01&lt;00:06, 21.9MB/s]
+ 19%|#9        | 32.6M/170M [00:01&lt;00:08, 17.6MB/s]
+ 24%|##3       | 40.0M/170M [00:02&lt;00:05, 24.3MB/s]
+ 27%|##7       | 46.3M/170M [00:02&lt;00:05, 23.9MB/s]
+ 29%|##8       | 48.7M/170M [00:02&lt;00:06, 19.8MB/s]
+ 33%|###2      | 56.0M/170M [00:02&lt;00:04, 24.9MB/s]
+ 38%|###7      | 64.0M/170M [00:03&lt;00:03, 28.2MB/s]
+ 42%|####2     | 72.0M/170M [00:03&lt;00:03, 32.8MB/s]
+ 46%|####6     | 78.3M/170M [00:03&lt;00:03, 27.8MB/s]
+ 48%|####7     | 81.2M/170M [00:03&lt;00:03, 24.1MB/s]
+ 51%|#####     | 86.3M/170M [00:03&lt;00:03, 26.1MB/s]
+ 52%|#####2    | 88.9M/170M [00:04&lt;00:03, 23.6MB/s]
+ 56%|#####5    | 94.3M/170M [00:04&lt;00:02, 27.0MB/s]
+ 57%|#####7    | 97.0M/170M [00:04&lt;00:03, 22.0MB/s]
+ 60%|######    | 102M/170M [00:04&lt;00:03, 22.2MB/s]
+ 62%|######1   | 105M/170M [00:04&lt;00:03, 20.4MB/s]
+ 66%|######5   | 112M/170M [00:05&lt;00:02, 26.8MB/s]
+ 70%|######9   | 118M/170M [00:05&lt;00:01, 27.0MB/s]
+ 71%|#######1  | 121M/170M [00:05&lt;00:01, 26.0MB/s]
+ 74%|#######4  | 126M/170M [00:05&lt;00:01, 25.2MB/s]
+ 76%|#######5  | 129M/170M [00:05&lt;00:01, 22.4MB/s]
+ 79%|#######9  | 134M/170M [00:05&lt;00:01, 26.1MB/s]
+ 81%|########  | 137M/170M [00:06&lt;00:01, 21.0MB/s]
+ 85%|########4 | 144M/170M [00:06&lt;00:01, 24.3MB/s]
+ 88%|########8 | 150M/170M [00:06&lt;00:00, 22.0MB/s]
+ 90%|########9 | 152M/170M [00:06&lt;00:00, 19.3MB/s]
+ 93%|#########3| 158M/170M [00:07&lt;00:00, 21.6MB/s]
+ 94%|#########4| 160M/170M [00:07&lt;00:00, 20.0MB/s]
+ 98%|#########7| 166M/170M [00:07&lt;00:00, 18.4MB/s]
+100%|##########| 170M/170M [00:07&lt;00:00, 22.7MB/s]
 /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torch/nn/functional.py:3912: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
   (torch.floor((input.size(i + 2).float() * torch.tensor(scale_factors[i], dtype=torch.float32)).float()))
 /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torchvision/ops/boxes.py:157: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
@@ -597,7 +598,7 @@ torchvision rcnn models.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Get 9 valid boxes
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  58.563 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 3 minutes  46.627 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-object-detection-pytorch-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7795da4b258c8feff986668b95ef57ad/deploy_object_detection_pytorch.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_object_detection_pytorch.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_prequantized.html b/docs/how_to/deploy_models/deploy_prequantized.html
index 2388697262..ee84f867e9 100644
--- a/docs/how_to/deploy_models/deploy_prequantized.html
+++ b/docs/how_to/deploy_models/deploy_prequantized.html
@@ -510,10 +510,10 @@ training. Other models require a full post training calibration.</p>
 Downloading: &quot;https://download.pytorch.org/models/mobilenet_v2-b0353104.pth&quot; to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth
 
   0%|          | 0.00/13.6M [00:00&lt;?, ?B/s]
- 47%|####6     | 6.30M/13.6M [00:00&lt;00:00, 25.5MB/s]
- 64%|######4   | 8.74M/13.6M [00:00&lt;00:00, 20.6MB/s]
- 90%|########9 | 12.2M/13.6M [00:00&lt;00:00, 13.8MB/s]
-100%|##########| 13.6M/13.6M [00:00&lt;00:00, 17.5MB/s]
+ 47%|####6     | 6.30M/13.6M [00:00&lt;00:00, 25.3MB/s]
+ 64%|######4   | 8.72M/13.6M [00:00&lt;00:00, 19.5MB/s]
+ 90%|########9 | 12.2M/13.6M [00:00&lt;00:00, 16.7MB/s]
+100%|##########| 13.6M/13.6M [00:00&lt;00:00, 20.0MB/s]
 </pre></div>
 </div>
 </div>
@@ -604,7 +604,7 @@ output values are identical out of 1000 outputs from mobilenet v2.</p>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  89.8447      89.4116      94.7505      88.9828       1.1964
+  89.0015      88.9396      93.6969      88.7215       0.4950
 </pre></div>
 </div>
 <div class="admonition note">
@@ -643,7 +643,7 @@ This includes support for the VNNI 8 bit dot product instruction (CascadeLake or
 <div class="section" id="deploy-a-quantized-tflite-model">
 <h2>Deploy a quantized TFLite Model<a class="headerlink" href="#deploy-a-quantized-tflite-model" title="Permalink to this headline">¶</a></h2>
 <p>TODO</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  34.604 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  30.826 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-prequantized-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/fb8217c13f4351224c6cf3aacf1a87fc/deploy_prequantized.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_prequantized.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/deploy_prequantized_tflite.html b/docs/how_to/deploy_models/deploy_prequantized_tflite.html
index 32ff59641e..c5d2d32e4a 100644
--- a/docs/how_to/deploy_models/deploy_prequantized_tflite.html
+++ b/docs/how_to/deploy_models/deploy_prequantized_tflite.html
@@ -595,7 +595,7 @@ TFLite Top-5 labels: [387 102 386 341 349]
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  113.7956     111.8672     141.3420     110.9498      4.3644
+  111.0326     111.0353     111.5638     110.4935      0.2222
 </pre></div>
 </div>
 <div class="admonition note">
diff --git a/docs/how_to/deploy_models/deploy_quantized.html b/docs/how_to/deploy_models/deploy_quantized.html
index ee1e6e67c9..42307fa0fc 100644
--- a/docs/how_to/deploy_models/deploy_quantized.html
+++ b/docs/how_to/deploy_models/deploy_quantized.html
@@ -536,7 +536,7 @@ for calibration. But the accuracy might be impacted.</p>
   warnings.warn(
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  46.423 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 2 minutes  55.321 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-deploy-models-deploy-quantized-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/7810ecf51bfc05f7d5e8a400ac3e815d/deploy_quantized.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_quantized.py</span></code></a></p>
diff --git a/docs/how_to/deploy_models/sg_execution_times.html b/docs/how_to/deploy_models/sg_execution_times.html
index 9f0b0cfe2c..0ca9316cb5 100644
--- a/docs/how_to/deploy_models/sg_execution_times.html
+++ b/docs/how_to/deploy_models/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-deploy-models-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>13:27.076</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
+<p><strong>13:12.896</strong> total execution time for <strong>how_to_deploy_models</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 86%" />
@@ -364,39 +364,39 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_object_detection_pytorch.html#sphx-glr-how-to-deploy-models-deploy-object-detection-pytorch-py"><span class="std std-ref">Compile PyTorch Object Detection Models</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_object_detection_pytorch.py</span></code>)</p></td>
-<td><p>03:58.563</p></td>
+<td><p>03:46.627</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_quantized.html#sphx-glr-how-to-deploy-models-deploy-quantized-py"><span class="std std-ref">Deploy a Quantized Model on Cuda</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_quantized.py</span></code>)</p></td>
-<td><p>02:46.423</p></td>
+<td><p>02:55.321</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_prequantized.html#sphx-glr-how-to-deploy-models-deploy-prequantized-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized.py</span></code>)</p></td>
-<td><p>01:34.604</p></td>
+<td><p>01:30.826</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_model_on_adreno.html#sphx-glr-how-to-deploy-models-deploy-model-on-adreno-py"><span class="std std-ref">Deploy the Pretrained Model on Adreno™</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_adreno.py</span></code>)</p></td>
-<td><p>01:21.210</p></td>
+<td><p>01:21.303</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_prequantized_tflite.html#sphx-glr-how-to-deploy-models-deploy-prequantized-tflite-py"><span class="std std-ref">Deploy a Framework-prequantized Model with TVM - Part 3 (TFLite)</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_prequantized_tflite.py</span></code>)</p></td>
-<td><p>00:55.096</p></td>
+<td><p>00:53.024</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_model_on_android.html#sphx-glr-how-to-deploy-models-deploy-model-on-android-py"><span class="std std-ref">Deploy the Pretrained Model on Android</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_android.py</span></code>)</p></td>
-<td><p>00:54.675</p></td>
+<td><p>00:52.335</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_model_on_adreno_tvmc.html#sphx-glr-how-to-deploy-models-deploy-model-on-adreno-tvmc-py"><span class="std std-ref">Deploy the Pretrained Model on Adreno™ with tvmc Interface</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_adreno_tvmc.py</span></code>)</p></td>
-<td><p>00:51.452</p></td>
+<td><p>00:51.012</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_model_on_nano.html#sphx-glr-how-to-deploy-models-deploy-model-on-nano-py"><span class="std std-ref">Deploy the Pretrained Model on Jetson Nano</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_nano.py</span></code>)</p></td>
-<td><p>00:32.815</p></td>
+<td><p>00:31.473</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_model_on_rasp.html#sphx-glr-how-to-deploy-models-deploy-model-on-rasp-py"><span class="std std-ref">Deploy the Pretrained Model on Raspberry Pi</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_model_on_rasp.py</span></code>)</p></td>
-<td><p>00:32.230</p></td>
+<td><p>00:30.968</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_sparse.html#sphx-glr-how-to-deploy-models-deploy-sparse-py"><span class="std std-ref">Deploy a Hugging Face Pruned Model on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_sparse.py</span></code>)</p></td>
diff --git a/docs/how_to/extend_tvm/bring_your_own_datatypes.html b/docs/how_to/extend_tvm/bring_your_own_datatypes.html
index 1d1e4868bc..a1f47bd27d 100644
--- a/docs/how_to/extend_tvm/bring_your_own_datatypes.html
+++ b/docs/how_to/extend_tvm/bring_your_own_datatypes.html
@@ -634,7 +634,7 @@ In this alpha state of the Bring Your Own Datatypes framework, we have not imple
 <span class="n">module</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.html#dict" title="builtins.dict" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">params</span></a> <span class="o">=</span> <span class="n">get_mobilenet</span><span class="p">()</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipbb18d2cd-67e3-42aa-bf09-b0544aed6fd5 from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Downloading /workspace/.mxnet/models/mobilenet0.25-9f83e440.zipff0cef67-245e-470d-ae05-d77120effeda from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet0.25-9f83e440.zip...
 </pre></div>
 </div>
 <p>It’s easy to execute MobileNet with native TVM:</p>
diff --git a/docs/how_to/extend_tvm/sg_execution_times.html b/docs/how_to/extend_tvm/sg_execution_times.html
index 9fe7568004..12493da56d 100644
--- a/docs/how_to/extend_tvm/sg_execution_times.html
+++ b/docs/how_to/extend_tvm/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-extend-tvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:58.071</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
+<p><strong>00:58.691</strong> total execution time for <strong>how_to_extend_tvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -364,15 +364,15 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="bring_your_own_datatypes.html#sphx-glr-how-to-extend-tvm-bring-your-own-datatypes-py"><span class="std std-ref">Bring Your Own Datatypes to TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">bring_your_own_datatypes.py</span></code>)</p></td>
-<td><p>00:54.096</p></td>
+<td><p>00:54.690</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="use_pass_instrument.html#sphx-glr-how-to-extend-tvm-use-pass-instrument-py"><span class="std std-ref">How to Use TVM Pass Instrument</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_instrument.py</span></code>)</p></td>
-<td><p>00:02.778</p></td>
+<td><p>00:02.801</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="use_pass_infra.html#sphx-glr-how-to-extend-tvm-use-pass-infra-py"><span class="std std-ref">How to Use TVM Pass Infra</span></a> (<code class="docutils literal notranslate"><span class="pre">use_pass_infra.py</span></code>)</p></td>
-<td><p>00:01.189</p></td>
+<td><p>00:01.193</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="low_level_custom_pass.html#sphx-glr-how-to-extend-tvm-low-level-custom-pass-py"><span class="std std-ref">Writing a Customized Pass</span></a> (<code class="docutils literal notranslate"><span class="pre">low_level_custom_pass.py</span></code>)</p></td>
diff --git a/docs/how_to/extend_tvm/use_pass_instrument.html b/docs/how_to/extend_tvm/use_pass_instrument.html
index 230d39d1de..ce98129538 100644
--- a/docs/how_to/extend_tvm/use_pass_instrument.html
+++ b/docs/how_to/extend_tvm/use_pass_instrument.html
@@ -541,10 +541,10 @@ profile the execution time of each passes.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 23458us [23458us] (48.63%; 48.63%)
-FoldScaleAxis: 24778us [8us] (51.37%; 51.37%)
-        FoldConstant: 24770us [1752us] (51.35%; 99.97%)
-                InferType: 23019us [23019us] (47.72%; 92.93%)
+InferType: 23648us [23648us] (48.55%; 48.55%)
+FoldScaleAxis: 25056us [8us] (51.45%; 51.45%)
+        FoldConstant: 25048us [1762us] (51.43%; 99.97%)
+                InferType: 23287us [23287us] (47.81%; 92.97%)
 </pre></div>
 </div>
 </div>
@@ -566,10 +566,10 @@ Refer to following sections and <a class="reference internal" href="../../refere
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Printing results of timing profile...
-InferType: 23033us [23033us] (48.26%; 48.26%)
-FoldScaleAxis: 24692us [7us] (51.74%; 51.74%)
-        FoldConstant: 24684us [1798us] (51.72%; 99.97%)
-                InferType: 22886us [22886us] (47.95%; 92.71%)
+InferType: 23204us [23204us] (48.22%; 48.22%)
+FoldScaleAxis: 24913us [8us] (51.78%; 51.78%)
+        FoldConstant: 24904us [1790us] (51.76%; 99.97%)
+                InferType: 23114us [23114us] (48.04%; 92.81%)
 </pre></div>
 </div>
 <p>Register empty list to clear existing instruments.</p>
diff --git a/docs/how_to/optimize_operators/opt_conv_cuda.html b/docs/how_to/optimize_operators/opt_conv_cuda.html
index 6aa373a225..b2bb4d2e64 100644
--- a/docs/how_to/optimize_operators/opt_conv_cuda.html
+++ b/docs/how_to/optimize_operators/opt_conv_cuda.html
@@ -590,7 +590,7 @@ latency of convolution.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Convolution: </span><span class="si">%f</span><span class="s2"> ms&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">w</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span> <span class="o">*</span> <span cl [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 45.367328 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Convolution: 47.440734 ms
 </pre></div>
 </div>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-optimize-operators-opt-conv-cuda-py">
diff --git a/docs/how_to/optimize_operators/opt_conv_tensorcore.html b/docs/how_to/optimize_operators/opt_conv_tensorcore.html
index 0479981fb1..69c1676a37 100644
--- a/docs/how_to/optimize_operators/opt_conv_tensorcore.html
+++ b/docs/how_to/optimize_operators/opt_conv_tensorcore.html
@@ -872,7 +872,7 @@ be able to run on our build server</p>
     <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;conv2d with tensor core: </span><span class="si">%f</span><span class="s2"> ms&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">w</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span> <span class="o">* [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 11.052851 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>conv2d with tensor core: 12.268461 ms
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/optimize_operators/opt_gemm.html b/docs/how_to/optimize_operators/opt_gemm.html
index fac955136e..a846d6dfa0 100644
--- a/docs/how_to/optimize_operators/opt_gemm.html
+++ b/docs/how_to/optimize_operators/opt_gemm.html
@@ -487,8 +487,8 @@ Then we write a baseline implementation, the simplest way to write a matrix mult
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Baseline: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.019001
-Baseline: 3.363675
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.018952
+Baseline: 3.238273
 </pre></div>
 </div>
 <p>In TVM, we can always inspect lower level IR to debug or optimize our schedule.
@@ -547,7 +547,7 @@ fill 32 * 32 * sizeof(float) which is 4KB in the cache whose total size is 32KB
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt1: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.308491
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt1: 0.322773
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -604,7 +604,7 @@ vastly.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt2: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.291410
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt2: 0.315093
 </pre></div>
 </div>
 <p>Here is the generated IR after vectorization.</p>
@@ -659,7 +659,7 @@ the access pattern for A matrix is more cache friendly.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt3: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.118735
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt3: 0.121458
 </pre></div>
 </div>
 <p>Here is the generated IR after loop permutation.</p>
@@ -736,7 +736,7 @@ flattening.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt4: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.107914
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt4: 0.108738
 </pre></div>
 </div>
 <p>Here is the generated IR after array packing.</p>
@@ -814,7 +814,7 @@ write to C when all the block results are ready.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt5: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">evaluator</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span><span class="o">.</span><span class="n">mean</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.114204
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt5: 0.112520
 </pre></div>
 </div>
 <p>Here is the generated IR after blocking.</p>
@@ -894,7 +894,7 @@ class Module:
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Opt6: </span><span class="si">%f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">opt6_time</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.133765
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Opt6: 0.133485
 </pre></div>
 </div>
 <p>Here is the generated IR after parallelization.</p>
diff --git a/docs/how_to/optimize_operators/sg_execution_times.html b/docs/how_to/optimize_operators/sg_execution_times.html
index d800a60b85..a23a07a4b0 100644
--- a/docs/how_to/optimize_operators/sg_execution_times.html
+++ b/docs/how_to/optimize_operators/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-optimize-operators-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:34.613</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
+<p><strong>00:34.733</strong> total execution time for <strong>how_to_optimize_operators</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -364,15 +364,15 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="opt_gemm.html#sphx-glr-how-to-optimize-operators-opt-gemm-py"><span class="std std-ref">How to optimize GEMM on CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_gemm.py</span></code>)</p></td>
-<td><p>00:31.384</p></td>
+<td><p>00:31.374</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="opt_conv_tensorcore.html#sphx-glr-how-to-optimize-operators-opt-conv-tensorcore-py"><span class="std std-ref">How to optimize convolution using TensorCores</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_tensorcore.py</span></code>)</p></td>
-<td><p>00:01.998</p></td>
+<td><p>00:02.040</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="opt_conv_cuda.html#sphx-glr-how-to-optimize-operators-opt-conv-cuda-py"><span class="std std-ref">How to optimize convolution on GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">opt_conv_cuda.py</span></code>)</p></td>
-<td><p>00:01.231</p></td>
+<td><p>00:01.319</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/tune_with_autoscheduler/sg_execution_times.html b/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
index 24a1968ca7..3500b0915a 100644
--- a/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
+++ b/docs/how_to/tune_with_autoscheduler/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-tune-with-autoscheduler-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>03:49.006</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
+<p><strong>03:39.646</strong> total execution time for <strong>how_to_tune_with_autoscheduler</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 85%" />
@@ -364,27 +364,27 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_network_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-x86-py"><span class="std std-ref">Auto-scheduling a Neural Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_x86.py</span></code>)</p></td>
-<td><p>01:38.573</p></td>
+<td><p>01:34.912</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py"><span class="std std-ref">Auto-scheduling a Neural Network for NVIDIA GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_cuda.py</span></code>)</p></td>
-<td><p>01:16.901</p></td>
+<td><p>01:13.397</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_conv2d_layer_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-conv2d-layer-cuda-py"><span class="std std-ref">Auto-scheduling a Convolution Layer for GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_layer_cuda.py</span></code>)</p></td>
-<td><p>00:18.507</p></td>
+<td><p>00:17.951</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_network_arm.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-arm-py"><span class="std std-ref">Auto-scheduling a Neural Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_arm.py</span></code>)</p></td>
-<td><p>00:17.769</p></td>
+<td><p>00:16.925</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_network_mali.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-mali-py"><span class="std std-ref">Auto-scheduling a Neural Network for mali GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_network_mali.py</span></code>)</p></td>
-<td><p>00:17.151</p></td>
+<td><p>00:16.355</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_sparse_x86.html#sphx-glr-how-to-tune-with-autoscheduler-tune-sparse-x86-py"><span class="std std-ref">Auto-scheduling Sparse Matrix Multiplication on CPU with Custom Sketch Rule</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_sparse_x86.py</span></code>)</p></td>
-<td><p>00:00.104</p></td>
+<td><p>00:00.106</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html b/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
index e9085fc687..b2121e86d0 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.html
@@ -1027,7 +1027,7 @@ class Module:
 <span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.342 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 0.340 ms
 </pre></div>
 </div>
 </div>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html b/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
index b700c01022..ee9bb8715f 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html
@@ -931,7 +931,7 @@ so we can read the log file and load the best schedules.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-   3.2665       3.2677       3.2678       3.2641       0.0017
+   3.2499       3.2492       3.2534       3.2472       0.0026
 </pre></div>
 </div>
 </div>
@@ -953,7 +953,7 @@ to learn how to use the RPC Tracker and RPC Server.
 To use the RPC Tracker in auto-scheduler, replace the runner in <code class="code docutils literal notranslate"><span class="pre">TuningOptions</span></code>
 with <a class="reference internal" href="../../reference/api/python/auto_scheduler.html#tvm.auto_scheduler.RPCRunner" title="tvm.auto_scheduler.RPCRunner"><code class="xref any py py-class docutils literal notranslate"><span class="pre">auto_scheduler.RPCRunner</span></code></a>.</p></li>
 </ol>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  16.901 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  13.397 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-network-cuda-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/eafe360d52540634c9eea0fa89e804bd/tune_network_cuda.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tune_network_cuda.py</span></code></a></p>
diff --git a/docs/how_to/tune_with_autoscheduler/tune_network_x86.html b/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
index 668245520b..52b0243463 100644
--- a/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
+++ b/docs/how_to/tune_with_autoscheduler/tune_network_x86.html
@@ -950,7 +950,7 @@ so we can read the log file and load the best schedules.</p>
 Evaluate inference time cost...
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-  785.3563     787.0100     789.1626     779.8964      3.9595
+  777.7542     776.9657     779.8176     776.4793      1.4725
 </pre></div>
 </div>
 </div>
@@ -972,7 +972,7 @@ to learn how to use the RPC Tracker and RPC Server.
 To use the RPC Tracker in auto-scheduler, replace the runner in <code class="code docutils literal notranslate"><span class="pre">TuningOptions</span></code>
 with <a class="reference internal" href="../../reference/api/python/auto_scheduler.html#tvm.auto_scheduler.RPCRunner" title="tvm.auto_scheduler.RPCRunner"><code class="xref any py py-class docutils literal notranslate"><span class="pre">auto_scheduler.RPCRunner</span></code></a>.</p></li>
 </ol>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  38.573 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  34.912 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autoscheduler-tune-network-x86-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/e416b94ca1090b0897c0f6e0df95b911/tune_network_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tune_network_x86.py</span></code></a></p>
diff --git a/docs/how_to/tune_with_autotvm/sg_execution_times.html b/docs/how_to/tune_with_autotvm/sg_execution_times.html
index eac8050910..8aab18e96d 100644
--- a/docs/how_to/tune_with_autotvm/sg_execution_times.html
+++ b/docs/how_to/tune_with_autotvm/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-tune-with-autotvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:23.820</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
+<p><strong>00:24.147</strong> total execution time for <strong>how_to_tune_with_autotvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -364,7 +364,7 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_conv2d_cuda.html#sphx-glr-how-to-tune-with-autotvm-tune-conv2d-cuda-py"><span class="std std-ref">Tuning High Performance Convolution on NVIDIA GPUs</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_conv2d_cuda.py</span></code>)</p></td>
-<td><p>00:23.782</p></td>
+<td><p>00:24.110</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_relay_x86.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-x86-py"><span class="std std-ref">Auto-tuning a Convolutional Network for x86 CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_x86.py</span></code>)</p></td>
@@ -376,7 +376,7 @@
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_relay_mobile_gpu.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-mobile-gpu-py"><span class="std std-ref">Auto-tuning a Convolutional Network for Mobile GPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_mobile_gpu.py</span></code>)</p></td>
-<td><p>00:00.006</p></td>
+<td><p>00:00.005</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_relay_arm.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-arm-py"><span class="std std-ref">Auto-tuning a Convolutional Network for ARM CPU</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_arm.py</span></code>)</p></td>
diff --git a/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html b/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
index d4cfd97551..b131c21626 100644
--- a/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
+++ b/docs/how_to/tune_with_autotvm/tune_conv2d_cuda.html
@@ -625,7 +625,7 @@ and measure running time.</p>
 
 Best config:
 ,None
-Time cost of this operator: 0.037244
+Time cost of this operator: 0.037063
 </pre></div>
 </div>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-tune-with-autotvm-tune-conv2d-cuda-py">
diff --git a/docs/how_to/work_with_microtvm/micro_autotune.html b/docs/how_to/work_with_microtvm/micro_autotune.html
index 014468904c..cc260a07b8 100644
--- a/docs/how_to/work_with_microtvm/micro_autotune.html
+++ b/docs/how_to/work_with_microtvm/micro_autotune.html
@@ -659,10 +659,10 @@ the tuned operator.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>########## Build without Autotuning ##########
 Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)
 ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  306.3     98.741   (1, 2, 10, 10, 3)  2       1        [306.3]
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       2.951     0.951    (1, 6, 10, 10)     1       1        [2.951]
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.953     0.307    (1, 1, 10, 10, 3)  1       1        [0.953]
-Total_time                                    -                                             310.204   -        -                  -       -        -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  304.6     98.754   (1, 2, 10, 10, 3)  2       1        [304.6]
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       2.881     0.934    (1, 6, 10, 10)     1       1        [2.881]
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.961     0.312    (1, 1, 10, 10, 3)  1       1        [0.961]
+Total_time                                    -                                             308.443   -        -                  -       -        -
 </pre></div>
 </div>
 </div>
@@ -714,13 +714,13 @@ Total_time                                    -
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>########## Build with Autotuning ##########
 Node Name                                     Ops                                           Time(us)  Time(%)  Shape              Inputs  Outputs  Measurements(us)
 ---------                                     ---                                           --------  -------  -----              ------  -------  ----------------
-tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  136.4     98.037   (1, 6, 10, 10, 1)  2       1        [136.4]
-tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.775     1.276    (1, 6, 10, 10)     1       1        [1.775]
-tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.956     0.687    (1, 1, 10, 10, 3)  1       1        [0.956]
-Total_time                                    -                                             139.131   -        -                  -       -        -
+tvmgen_default_fused_nn_contrib_conv2d_NCHWc  tvmgen_default_fused_nn_contrib_conv2d_NCHWc  100.4     97.379   (1, 6, 10, 10, 1)  2       1        [100.4]
+tvmgen_default_fused_layout_transform_1       tvmgen_default_fused_layout_transform_1       1.749     1.696    (1, 6, 10, 10)     1       1        [1.749]
+tvmgen_default_fused_layout_transform         tvmgen_default_fused_layout_transform         0.953     0.925    (1, 1, 10, 10, 3)  1       1        [0.953]
+Total_time                                    -                                             103.102   -        -                  -       -        -
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  27.515 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  26.350 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-autotune-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/9ccca8fd489a1486ac71b55a55c320c5/micro_autotune.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">micro_autotune.py</span></code></a></p>
diff --git a/docs/how_to/work_with_microtvm/micro_pytorch.html b/docs/how_to/work_with_microtvm/micro_pytorch.html
index a87c692143..c810f008e2 100644
--- a/docs/how_to/work_with_microtvm/micro_pytorch.html
+++ b/docs/how_to/work_with_microtvm/micro_pytorch.html
@@ -470,8 +470,8 @@ download a cat image and preprocess it to use as the model input.</p>
 Downloading: &quot;https://download.pytorch.org/models/quantized/mobilenet_v2_qnnpack_37f702c5.pth&quot; to /workspace/.cache/torch/hub/checkpoints/mobilenet_v2_qnnpack_37f702c5.pth
 
   0%|          | 0.00/3.42M [00:00&lt;?, ?B/s]
- 61%|######    | 2.09M/3.42M [00:00&lt;00:00, 3.80MB/s]
-100%|##########| 3.42M/3.42M [00:00&lt;00:00, 6.17MB/s]
+ 61%|######    | 2.09M/3.42M [00:00&lt;00:00, 7.64MB/s]
+100%|##########| 3.42M/3.42M [00:00&lt;00:00, 12.3MB/s]
 /venv/apache-tvm-py3.8/lib/python3.8/site-packages/torch/_utils.py:314: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
   device=storage.device,
 /workspace/python/tvm/relay/frontend/pytorch_utils.py:47: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
@@ -599,7 +599,7 @@ via the host <cite>main.cc`</cite> or if a Zephyr emulated board is selected as
 Torch top-1 id: 282, class name: tiger cat
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  35.222 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  31.109 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-pytorch-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/12b9ecc04c41abaa12022061771821d1/micro_pytorch.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">micro_pytorch.py</span></code></a></p>
diff --git a/docs/how_to/work_with_microtvm/micro_train.html b/docs/how_to/work_with_microtvm/micro_train.html
index df5a8eba74..e11e70e78b 100644
--- a/docs/how_to/work_with_microtvm/micro_train.html
+++ b/docs/how_to/work_with_microtvm/micro_train.html
@@ -538,7 +538,7 @@ take about <strong>2 minutes</strong> to download the Stanford Cars, while COCO
 <a href="https://docs.python.org/3/library/shutil.html#shutil.move" title="shutil.move" class="sphx-glr-backref-module-shutil sphx-glr-backref-type-py-function"><span class="n">shutil</span><span class="o">.</span><span class="n">move</span></a><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><a href="https://docs.python.org/3/library/stdtypes.html#str" title="builtins.str" class="sphx-glr-backref-module-builtins sphx-glr-backref-typ [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&#39;/tmp/tmpv8bvzxv2/images/random&#39;
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&#39;/tmp/tmpm92in_w8/images/random&#39;
 </pre></div>
 </div>
 </div>
@@ -598,8 +598,8 @@ objects to other stuff? We can display some examples from our datasets using <co
     <span class="n">plt</span><span class="o">.</span><span class="n">axis</span><span class="p">(</span><span class="s2">&quot;off&quot;</span><span class="p">)</span>
 </pre></div>
 </div>
-<img src="../../_images/sphx_glr_micro_train_001.png" srcset="../../_images/sphx_glr_micro_train_001.png" alt="[1.0, 0.0], [1.0, 0.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0]" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/tmp/tmpv8bvzxv2/images/target contains 8144 images
-/tmp/tmpv8bvzxv2/images/random contains 5000 images
+<img src="../../_images/sphx_glr_micro_train_001.png" srcset="../../_images/sphx_glr_micro_train_001.png" alt="[1.0, 0.0], [1.0, 0.0], [1.0, 0.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [0.0, 1.0], [1.0, 0.0], [0.0, 1.0]" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/tmp/tmpm92in_w8/images/target contains 8144 images
+/tmp/tmpm92in_w8/images/random contains 5000 images
 </pre></div>
 </div>
 </div>
@@ -711,13 +711,13 @@ the time on our validation set).</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Epoch 1/3
-328/328 - 42s - loss: 0.2132 - accuracy: 0.9271 - val_loss: 0.1093 - val_accuracy: 0.9619 - 42s/epoch - 127ms/step
+328/328 - 42s - loss: 0.2228 - accuracy: 0.9257 - val_loss: 0.1085 - val_accuracy: 0.9615 - 42s/epoch - 127ms/step
 Epoch 2/3
-328/328 - 37s - loss: 0.0973 - accuracy: 0.9662 - val_loss: 0.1118 - val_accuracy: 0.9569 - 37s/epoch - 112ms/step
+328/328 - 36s - loss: 0.0979 - accuracy: 0.9646 - val_loss: 0.1274 - val_accuracy: 0.9539 - 36s/epoch - 108ms/step
 Epoch 3/3
-328/328 - 37s - loss: 0.0668 - accuracy: 0.9754 - val_loss: 0.0919 - val_accuracy: 0.9687 - 37s/epoch - 111ms/step
+328/328 - 35s - loss: 0.0730 - accuracy: 0.9734 - val_loss: 0.1212 - val_accuracy: 0.9645 - 35s/epoch - 108ms/step
 
-&lt;keras.callbacks.History object at 0x7f9a4448f490&gt;
+&lt;keras.callbacks.History object at 0x7f4935f58880&gt;
 </pre></div>
 </div>
 </div>
@@ -981,7 +981,7 @@ as intended.</p>
 <p>From here, we could modify the model to read live images from the camera - we have another
 Arduino tutorial for how to do that <a class="reference external" href="https://github.com/guberti/tvm-arduino-demos/tree/master/examples/person_detection">on GitHub</a>. Alternatively, we could also
 <a class="reference external" href="https://tvm.apache.org/docs/how_to/work_with_microtvm/micro_autotune.html">use TVM’s autotuning capabilities</a> to dramatically improve the model’s performance.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 5 minutes  47.093 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 5 minutes  46.653 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-how-to-work-with-microtvm-micro-train-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../_downloads/b52cec46baf4f78d6bcd94cbe269c8a6/micro_train.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">micro_train.py</span></code></a></p>
diff --git a/docs/how_to/work_with_microtvm/sg_execution_times.html b/docs/how_to/work_with_microtvm/sg_execution_times.html
index 2f2d4d92a6..0c6bdfa70f 100644
--- a/docs/how_to/work_with_microtvm/sg_execution_times.html
+++ b/docs/how_to/work_with_microtvm/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-microtvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>09:21.222</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
+<p><strong>09:14.377</strong> total execution time for <strong>how_to_work_with_microtvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 82%" />
@@ -364,27 +364,27 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="micro_train.html#sphx-glr-how-to-work-with-microtvm-micro-train-py"><span class="std std-ref">5. Training Vision Models for microTVM on Arduino</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_train.py</span></code>)</p></td>
-<td><p>05:47.093</p></td>
+<td><p>05:46.653</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="micro_pytorch.html#sphx-glr-how-to-work-with-microtvm-micro-pytorch-py"><span class="std std-ref">4. microTVM PyTorch Tutorial</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_pytorch.py</span></code>)</p></td>
-<td><p>01:35.222</p></td>
+<td><p>01:31.109</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="micro_autotune.html#sphx-glr-how-to-work-with-microtvm-micro-autotune-py"><span class="std std-ref">6. Model Tuning with microTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_autotune.py</span></code>)</p></td>
-<td><p>01:27.515</p></td>
+<td><p>01:26.350</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="micro_aot.html#sphx-glr-how-to-work-with-microtvm-micro-aot-py"><span class="std std-ref">3. microTVM Ahead-of-Time (AOT) Compilation</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_aot.py</span></code>)</p></td>
-<td><p>00:12.910</p></td>
+<td><p>00:12.219</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="micro_tflite.html#sphx-glr-how-to-work-with-microtvm-micro-tflite-py"><span class="std std-ref">2. microTVM TFLite Tutorial</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_tflite.py</span></code>)</p></td>
-<td><p>00:09.797</p></td>
+<td><p>00:09.455</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="micro_custom_ide.html#sphx-glr-how-to-work-with-microtvm-micro-custom-ide-py"><span class="std std-ref">9. Bring microTVM to your own development environment</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_custom_ide.py</span></code>)</p></td>
-<td><p>00:08.685</p></td>
+<td><p>00:08.591</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="micro_ethosu.html#sphx-glr-how-to-work-with-microtvm-micro-ethosu-py"><span class="std std-ref">7. Running TVM on bare metal Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU with CMSIS-NN</span></a> (<code class="docutils literal notranslate"><span class="pre">micro_ethosu.py</span></code>)</p></td>
diff --git a/docs/how_to/work_with_relay/sg_execution_times.html b/docs/how_to/work_with_relay/sg_execution_times.html
index c15c7b8792..7896f9e435 100644
--- a/docs/how_to/work_with_relay/sg_execution_times.html
+++ b/docs/how_to/work_with_relay/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-relay-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:40.444</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
+<p><strong>00:41.570</strong> total execution time for <strong>how_to_work_with_relay</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -364,19 +364,19 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="using_pipeline_executor.html#sphx-glr-how-to-work-with-relay-using-pipeline-executor-py"><span class="std std-ref">Using Pipeline Executor in Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_pipeline_executor.py</span></code>)</p></td>
-<td><p>00:35.278</p></td>
+<td><p>00:36.238</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="using_external_lib.html#sphx-glr-how-to-work-with-relay-using-external-lib-py"><span class="std std-ref">Using External Libraries in Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_external_lib.py</span></code>)</p></td>
-<td><p>00:03.239</p></td>
+<td><p>00:03.310</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="build_gcn.html#sphx-glr-how-to-work-with-relay-build-gcn-py"><span class="std std-ref">Building a Graph Convolutional Network</span></a> (<code class="docutils literal notranslate"><span class="pre">build_gcn.py</span></code>)</p></td>
-<td><p>00:01.922</p></td>
+<td><p>00:02.016</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="using_relay_viz.html#sphx-glr-how-to-work-with-relay-using-relay-viz-py"><span class="std std-ref">Use Relay Visualizer to Visualize Relay</span></a> (<code class="docutils literal notranslate"><span class="pre">using_relay_viz.py</span></code>)</p></td>
-<td><p>00:00.007</p></td>
+<td><p>00:00.006</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/work_with_schedules/intrin_math.html b/docs/how_to/work_with_schedules/intrin_math.html
index 370b4994cc..ac7818d3e6 100644
--- a/docs/how_to/work_with_schedules/intrin_math.html
+++ b/docs/how_to/work_with_schedules/intrin_math.html
@@ -564,7 +564,7 @@ The following example customizes CUDA lowering rule for <code class="code docuti
 <a href="../../reference/api/python/ir.html#tvm.ir.register_intrin_lowering" title="tvm.ir.register_intrin_lowering" class="sphx-glr-backref-module-tvm-ir sphx-glr-backref-type-py-function"><span class="n">register_intrin_lowering</span></a><span class="p">(</span><span class="s2">&quot;tir.exp&quot;</span><span class="p">,</span> <span class="n">target</span><span class="o">=</span><span class="s2">&quot;cuda&quot;</span><span class="p">,</span> <span class="n">f</span><span class="o">= [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;function my_cuda_math_rule at 0x7f9a759b2700&gt;
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;function my_cuda_math_rule at 0x7f493af07ee0&gt;
 </pre></div>
 </div>
 <p>Register the rule to TVM with override option to override existing rule.
diff --git a/docs/how_to/work_with_schedules/sg_execution_times.html b/docs/how_to/work_with_schedules/sg_execution_times.html
index 13b7652251..2d5f81c7fd 100644
--- a/docs/how_to/work_with_schedules/sg_execution_times.html
+++ b/docs/how_to/work_with_schedules/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-how-to-work-with-schedules-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:06.576</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
+<p><strong>00:06.830</strong> total execution time for <strong>how_to_work_with_schedules</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -364,35 +364,35 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="intrin_math.html#sphx-glr-how-to-work-with-schedules-intrin-math-py"><span class="std std-ref">Intrinsics and Math Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">intrin_math.py</span></code>)</p></td>
-<td><p>00:03.459</p></td>
+<td><p>00:03.466</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tensorize.html#sphx-glr-how-to-work-with-schedules-tensorize-py"><span class="std std-ref">Use Tensorize to Leverage Hardware Intrinsics</span></a> (<code class="docutils literal notranslate"><span class="pre">tensorize.py</span></code>)</p></td>
-<td><p>00:01.260</p></td>
+<td><p>00:01.481</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="reduction.html#sphx-glr-how-to-work-with-schedules-reduction-py"><span class="std std-ref">Reduction</span></a> (<code class="docutils literal notranslate"><span class="pre">reduction.py</span></code>)</p></td>
-<td><p>00:00.785</p></td>
+<td><p>00:00.800</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="scan.html#sphx-glr-how-to-work-with-schedules-scan-py"><span class="std std-ref">Scan and Recurrent Kernel</span></a> (<code class="docutils literal notranslate"><span class="pre">scan.py</span></code>)</p></td>
-<td><p>00:00.773</p></td>
+<td><p>00:00.791</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="extern_op.html#sphx-glr-how-to-work-with-schedules-extern-op-py"><span class="std std-ref">External Tensor Functions</span></a> (<code class="docutils literal notranslate"><span class="pre">extern_op.py</span></code>)</p></td>
-<td><p>00:00.118</p></td>
+<td><p>00:00.119</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-even"><td><p><a class="reference internal" href="tedd.html#sphx-glr-how-to-work-with-schedules-tedd-py"><span class="std std-ref">Use Tensor Expression Debug Display (TEDD) for Visualization</span></a> (<code class="docutils literal notranslate"><span class="pre">tedd.py</span></code>)</p></td>
-<td><p>00:00.080</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="schedule_primitives.html#sphx-glr-how-to-work-with-schedules-schedule-primitives-py"><span class="std std-ref">Schedule Primitives in TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">schedule_primitives.py</span></code>)</p></td>
+<td><p>00:00.072</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-odd"><td><p><a class="reference internal" href="schedule_primitives.html#sphx-glr-how-to-work-with-schedules-schedule-primitives-py"><span class="std std-ref">Schedule Primitives in TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">schedule_primitives.py</span></code>)</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="tedd.html#sphx-glr-how-to-work-with-schedules-tedd-py"><span class="std std-ref">Use Tensor Expression Debug Display (TEDD) for Visualization</span></a> (<code class="docutils literal notranslate"><span class="pre">tedd.py</span></code>)</p></td>
 <td><p>00:00.069</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tuple_inputs.html#sphx-glr-how-to-work-with-schedules-tuple-inputs-py"><span class="std std-ref">Compute and Reduce with Tuple Inputs</span></a> (<code class="docutils literal notranslate"><span class="pre">tuple_inputs.py</span></code>)</p></td>
-<td><p>00:00.032</p></td>
+<td><p>00:00.033</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/install/nnpack.html b/docs/install/nnpack.html
index e6565cbaae..f593cbe13b 100644
--- a/docs/install/nnpack.html
+++ b/docs/install/nnpack.html
@@ -244,7 +244,17 @@
               <p class="caption" role="heading"><span class="caption-text">Getting Started</span></p>
 <ul class="current">
 <li class="toctree-l1 current"><a class="reference internal" href="index.html">Installing TVM</a><ul class="current">
-<li class="toctree-l2"><a class="reference internal" href="from_source.html">Install from Source</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="from_source.html">Install from Source</a><ul class="current">
+<li class="toctree-l3"><a class="reference internal" href="from_source.html#developers-get-source-from-github">Developers: Get Source from Github</a></li>
+<li class="toctree-l3"><a class="reference internal" href="from_source.html#build-the-shared-library">Build the Shared Library</a></li>
+<li class="toctree-l3"><a class="reference internal" href="from_source.html#python-package-installation">Python Package Installation</a></li>
+<li class="toctree-l3 current"><a class="reference internal" href="from_source.html#install-contrib-libraries">Install Contrib Libraries</a><ul class="current">
+<li class="toctree-l4 current"><a class="current reference internal" href="#">NNPACK Contrib Installation</a></li>
+</ul>
+</li>
+<li class="toctree-l3"><a class="reference internal" href="from_source.html#enable-c-tests">Enable C++ Tests</a></li>
+</ul>
+</li>
 <li class="toctree-l2"><a class="reference internal" href="docker.html">Docker Images</a></li>
 <li class="toctree-l2 current"><a class="current reference internal" href="#">NNPACK Contrib Installation</a><ul>
 <li class="toctree-l3"><a class="reference internal" href="#conditions">Conditions</a></li>
diff --git a/docs/reference/api/doxygen/classtvm_1_1TargetKind-members.html b/docs/reference/api/doxygen/classtvm_1_1TargetKind-members.html
index 6c66bf2f70..23b7a5e839 100644
--- a/docs/reference/api/doxygen/classtvm_1_1TargetKind-members.html
+++ b/docs/reference/api/doxygen/classtvm_1_1TargetKind-members.html
@@ -88,16 +88,17 @@ $(function() {
   <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#aa07c1f6d66a438ea950637d13ed09471">ObjectRef</a>()=default</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"></td></tr>
   <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a6a7dd7404edf1c26f8dbd9bd92d03a02">ObjectRef</a>(ObjectPtr&lt; Object &gt; data)</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
   <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#aa1bd13a7185cb4b2b6bdde49416e8aa4">operator!=</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a3deeeac5827a88f375b8c6ae1039c219">tvm::runtime::ObjectRef::operator-&gt;</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a4744bf4a1b48f202d41b51dc5e08e6ee">operator&lt;</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#affdf1b8cdb36e140de7b3ad7064e4617">operator==</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#ae31a5b9f40781d60a2901994ead700e8">same_as</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a7924ccb2fdea6074cca1978c062fb034">TargetInternal</a> class</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
-  <tr><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#ae811f35863758fb8d1340b14df5cd5fb">TargetKind</a>()=default</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a737fff60e8ac6c7549b2f44097fffb48">TargetKindRegEntry</a> class</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
-  <tr><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS</a>(TargetKind, ObjectRef, TargetKindNode)</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a4e7cdb1574b93a59e784d70aa47b8da7">unique</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
-  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a0ae0da21d247cd87ea94fe3777c4405e">use_count</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">operator-&gt;</a>()</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a3deeeac5827a88f375b8c6ae1039c219">tvm::runtime::ObjectRef::operator-&gt;</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a4744bf4a1b48f202d41b51dc5e08e6ee">operator&lt;</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#affdf1b8cdb36e140de7b3ad7064e4617">operator==</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#ae31a5b9f40781d60a2901994ead700e8">same_as</a>(const ObjectRef &amp;other) const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a7924ccb2fdea6074cca1978c062fb034">TargetInternal</a> class</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#ae811f35863758fb8d1340b14df5cd5fb">TargetKind</a>()=default</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a737fff60e8ac6c7549b2f44097fffb48">TargetKindRegEntry</a> class</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS</a>(TargetKind, ObjectRef, TargetKindNode)</td><td class="entry"><a class="el" href="classtvm_1_1TargetKind.html">tvm::TargetKind</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a4e7cdb1574b93a59e784d70aa47b8da7">unique</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#a0ae0da21d247cd87ea94fe3777c4405e">use_count</a>() const</td><td class="entry"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
 </table></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
diff --git a/docs/reference/api/doxygen/classtvm_1_1TargetKind.html b/docs/reference/api/doxygen/classtvm_1_1TargetKind.html
index 2ecfce2ed9..742734d344 100644
--- a/docs/reference/api/doxygen/classtvm_1_1TargetKind.html
+++ b/docs/reference/api/doxygen/classtvm_1_1TargetKind.html
@@ -82,13 +82,13 @@ $(function() {
 <div class="dynheader">
 Inheritance diagram for tvm::TargetKind:</div>
 <div class="dyncontent">
-<div class="center"><iframe scrolling="no" frameborder="0" src="classtvm_1_1TargetKind__inherit__graph.svg" width="235" height="522"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
+<div class="center"><iframe scrolling="no" frameborder="0" src="classtvm_1_1TargetKind__inherit__graph.svg" width="235" height="536"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
 </div>
 </div>
 <div class="dynheader">
 Collaboration diagram for tvm::TargetKind:</div>
 <div class="dyncontent">
-<div class="center"><iframe scrolling="no" frameborder="0" src="classtvm_1_1TargetKind__coll__graph.svg" width="235" height="810"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
+<div class="center"><iframe scrolling="no" frameborder="0" src="classtvm_1_1TargetKind__coll__graph.svg" width="235" height="824"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
 </div>
 </div>
 <table class="memberdecls">
@@ -98,6 +98,10 @@ Public Member Functions</h2></td></tr>
 <tr class="separator:ae811f35863758fb8d1340b14df5cd5fb"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a660ab2c2c16e6c95b97acaad80f4e8ce"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS</a> (<a class="el" href="classtvm_1_1TargetKind.html">TargetKind</a>, <a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">ObjectRef</a>, <a class="el" href="classtvm_1_1TargetKindNode.html">TargetKindNod [...]
 <tr class="separator:a660ab2c2c16e6c95b97acaad80f4e8ce"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ae6e3193fa509a8d77d1ec0f4c01fc167"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classtvm_1_1TargetKindNode.html">TargetKindNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">operator-&gt;</a> ()</td></tr>
+<tr class="memdesc:ae6e3193fa509a8d77d1ec0f4c01fc167"><td class="mdescLeft">&#160;</td><td class="mdescRight">Mutable access to the container class <br  />
+  <a href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">More...</a><br /></td></tr>
+<tr class="separator:ae6e3193fa509a8d77d1ec0f4c01fc167"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="inherit_header pub_methods_classtvm_1_1runtime_1_1ObjectRef"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classtvm_1_1runtime_1_1ObjectRef')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html">tvm::runtime::ObjectRef</a></td></tr>
 <tr class="memitem:aa07c1f6d66a438ea950637d13ed09471 inherit pub_methods_classtvm_1_1runtime_1_1ObjectRef"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#aa07c1f6d66a438ea950637d13ed09471">ObjectRef</a> ()=default</td></tr>
 <tr class="memdesc:aa07c1f6d66a438ea950637d13ed09471 inherit pub_methods_classtvm_1_1runtime_1_1ObjectRef"><td class="mdescLeft">&#160;</td><td class="mdescRight">default constructor  <a href="classtvm_1_1runtime_1_1ObjectRef.html#aa07c1f6d66a438ea950637d13ed09471">More...</a><br /></td></tr>
@@ -275,6 +279,34 @@ template&lt;typename ValueType &gt; </div>
 
 <p>Get the attribute map given the attribute name. </p>
 
+</div>
+</div>
+<a id="ae6e3193fa509a8d77d1ec0f4c01fc167"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#ae6e3193fa509a8d77d1ec0f4c01fc167">&#9670;&nbsp;</a></span>operator-&gt;()</h2>
+
+<div class="memitem">
+<div class="memproto">
+<table class="mlabels">
+  <tr>
+  <td class="mlabels-left">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="classtvm_1_1TargetKindNode.html">TargetKindNode</a>* tvm::TargetKind::operator-&gt; </td>
+          <td>(</td>
+          <td class="paramname"></td><td>)</td>
+          <td></td>
+        </tr>
+      </table>
+  </td>
+  <td class="mlabels-right">
+<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
+  </tr>
+</table>
+</div><div class="memdoc">
+
+<p>Mutable access to the container class <br  />
+ </p>
+
 </div>
 </div>
 <a id="a660ab2c2c16e6c95b97acaad80f4e8ce"></a>
diff --git a/docs/reference/api/doxygen/classtvm_1_1TargetKind__coll__graph.svg b/docs/reference/api/doxygen/classtvm_1_1TargetKind__coll__graph.svg
index 8d37c737f3..61d0754d97 100644
--- a/docs/reference/api/doxygen/classtvm_1_1TargetKind__coll__graph.svg
+++ b/docs/reference/api/doxygen/classtvm_1_1TargetKind__coll__graph.svg
@@ -4,23 +4,24 @@
 <!-- Generated by graphviz version 2.43.0 (0)
  -->
 <!-- Title: tvm::TargetKind Pages: 1 -->
-<svg width="176pt" height="607pt"
- viewBox="0.00 0.00 176.00 607.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 603)">
+<svg width="176pt" height="618pt"
+ viewBox="0.00 0.00 176.00 618.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 614)">
 <title>tvm::TargetKind</title>
-<polygon fill="white" stroke="transparent" points="-4,4 -4,-603 172,-603 172,4 -4,4"/>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-614 172,-614 172,4 -4,4"/>
 <!-- Node1 -->
 <g id="node1" class="node">
 <title>Node1</title>
 <g id="a_node1"><a xlink:title="Managed reference class to TargetKindNode.">
-<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-101.5 168,-101.5 168,-0.5 0,-0.5"/>
-<text text-anchor="middle" x="84" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
-<polyline fill="none" stroke="black" points="0,-82.5 168,-82.5 "/>
-<text text-anchor="middle" x="84" y="-70.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
-<polyline fill="none" stroke="black" points="0,-63.5 168,-63.5 "/>
-<text text-anchor="start" x="8" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
-<text text-anchor="start" x="8" y="-40.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
-<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-112.5 168,-112.5 168,-0.5 0,-0.5"/>
+<text text-anchor="middle" x="84" y="-100.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
+<polyline fill="none" stroke="black" points="0,-93.5 168,-93.5 "/>
+<text text-anchor="middle" x="84" y="-81.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
+<polyline fill="none" stroke="black" points="0,-74.5 168,-74.5 "/>
+<text text-anchor="start" x="8" y="-62.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
+<text text-anchor="start" x="8" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
+<text text-anchor="start" x="8" y="-40.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
 <text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
 <text text-anchor="start" x="8" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
 </a>
@@ -30,67 +31,67 @@
 <g id="node2" class="node">
 <title>Node2</title>
 <g id="a_node2"><a xlink:href="classtvm_1_1runtime_1_1ObjectRef.html" target="_top" xlink:title="Base class of all object reference.">
-<polygon fill="white" stroke="black" points="17,-139.5 17,-372.5 151,-372.5 151,-139.5 17,-139.5"/>
-<text text-anchor="middle" x="84" y="-360.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectRef</text>
-<polyline fill="none" stroke="black" points="17,-353.5 151,-353.5 "/>
-<text text-anchor="start" x="25" y="-341.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ _type_is_nullable</text>
-<polyline fill="none" stroke="black" points="17,-334.5 151,-334.5 "/>
+<polygon fill="white" stroke="black" points="17,-150.5 17,-383.5 151,-383.5 151,-150.5 17,-150.5"/>
+<text text-anchor="middle" x="84" y="-371.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectRef</text>
+<polyline fill="none" stroke="black" points="17,-364.5 151,-364.5 "/>
+<text text-anchor="start" x="25" y="-352.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ _type_is_nullable</text>
+<polyline fill="none" stroke="black" points="17,-345.5 151,-345.5 "/>
+<text text-anchor="start" x="25" y="-333.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
 <text text-anchor="start" x="25" y="-322.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
-<text text-anchor="start" x="25" y="-311.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
-<text text-anchor="start" x="25" y="-300.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ same_as()</text>
-<text text-anchor="start" x="25" y="-289.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator==()</text>
-<text text-anchor="start" x="25" y="-278.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator!=()</text>
-<text text-anchor="start" x="25" y="-267.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&lt;()</text>
-<text text-anchor="start" x="25" y="-256.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ defined()</text>
-<text text-anchor="start" x="25" y="-245.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
-<text text-anchor="start" x="25" y="-234.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
-<text text-anchor="start" x="25" y="-223.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ unique()</text>
-<text text-anchor="start" x="25" y="-212.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ use_count()</text>
+<text text-anchor="start" x="25" y="-311.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ same_as()</text>
+<text text-anchor="start" x="25" y="-300.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator==()</text>
+<text text-anchor="start" x="25" y="-289.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator!=()</text>
+<text text-anchor="start" x="25" y="-278.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&lt;()</text>
+<text text-anchor="start" x="25" y="-267.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ defined()</text>
+<text text-anchor="start" x="25" y="-256.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
+<text text-anchor="start" x="25" y="-245.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
+<text text-anchor="start" x="25" y="-234.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ unique()</text>
+<text text-anchor="start" x="25" y="-223.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ use_count()</text>
+<text text-anchor="start" x="25" y="-212.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
 <text text-anchor="start" x="25" y="-201.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
-<text text-anchor="start" x="25" y="-190.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
-<text text-anchor="start" x="25" y="-179.5" font-family="Helvetica,sans-Serif" font-size="10.00"># get_mutable()</text>
-<text text-anchor="start" x="25" y="-168.5" font-family="Helvetica,sans-Serif" font-size="10.00"># DowncastNoCheck()</text>
-<text text-anchor="start" x="25" y="-157.5" font-family="Helvetica,sans-Serif" font-size="10.00"># FFIClearAfterMove()</text>
-<text text-anchor="start" x="25" y="-146.5" font-family="Helvetica,sans-Serif" font-size="10.00"># GetDataPtr()</text>
+<text text-anchor="start" x="25" y="-190.5" font-family="Helvetica,sans-Serif" font-size="10.00"># get_mutable()</text>
+<text text-anchor="start" x="25" y="-179.5" font-family="Helvetica,sans-Serif" font-size="10.00"># DowncastNoCheck()</text>
+<text text-anchor="start" x="25" y="-168.5" font-family="Helvetica,sans-Serif" font-size="10.00"># FFIClearAfterMove()</text>
+<text text-anchor="start" x="25" y="-157.5" font-family="Helvetica,sans-Serif" font-size="10.00"># GetDataPtr()</text>
 </a>
 </g>
 </g>
 <!-- Node2&#45;&gt;Node1 -->
 <g id="edge1" class="edge">
 <title>Node2&#45;&gt;Node1</title>
-<path fill="none" stroke="midnightblue" d="M84,-129.16C84,-119.55 84,-110.25 84,-101.63"/>
-<polygon fill="none" stroke="midnightblue" points="80.5,-129.27 84,-139.27 87.5,-129.27 80.5,-129.27"/>
+<path fill="none" stroke="midnightblue" d="M84,-140.36C84,-130.73 84,-121.36 84,-112.59"/>
+<polygon fill="none" stroke="midnightblue" points="80.5,-140.47 84,-150.47 87.5,-140.47 80.5,-140.47"/>
 </g>
 <!-- Node3 -->
 <g id="node3" class="node">
 <title>Node3</title>
 <g id="a_node3"><a xlink:href="classtvm_1_1runtime_1_1ObjectPtr.html" target="_top" xlink:title=" ">
-<polygon fill="white" stroke="black" points="14,-420.5 14,-598.5 154,-598.5 154,-420.5 14,-420.5"/>
-<text text-anchor="start" x="22" y="-586.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectPtr</text>
-<text text-anchor="middle" x="84" y="-575.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; tvm::runtime::Object &gt;</text>
-<polyline fill="none" stroke="black" points="14,-568.5 154,-568.5 "/>
-<text text-anchor="middle" x="84" y="-556.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
-<polyline fill="none" stroke="black" points="14,-549.5 154,-549.5 "/>
+<polygon fill="white" stroke="black" points="14,-431.5 14,-609.5 154,-609.5 154,-431.5 14,-431.5"/>
+<text text-anchor="start" x="22" y="-597.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectPtr</text>
+<text text-anchor="middle" x="84" y="-586.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; tvm::runtime::Object &gt;</text>
+<polyline fill="none" stroke="black" points="14,-579.5 154,-579.5 "/>
+<text text-anchor="middle" x="84" y="-567.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
+<polyline fill="none" stroke="black" points="14,-560.5 154,-560.5 "/>
+<text text-anchor="start" x="22" y="-548.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
 <text text-anchor="start" x="22" y="-537.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
 <text text-anchor="start" x="22" y="-526.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
 <text text-anchor="start" x="22" y="-515.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
 <text text-anchor="start" x="22" y="-504.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
 <text text-anchor="start" x="22" y="-493.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
-<text text-anchor="start" x="22" y="-482.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectPtr()</text>
-<text text-anchor="start" x="22" y="-471.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ~ObjectPtr()</text>
-<text text-anchor="start" x="22" y="-460.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ swap()</text>
-<text text-anchor="start" x="22" y="-449.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
-<text text-anchor="start" x="22" y="-438.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
-<text text-anchor="start" x="22" y="-427.5" font-family="Helvetica,sans-Serif" font-size="10.00">and 11 more...</text>
+<text text-anchor="start" x="22" y="-482.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ~ObjectPtr()</text>
+<text text-anchor="start" x="22" y="-471.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ swap()</text>
+<text text-anchor="start" x="22" y="-460.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
+<text text-anchor="start" x="22" y="-449.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
+<text text-anchor="start" x="22" y="-438.5" font-family="Helvetica,sans-Serif" font-size="10.00">and 11 more...</text>
 </a>
 </g>
 </g>
 <!-- Node3&#45;&gt;Node2 -->
 <g id="edge2" class="edge">
 <title>Node3&#45;&gt;Node2</title>
-<path fill="none" stroke="#404040" d="M84,-420.18C84,-408.84 84,-397.05 84,-385.23"/>
-<polygon fill="none" stroke="#404040" points="84,-384.91 80,-378.91 84,-372.91 88,-378.91 84,-384.91"/>
-<text text-anchor="middle" x="103.5" y="-394" font-family="Helvetica,sans-Serif" font-size="10.00"> #data_</text>
+<path fill="none" stroke="#404040" d="M84,-431.18C84,-419.84 84,-408.05 84,-396.23"/>
+<polygon fill="none" stroke="#404040" points="84,-395.91 80,-389.91 84,-383.91 88,-389.91 84,-395.91"/>
+<text text-anchor="middle" x="103.5" y="-405" font-family="Helvetica,sans-Serif" font-size="10.00"> #data_</text>
 </g>
 </g>
 </svg>
diff --git a/docs/reference/api/doxygen/classtvm_1_1TargetKind__inherit__graph.svg b/docs/reference/api/doxygen/classtvm_1_1TargetKind__inherit__graph.svg
index 8c6a06e769..bf091ed903 100644
--- a/docs/reference/api/doxygen/classtvm_1_1TargetKind__inherit__graph.svg
+++ b/docs/reference/api/doxygen/classtvm_1_1TargetKind__inherit__graph.svg
@@ -4,23 +4,24 @@
 <!-- Generated by graphviz version 2.43.0 (0)
  -->
 <!-- Title: tvm::TargetKind Pages: 1 -->
-<svg width="176pt" height="391pt"
- viewBox="0.00 0.00 176.00 391.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 387)">
+<svg width="176pt" height="402pt"
+ viewBox="0.00 0.00 176.00 402.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 398)">
 <title>tvm::TargetKind</title>
-<polygon fill="white" stroke="transparent" points="-4,4 -4,-387 172,-387 172,4 -4,4"/>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-398 172,-398 172,4 -4,4"/>
 <!-- Node1 -->
 <g id="node1" class="node">
 <title>Node1</title>
 <g id="a_node1"><a xlink:title="Managed reference class to TargetKindNode.">
-<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-101.5 168,-101.5 168,-0.5 0,-0.5"/>
-<text text-anchor="middle" x="84" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
-<polyline fill="none" stroke="black" points="0,-82.5 168,-82.5 "/>
-<text text-anchor="middle" x="84" y="-70.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
-<polyline fill="none" stroke="black" points="0,-63.5 168,-63.5 "/>
-<text text-anchor="start" x="8" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
-<text text-anchor="start" x="8" y="-40.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
-<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-112.5 168,-112.5 168,-0.5 0,-0.5"/>
+<text text-anchor="middle" x="84" y="-100.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
+<polyline fill="none" stroke="black" points="0,-93.5 168,-93.5 "/>
+<text text-anchor="middle" x="84" y="-81.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
+<polyline fill="none" stroke="black" points="0,-74.5 168,-74.5 "/>
+<text text-anchor="start" x="8" y="-62.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
+<text text-anchor="start" x="8" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
+<text text-anchor="start" x="8" y="-40.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
 <text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
 <text text-anchor="start" x="8" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
 </a>
@@ -30,37 +31,37 @@
 <g id="node2" class="node">
 <title>Node2</title>
 <g id="a_node2"><a xlink:href="classtvm_1_1runtime_1_1ObjectRef.html" target="_top" xlink:title="Base class of all object reference.">
-<polygon fill="white" stroke="black" points="17,-138.5 17,-382.5 151,-382.5 151,-138.5 17,-138.5"/>
-<text text-anchor="middle" x="84" y="-370.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectRef</text>
-<polyline fill="none" stroke="black" points="17,-363.5 151,-363.5 "/>
-<text text-anchor="start" x="25" y="-351.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ _type_is_nullable</text>
-<text text-anchor="start" x="25" y="-340.5" font-family="Helvetica,sans-Serif" font-size="10.00"># data_</text>
-<polyline fill="none" stroke="black" points="17,-333.5 151,-333.5 "/>
+<polygon fill="white" stroke="black" points="17,-149.5 17,-393.5 151,-393.5 151,-149.5 17,-149.5"/>
+<text text-anchor="middle" x="84" y="-381.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::runtime::ObjectRef</text>
+<polyline fill="none" stroke="black" points="17,-374.5 151,-374.5 "/>
+<text text-anchor="start" x="25" y="-362.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ _type_is_nullable</text>
+<text text-anchor="start" x="25" y="-351.5" font-family="Helvetica,sans-Serif" font-size="10.00"># data_</text>
+<polyline fill="none" stroke="black" points="17,-344.5 151,-344.5 "/>
+<text text-anchor="start" x="25" y="-332.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
 <text text-anchor="start" x="25" y="-321.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
-<text text-anchor="start" x="25" y="-310.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ObjectRef()</text>
-<text text-anchor="start" x="25" y="-299.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ same_as()</text>
-<text text-anchor="start" x="25" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator==()</text>
-<text text-anchor="start" x="25" y="-277.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator!=()</text>
-<text text-anchor="start" x="25" y="-266.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&lt;()</text>
-<text text-anchor="start" x="25" y="-255.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ defined()</text>
-<text text-anchor="start" x="25" y="-244.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
-<text text-anchor="start" x="25" y="-233.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
-<text text-anchor="start" x="25" y="-222.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ unique()</text>
-<text text-anchor="start" x="25" y="-211.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ use_count()</text>
+<text text-anchor="start" x="25" y="-310.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ same_as()</text>
+<text text-anchor="start" x="25" y="-299.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator==()</text>
+<text text-anchor="start" x="25" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator!=()</text>
+<text text-anchor="start" x="25" y="-277.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&lt;()</text>
+<text text-anchor="start" x="25" y="-266.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ defined()</text>
+<text text-anchor="start" x="25" y="-255.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ get()</text>
+<text text-anchor="start" x="25" y="-244.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
+<text text-anchor="start" x="25" y="-233.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ unique()</text>
+<text text-anchor="start" x="25" y="-222.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ use_count()</text>
+<text text-anchor="start" x="25" y="-211.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
 <text text-anchor="start" x="25" y="-200.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
-<text text-anchor="start" x="25" y="-189.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ as()</text>
-<text text-anchor="start" x="25" y="-178.5" font-family="Helvetica,sans-Serif" font-size="10.00"># get_mutable()</text>
-<text text-anchor="start" x="25" y="-167.5" font-family="Helvetica,sans-Serif" font-size="10.00"># DowncastNoCheck()</text>
-<text text-anchor="start" x="25" y="-156.5" font-family="Helvetica,sans-Serif" font-size="10.00"># FFIClearAfterMove()</text>
-<text text-anchor="start" x="25" y="-145.5" font-family="Helvetica,sans-Serif" font-size="10.00"># GetDataPtr()</text>
+<text text-anchor="start" x="25" y="-189.5" font-family="Helvetica,sans-Serif" font-size="10.00"># get_mutable()</text>
+<text text-anchor="start" x="25" y="-178.5" font-family="Helvetica,sans-Serif" font-size="10.00"># DowncastNoCheck()</text>
+<text text-anchor="start" x="25" y="-167.5" font-family="Helvetica,sans-Serif" font-size="10.00"># FFIClearAfterMove()</text>
+<text text-anchor="start" x="25" y="-156.5" font-family="Helvetica,sans-Serif" font-size="10.00"># GetDataPtr()</text>
 </a>
 </g>
 </g>
 <!-- Node2&#45;&gt;Node1 -->
 <g id="edge1" class="edge">
 <title>Node2&#45;&gt;Node1</title>
-<path fill="none" stroke="midnightblue" d="M84,-128.24C84,-118.9 84,-109.87 84,-101.5"/>
-<polygon fill="none" stroke="midnightblue" points="80.5,-128.5 84,-138.5 87.5,-128.5 80.5,-128.5"/>
+<path fill="none" stroke="midnightblue" d="M84,-139.23C84,-129.96 84,-120.95 84,-112.51"/>
+<polygon fill="none" stroke="midnightblue" points="80.5,-139.38 84,-149.38 87.5,-139.38 80.5,-139.38"/>
 </g>
 </g>
 </svg>
diff --git a/docs/reference/api/doxygen/classtvm_1_1TargetNode__coll__graph.svg b/docs/reference/api/doxygen/classtvm_1_1TargetNode__coll__graph.svg
index bd19f72946..4cdde35f8c 100644
--- a/docs/reference/api/doxygen/classtvm_1_1TargetNode__coll__graph.svg
+++ b/docs/reference/api/doxygen/classtvm_1_1TargetNode__coll__graph.svg
@@ -96,23 +96,24 @@
 <g id="node3" class="node">
 <title>Node3</title>
 <g id="a_node3"><a xlink:href="classtvm_1_1TargetKind.html" target="_top" xlink:title="Managed reference class to TargetKindNode.">
-<polygon fill="white" stroke="black" points="272,-413.5 272,-514.5 440,-514.5 440,-413.5 272,-413.5"/>
-<text text-anchor="middle" x="356" y="-502.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
-<polyline fill="none" stroke="black" points="272,-495.5 440,-495.5 "/>
-<text text-anchor="middle" x="356" y="-483.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
-<polyline fill="none" stroke="black" points="272,-476.5 440,-476.5 "/>
-<text text-anchor="start" x="280" y="-464.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
-<text text-anchor="start" x="280" y="-453.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
-<text text-anchor="start" x="280" y="-442.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
-<text text-anchor="start" x="280" y="-431.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
-<text text-anchor="start" x="280" y="-420.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
+<polygon fill="white" stroke="black" points="272,-408 272,-520 440,-520 440,-408 272,-408"/>
+<text text-anchor="middle" x="356" y="-508" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
+<polyline fill="none" stroke="black" points="272,-501 440,-501 "/>
+<text text-anchor="middle" x="356" y="-489" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
+<polyline fill="none" stroke="black" points="272,-482 440,-482 "/>
+<text text-anchor="start" x="280" y="-470" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
+<text text-anchor="start" x="280" y="-459" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
+<text text-anchor="start" x="280" y="-448" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<text text-anchor="start" x="280" y="-437" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
+<text text-anchor="start" x="280" y="-426" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
+<text text-anchor="start" x="280" y="-415" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
 </a>
 </g>
 </g>
 <!-- Node3&#45;&gt;Node1 -->
 <g id="edge3" class="edge">
 <title>Node3&#45;&gt;Node1</title>
-<path fill="none" stroke="#404040" d="M373.96,-413.44C390.07,-372.72 416.19,-314.66 449,-270 473.32,-236.9 504.93,-204.96 534.52,-178.27"/>
+<path fill="none" stroke="#404040" d="M376.3,-407.59C392.54,-367.29 417.73,-312.57 449,-270 473.32,-236.9 504.93,-204.96 534.52,-178.27"/>
 <polygon fill="none" stroke="#404040" points="534.67,-178.14 536.49,-171.16 543.63,-170.16 541.81,-177.13 534.67,-178.14"/>
 <text text-anchor="middle" x="493.5" y="-238.5" font-family="Helvetica,sans-Serif" font-size="10.00"> +kind</text>
 </g>
@@ -148,7 +149,7 @@
 <!-- Node4&#45;&gt;Node3 -->
 <g id="edge4" class="edge">
 <title>Node4&#45;&gt;Node3</title>
-<path fill="none" stroke="midnightblue" d="M616.69,-777.28C564.13,-750.95 495.63,-710.11 449,-658 411.55,-616.14 385.92,-556.52 371.2,-514.65"/>
+<path fill="none" stroke="midnightblue" d="M616.69,-777.28C564.13,-750.95 495.63,-710.11 449,-658 413.16,-617.95 388.15,-561.62 373.16,-520.15"/>
 <polygon fill="none" stroke="midnightblue" points="615.46,-780.57 625.98,-781.86 618.56,-774.3 615.46,-780.57"/>
 </g>
 <!-- Node6 -->
diff --git a/docs/reference/api/doxygen/classtvm_1_1runtime_1_1ObjectRef__inherit__graph.svg b/docs/reference/api/doxygen/classtvm_1_1runtime_1_1ObjectRef__inherit__graph.svg
index ea0c422fea..24ef7846cd 100644
--- a/docs/reference/api/doxygen/classtvm_1_1runtime_1_1ObjectRef__inherit__graph.svg
+++ b/docs/reference/api/doxygen/classtvm_1_1runtime_1_1ObjectRef__inherit__graph.svg
@@ -4684,23 +4684,24 @@
 <g id="node161" class="node">
 <title>Node218</title>
 <g id="a_node161"><a xlink:href="classtvm_1_1TargetKind.html" target="_top" xlink:title="Managed reference class to TargetKindNode.">
-<polygon fill="white" stroke="black" points="22707.5,-259.5 22707.5,-360.5 22875.5,-360.5 22875.5,-259.5 22707.5,-259.5"/>
-<text text-anchor="middle" x="22791.5" y="-348.5" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
-<polyline fill="none" stroke="black" points="22707.5,-341.5 22875.5,-341.5 "/>
-<text text-anchor="middle" x="22791.5" y="-329.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
-<polyline fill="none" stroke="black" points="22707.5,-322.5 22875.5,-322.5 "/>
-<text text-anchor="start" x="22715.5" y="-310.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
-<text text-anchor="start" x="22715.5" y="-299.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
-<text text-anchor="start" x="22715.5" y="-288.5" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
-<text text-anchor="start" x="22715.5" y="-277.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
-<text text-anchor="start" x="22715.5" y="-266.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
+<polygon fill="white" stroke="black" points="22707.5,-254 22707.5,-366 22875.5,-366 22875.5,-254 22707.5,-254"/>
+<text text-anchor="middle" x="22791.5" y="-354" font-family="Helvetica,sans-Serif" font-size="10.00">tvm::TargetKind</text>
+<polyline fill="none" stroke="black" points="22707.5,-347 22875.5,-347 "/>
+<text text-anchor="middle" x="22791.5" y="-335" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
+<polyline fill="none" stroke="black" points="22707.5,-328 22875.5,-328 "/>
+<text text-anchor="start" x="22715.5" y="-316" font-family="Helvetica,sans-Serif" font-size="10.00">+ TargetKind()</text>
+<text text-anchor="start" x="22715.5" y="-305" font-family="Helvetica,sans-Serif" font-size="10.00">+ TVM_DEFINE_NOTNULLABLE</text>
+<text text-anchor="start" x="22715.5" y="-294" font-family="Helvetica,sans-Serif" font-size="10.00">_OBJECT_REF_METHODS()</text>
+<text text-anchor="start" x="22715.5" y="-283" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator&#45;&gt;()</text>
+<text text-anchor="start" x="22715.5" y="-272" font-family="Helvetica,sans-Serif" font-size="10.00">+ GetAttrMap()</text>
+<text text-anchor="start" x="22715.5" y="-261" font-family="Helvetica,sans-Serif" font-size="10.00">+ Get()</text>
 </a>
 </g>
 </g>
 <!-- Node1&#45;&gt;Node218 -->
 <g id="edge160" class="edge">
 <title>Node1&#45;&gt;Node218</title>
-<path fill="none" stroke="midnightblue" d="M21884.85,-600.57C22075.8,-584.72 22563.84,-536.53 22698.5,-449 22730.96,-427.9 22754.92,-391.08 22770.38,-360.78"/>
+<path fill="none" stroke="midnightblue" d="M21884.85,-600.57C22075.8,-584.72 22563.84,-536.53 22698.5,-449 22729.02,-429.16 22752.03,-395.42 22767.52,-366.27"/>
 <polygon fill="none" stroke="midnightblue" points="21884.3,-597.1 21874.62,-601.41 21884.87,-604.08 21884.3,-597.1"/>
 </g>
 <!-- Node219 -->
diff --git a/docs/reference/api/doxygen/functions_func_o.html b/docs/reference/api/doxygen/functions_func_o.html
index a6e0691b66..e881e7cc9b 100644
--- a/docs/reference/api/doxygen/functions_func_o.html
+++ b/docs/reference/api/doxygen/functions_func_o.html
@@ -304,6 +304,7 @@ $(function() {
 , <a class="el" href="classtvm_1_1SEqualReducer.html#af5d3b2a3d0a59a2f029f68157f917446">tvm::SEqualReducer</a>
 , <a class="el" href="classtvm_1_1SHashReducer.html#a4b9bf11c86bed1360d92d0e60bfd1f28">tvm::SHashReducer</a>
 , <a class="el" href="classtvm_1_1SourceMap.html#ad14e102ba934fcaae1c7acdca43a4e00">tvm::SourceMap</a>
+, <a class="el" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">tvm::TargetKind</a>
 , <a class="el" href="classtvm_1_1te_1_1IterVarAttr.html#aa1ef7fd178e47fd8165bb8fded785a28">tvm::te::IterVarAttr</a>
 , <a class="el" href="classtvm_1_1te_1_1IterVarRelation.html#aa6a6afa23fa3c3a81b3778f2869b3455">tvm::te::IterVarRelation</a>
 , <a class="el" href="classtvm_1_1te_1_1Operation.html#a133e5d2639c0c657131b53c0877cdd79">tvm::te::Operation</a>
diff --git a/docs/reference/api/doxygen/functions_o.html b/docs/reference/api/doxygen/functions_o.html
index 64d7692d1c..02a19bf1ae 100644
--- a/docs/reference/api/doxygen/functions_o.html
+++ b/docs/reference/api/doxygen/functions_o.html
@@ -102,7 +102,7 @@ $(function() {
 </li>
 <li>ObjectPtr
 : <a class="el" href="classtvm_1_1runtime_1_1Object.html#a4193bb155125953e77ded93c0fb46965">tvm::runtime::Object</a>
-, <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#ab9a13c742256492a2bb19070e41697f2">tvm::runtime::ObjectPtr&lt; T &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#a4e8fc75dab845ba616f4d4dc31c5164f">tvm::runtime::ObjectPtr&lt; T &gt;</a>
 </li>
 <li>ObjectPtrHash
 : <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#ab1db3e3b77985946e4379d31829030a5">tvm::runtime::ObjectPtr&lt; T &gt;</a>
@@ -246,15 +246,15 @@ $(function() {
 : <a class="el" href="classtvm_1_1Bool.html#a00a5153c31270c6ec308a516cd46f7fb">tvm::Bool</a>
 </li>
 <li>operator!=()
-: <a class="el" href="classtvm_1_1Integer.html#a1e099442e256b242fe8e2e2a49c1dc33">tvm::Integer</a>
+: <a class="el" href="classtvm_1_1Integer.html#a49869e0f187d66dcd00568d3e953fc04">tvm::Integer</a>
 , <a class="el" href="classtvm_1_1runtime_1_1DataType.html#a6d6ab7decc5088571f58fd7ab48006ac">tvm::runtime::DataType</a>
 , <a class="el" href="classtvm_1_1runtime_1_1IterAdapter.html#a6e54667aa71ae41d33c22d6bd3973404">tvm::runtime::IterAdapter&lt; Converter, TIter &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1Map_1_1iterator.html#a540d6f4cb2b8a4430049fad7d24db3d1">tvm::runtime::Map&lt; K, V, typename, typename &gt;::iterator</a>
 , <a class="el" href="classtvm_1_1runtime_1_1MapNode_1_1iterator.html#a4adb64a40bda0e39d95f8d82b2df5df3">tvm::runtime::MapNode::iterator</a>
 , <a class="el" href="classtvm_1_1runtime_1_1metadata_1_1ArrayIterator.html#a302d9fc8e6dc6010b01d8f51162b3fe6">tvm::runtime::metadata::ArrayIterator&lt; C, Ref &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#af25b42c1e00ac67fdd425d7b76dae68a">tvm::runtime::ObjectPtr&lt; T &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#a13e5dddf4cbe3b98844270c25a0a5b37">tvm::runtime::ObjectPtr&lt; T &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1ObjectRef.html#aa1bd13a7185cb4b2b6bdde49416e8aa4">tvm::runtime::ObjectRef</a>
-, <a class="el" href="classtvm_1_1runtime_1_1Optional.html#ae13ed54071e9b2605ab0e9810d4af9b1">tvm::runtime::Optional&lt; T &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1Optional.html#a32af8cd9a493a1b072c03e5becbfa8b6">tvm::runtime::Optional&lt; T &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1PackedFunc.html#a327afe71a47ff06867d6276db08ad5b6">tvm::runtime::PackedFunc</a>
 , <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#a2a049030ff85513916a05924bf519d2c">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1TypedPackedFunc_3_01R_07Args_8_8_8_08_4.html#ae71734f7a1541c3b8513a2cdcc1ab161">tvm::runtime::TypedPackedFunc&lt; R(Args...)&gt;</a>
@@ -268,8 +268,8 @@ $(function() {
 , <a class="el" href="classtvm_1_1arith_1_1ModularSetAnalyzer.html#a57c3c62ebc821f5f01bc2b43f06488da">tvm::arith::ModularSetAnalyzer</a>
 , <a class="el" href="classtvm_1_1arith_1_1RewriteSimplifier.html#af91d307afc0c857751171a68d6d2b043">tvm::arith::RewriteSimplifier</a>
 , <a class="el" href="structtvm_1_1auto__scheduler_1_1AttachMapNode_1_1IterKeyHash.html#a3754605e2a818ecbf7ef3ec891b7b6ce">tvm::auto_scheduler::AttachMapNode::IterKeyHash</a>
-, <a class="el" href="classtvm_1_1BaseValueEqual.html#a3b4e1128fc280531030b4d8b06c346eb">tvm::BaseValueEqual</a>
-, <a class="el" href="classtvm_1_1BaseValueHash.html#a68eb2b8b6501eced85bd52ac9a7e2ed6">tvm::BaseValueHash</a>
+, <a class="el" href="classtvm_1_1BaseValueEqual.html#a65fe41787baaade1ee1d438f1e52ca19">tvm::BaseValueEqual</a>
+, <a class="el" href="classtvm_1_1BaseValueHash.html#abc1ca7dd0a11641038ab66a8499d93c2">tvm::BaseValueHash</a>
 , <a class="el" href="classtvm_1_1detail_1_1AttrDocVisitor.html#a1091752fc7d78b471b034877ad9344b3">tvm::detail::AttrDocVisitor</a>
 , <a class="el" href="classtvm_1_1detail_1_1AttrExistVisitor.html#a345bb38b31b732a830eb9df3e16f6895">tvm::detail::AttrExistVisitor</a>
 , <a class="el" href="classtvm_1_1detail_1_1AttrInitVisitor.html#af0856406dd74c88334291da4eff0543d">tvm::detail::AttrInitVisitor&lt; FFind &gt;</a>
@@ -289,25 +289,25 @@ $(function() {
 , <a class="el" href="classtvm_1_1relay_1_1PatternFunctor_3_01R_07const_01Pattern_01_6n_00_01Args_8_8_8_08_4.html#a99f71278b865a343c21aa4590108b9dd">tvm::relay::PatternFunctor&lt; R(const Pattern &amp;n, Args...)&gt;</a>
 , <a class="el" href="structtvm_1_1runtime_1_1ObjectEqual.html#a3f1385e14a5a9f96035b0b567e5994a0">tvm::runtime::ObjectEqual</a>
 , <a class="el" href="structtvm_1_1runtime_1_1ObjectHash.html#ac97f4e15c15ac91185c7ead75d04dd3f">tvm::runtime::ObjectHash</a>
-, <a class="el" href="structtvm_1_1runtime_1_1ObjectPtrEqual.html#a8be762397814de1a5d995d64a9cd0f20">tvm::runtime::ObjectPtrEqual</a>
-, <a class="el" href="structtvm_1_1runtime_1_1ObjectPtrHash.html#ab446be104fc4301e5f9155e9ebe4603a">tvm::runtime::ObjectPtrHash</a>
+, <a class="el" href="structtvm_1_1runtime_1_1ObjectPtrEqual.html#ae3e6ffb81484c60ca75b431159dfda28">tvm::runtime::ObjectPtrEqual</a>
+, <a class="el" href="structtvm_1_1runtime_1_1ObjectPtrHash.html#ab0ba79e6abf4748922b9cdee14f9671c">tvm::runtime::ObjectPtrHash</a>
 , <a class="el" href="classtvm_1_1runtime_1_1PackedFunc.html#a71c712200306656ffdca92629b8172bc">tvm::runtime::PackedFunc</a>
-, <a class="el" href="classtvm_1_1runtime_1_1TVMArgsSetter.html#ae4047db2c029877c72c6252fc17fe911">tvm::runtime::TVMArgsSetter</a>
+, <a class="el" href="classtvm_1_1runtime_1_1TVMArgsSetter.html#af0f7e76657fd06170c6347f47a42a342">tvm::runtime::TVMArgsSetter</a>
 , <a class="el" href="classtvm_1_1runtime_1_1TypedPackedFunc_3_01R_07Args_8_8_8_08_4.html#a987beda43b26ffc3665f1c448bf83e8c">tvm::runtime::TypedPackedFunc&lt; R(Args...)&gt;</a>
 , <a class="el" href="classtvm_1_1script_1_1printer_1_1IRDocsifierFunctor.html#a5fb47fd37745ce0057c2d5be1dc35c6e">tvm::script::printer::IRDocsifierFunctor&lt; R, Args &gt;</a>
-, <a class="el" href="classtvm_1_1SEqualReducer.html#a6a381ad92eae02745a5c95c098fc38ec">tvm::SEqualReducer</a>
-, <a class="el" href="classtvm_1_1SHashReducer.html#a259dd594f7eb56fef692f38668b0ecb1">tvm::SHashReducer</a>
+, <a class="el" href="classtvm_1_1SEqualReducer.html#ad17a9c210bd6bd40698e0fbe07a3d1a9">tvm::SEqualReducer</a>
+, <a class="el" href="classtvm_1_1SHashReducer.html#a3f37fbc44b817c527821f375f189e2ff">tvm::SHashReducer</a>
 , <a class="el" href="classtvm_1_1StructuralEqual.html#a1a8f9e17db557ecb536eaa41d3fd2465">tvm::StructuralEqual</a>
 , <a class="el" href="classtvm_1_1StructuralHash.html#abd2a956462f7c67c74a4cd2e7c1db726">tvm::StructuralHash</a>
 , <a class="el" href="classtvm_1_1support_1_1LinearCongruentialEngine.html#a30eab3192da31ff433a56d536a8feaf1">tvm::support::LinearCongruentialEngine</a>
-, <a class="el" href="classtvm_1_1te_1_1Tensor.html#a391b8c09688943b936cd3bcdd209ab24">tvm::te::Tensor</a>
+, <a class="el" href="classtvm_1_1te_1_1Tensor.html#ad361c89fefe11e2a893f2d7568a44605">tvm::te::Tensor</a>
 , <a class="el" href="classtvm_1_1tir_1_1CommReducerNode.html#a6fad50e2929cbb82dc3869751c6eab8b">tvm::tir::CommReducerNode</a>
 , <a class="el" href="structtvm_1_1tir_1_1ExprDeepEqual.html#a8f5ab569f52dea6a12420b21ddba6486">tvm::tir::ExprDeepEqual</a>
 , <a class="el" href="classtvm_1_1tir_1_1ExprFunctor_3_01R_07const_01PrimExpr_01_6n_00_01Args_8_8_8_08_4.html#a71b808b2dc0297a01b69819099e6f448">tvm::tir::ExprFunctor&lt; R(const PrimExpr &amp;n, Args...)&gt;</a>
 , <a class="el" href="classtvm_1_1tir_1_1SeqStmt_1_1Flattener.html#a83d69e48eebee3f552313fd828ab9773">tvm::tir::SeqStmt::Flattener</a>
 , <a class="el" href="classtvm_1_1tir_1_1StmtFunctor_3_01R_07const_01Stmt_01_6n_00_01Args_8_8_8_01args_08_4.html#a40c10ad585c0f7cf618a9fa97cd69c7b">tvm::tir::StmtFunctor&lt; R(const Stmt &amp;n, Args... args)&gt;</a>
 , <a class="el" href="classtvm_1_1tir_1_1StmtMutator.html#a18e378023df3122893ffaf50bb89464e">tvm::tir::StmtMutator</a>
-, <a class="el" href="classtvm_1_1transform_1_1Pass.html#af079c38d004ae68e13b628e435d05155">tvm::transform::Pass</a>
+, <a class="el" href="classtvm_1_1transform_1_1Pass.html#aff47cdd3c929367f272eb13e5f4bbfb2">tvm::transform::Pass</a>
 , <a class="el" href="classtvm_1_1transform_1_1PassNode.html#aabc84eaa330431731fb78dbfe599c40e">tvm::transform::PassNode</a>
 , <a class="el" href="classtvm_1_1transform_1_1SequentialNode.html#a554bc243c2f608a1b6b63555b2fa3340">tvm::transform::SequentialNode</a>
 , <a class="el" href="classtvm_1_1TypedEnvFunc_3_01R_07Args_8_8_8_08_4.html#ac68694f5b98e92eabc7f247d29ec5a06">tvm::TypedEnvFunc&lt; R(Args...)&gt;</a>
@@ -332,14 +332,14 @@ $(function() {
 , <a class="el" href="classtvm_1_1relay_1_1FeatureSet.html#ac2448ecf37a176ad612a9765927ed4fa">tvm::relay::FeatureSet</a>
 , <a class="el" href="classtvm_1_1runtime_1_1IterAdapter.html#a9084e513e3a9b49a81fecd403fa415f1">tvm::runtime::IterAdapter&lt; Converter, TIter &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#a326af819f031fc52b80de3bb2da87fa2">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1String.html#a90015386d12dcad1a1150e0e3c6a0d8a">tvm::runtime::String</a>
+, <a class="el" href="classtvm_1_1runtime_1_1String.html#ae3cd285a0b3bcf7d5f1b89dba89035d1">tvm::runtime::String</a>
 </li>
 <li>operator++()
 : <a class="el" href="classtvm_1_1runtime_1_1IterAdapter.html#a40f67dd792619d7d41ac45fc0f52a0c4">tvm::runtime::IterAdapter&lt; Converter, TIter &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1Map_1_1iterator.html#a8052ae36e24a4973c1a123c99cf5152c">tvm::runtime::Map&lt; K, V, typename, typename &gt;::iterator</a>
+, <a class="el" href="classtvm_1_1runtime_1_1Map_1_1iterator.html#ac1e67f17ae0b5d4c72670908469fff50">tvm::runtime::Map&lt; K, V, typename, typename &gt;::iterator</a>
 , <a class="el" href="classtvm_1_1runtime_1_1MapNode_1_1iterator.html#aa080c358ffab71cff472538a435eb615">tvm::runtime::MapNode::iterator</a>
 , <a class="el" href="classtvm_1_1runtime_1_1metadata_1_1ArrayIterator.html#a7e37edb0b1ba2d20e9d50af007d67bef">tvm::runtime::metadata::ArrayIterator&lt; C, Ref &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#a362bd28f025d28551159e46c415309bd">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#aacad35edbbab947e69a85d31d2fe417d">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
 , <a class="el" href="classtvm_1_1support_1_1Span_1_1iterator__base.html#a526da770183e25f30104efb0ba4e62d5">tvm::support::Span&lt; T, W &gt;::iterator_base&lt; W1 &gt;</a>
 </li>
 <li>operator+=()
@@ -352,9 +352,9 @@ $(function() {
 , <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#a67f728a692ed84a78a20a2095815f260">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
 </li>
 <li>operator--()
-: <a class="el" href="classtvm_1_1runtime_1_1IterAdapter.html#ad6a362ac9b5e17443f252f16f1c82703">tvm::runtime::IterAdapter&lt; Converter, TIter &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1MapNode_1_1iterator.html#a08393c19a1c8b1c4057a33832cd48662">tvm::runtime::MapNode::iterator</a>
-, <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#a3a04e74706f1a844a7347d9073494f62">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
+: <a class="el" href="classtvm_1_1runtime_1_1IterAdapter.html#acb643cc554062422a4fd00bbfb3b0a6d">tvm::runtime::IterAdapter&lt; Converter, TIter &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1MapNode_1_1iterator.html#abd9253b9f7f2bcc9535a6047b3d1b529">tvm::runtime::MapNode::iterator</a>
+, <a class="el" href="classtvm_1_1runtime_1_1ReverseIterAdapter.html#afa7ed1b09064bb3d6dea7ad886145346">tvm::runtime::ReverseIterAdapter&lt; Converter, TIter &gt;</a>
 </li>
 <li>operator-=()
 : <a class="el" href="classtvm_1_1relay_1_1FeatureSet.html#ad90ce4d929774c0feb92c3eb56bea338">tvm::relay::FeatureSet</a>
@@ -377,6 +377,7 @@ $(function() {
 , <a class="el" href="classtvm_1_1SEqualReducer.html#af5d3b2a3d0a59a2f029f68157f917446">tvm::SEqualReducer</a>
 , <a class="el" href="classtvm_1_1SHashReducer.html#a4b9bf11c86bed1360d92d0e60bfd1f28">tvm::SHashReducer</a>
 , <a class="el" href="classtvm_1_1SourceMap.html#ad14e102ba934fcaae1c7acdca43a4e00">tvm::SourceMap</a>
+, <a class="el" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">tvm::TargetKind</a>
 , <a class="el" href="classtvm_1_1te_1_1IterVarAttr.html#aa1ef7fd178e47fd8165bb8fded785a28">tvm::te::IterVarAttr</a>
 , <a class="el" href="classtvm_1_1te_1_1IterVarRelation.html#aa6a6afa23fa3c3a81b3778f2869b3455">tvm::te::IterVarRelation</a>
 , <a class="el" href="classtvm_1_1te_1_1Operation.html#a133e5d2639c0c657131b53c0877cdd79">tvm::te::Operation</a>
@@ -414,7 +415,7 @@ $(function() {
 , <a class="el" href="classtvm_1_1runtime_1_1Map.html#ac62909410a98a078ff01f688cdf70ffe">tvm::runtime::Map&lt; K, V, typename, typename &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1Object.html#ae341e561272ff43cdcbc927bc29ac50d">tvm::runtime::Object</a>
 , <a class="el" href="classtvm_1_1runtime_1_1ObjectPtr.html#a4ea3532cb25b896b47b609c7db788bf8">tvm::runtime::ObjectPtr&lt; T &gt;</a>
-, <a class="el" href="classtvm_1_1runtime_1_1Optional.html#a98b43ed21bc060868ac03dab520a5da2">tvm::runtime::Optional&lt; T &gt;</a>
+, <a class="el" href="classtvm_1_1runtime_1_1Optional.html#a55ca87f94d76bd38af18526c53c4b22a">tvm::runtime::Optional&lt; T &gt;</a>
 , <a class="el" href="classtvm_1_1runtime_1_1String.html#a3b3c8614af05adc454f47132e04552ed">tvm::runtime::String</a>
 , <a class="el" href="classtvm_1_1runtime_1_1TVMRetValue.html#addc4ffa96d47397893755d5e7e016084">tvm::runtime::TVMRetValue</a>
 , <a class="el" href="classtvm_1_1runtime_1_1TypedPackedFunc_3_01R_07Args_8_8_8_08_4.html#aa590b3e712e06867805b41aaf17019ed">tvm::runtime::TypedPackedFunc&lt; R(Args...)&gt;</a>
diff --git a/docs/reference/api/doxygen/search/all_10.js b/docs/reference/api/doxygen/search/all_10.js
index b4af196271..b31ba0edc3 100644
--- a/docs/reference/api/doxygen/search/all_10.js
+++ b/docs/reference/api/doxygen/search/all_10.js
@@ -82,17 +82,17 @@ var searchData=
   ['operator_25_3201',['operator%',['../namespacetvm.html#ab25738e50b37cd07b2d171ca74ba9321',1,'tvm']]],
   ['operator_26_3202',['operator&amp;',['../namespacetvm.html#a92e2cae35b1e48f130b76f42c6ee3106',1,'tvm::operator&amp;()'],['../namespacetvm_1_1topi.html#a357ad2011384bdbb2067364e8efda390',1,'tvm::topi::operator&amp;(const tvm::te::Tensor &amp;A, const tvm::PrimExpr &amp;B)'],['../namespacetvm_1_1topi.html#aa0c7128ff0b9e1112f1554454c0c665f',1,'tvm::topi::operator&amp;(const tvm::PrimExpr &amp;A, const tvm::te::Tensor &amp;B)'],['../namespacetvm_1_1topi.html#a95e8cd0a01caad36d6a29954780ec [...]
   ['operator_26_26_3203',['operator&amp;&amp;',['../namespacetvm.html#ab66052c86dc52cd20933ee60ca12d3d4',1,'tvm::operator&amp;&amp;()'],['../namespacetvm_1_1topi.html#a0862059c23e7cf7ebea5741e9d3f656f',1,'tvm::topi::operator&amp;&amp;(const tvm::te::Tensor &amp;A, const tvm::PrimExpr &amp;B)'],['../namespacetvm_1_1topi.html#aea791b711152d6293b130c774777d647',1,'tvm::topi::operator&amp;&amp;(const tvm::PrimExpr &amp;A, const tvm::te::Tensor &amp;B)'],['../namespacetvm_1_1topi.html#a0ff54b [...]
-  ['operator_28_29_3204',['operator()',['../structtvm_1_1runtime_1_1ObjectEqual.html#a3f1385e14a5a9f96035b0b567e5994a0',1,'tvm::runtime::ObjectEqual::operator()()'],['../structtvm_1_1runtime_1_1ObjectHash.html#ac97f4e15c15ac91185c7ead75d04dd3f',1,'tvm::runtime::ObjectHash::operator()()'],['../classtvm_1_1relay_1_1PatternFunctor_3_01R_07const_01Pattern_01_6n_00_01Args_8_8_8_08_4.html#a99f71278b865a343c21aa4590108b9dd',1,'tvm::relay::PatternFunctor&lt; R(const Pattern &amp;n, Args...)&gt;: [...]
-  ['operator_2a_3205',['operator*',['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#ac09b2cd5327e5102ab373b482530f1e2',1,'tvm::runtime::MapNode::iterator::operator*()'],['../classtvm_1_1runtime_1_1Map_1_1iterator.html#a788c24447dd50bef05bf8cdc7c7f2f66',1,'tvm::runtime::Map::iterator::operator*()'],['../classtvm_1_1runtime_1_1metadata_1_1ArrayIterator.html#a7346cc25ad5f2135600c96ac58a1d1aa',1,'tvm::runtime::metadata::ArrayIterator::operator*()'],['../classtvm_1_1runtime_1_1ObjectPtr.h [...]
+  ['operator_28_29_3204',['operator()',['../structtvm_1_1runtime_1_1ObjectEqual.html#a3f1385e14a5a9f96035b0b567e5994a0',1,'tvm::runtime::ObjectEqual::operator()()'],['../structtvm_1_1runtime_1_1ObjectHash.html#ac97f4e15c15ac91185c7ead75d04dd3f',1,'tvm::runtime::ObjectHash::operator()()'],['../classtvm_1_1relay_1_1PatternFunctor_3_01R_07const_01Pattern_01_6n_00_01Args_8_8_8_08_4.html#a99f71278b865a343c21aa4590108b9dd',1,'tvm::relay::PatternFunctor&lt; R(const Pattern &amp;n, Args...)&gt;: [...]
+  ['operator_2a_3205',['operator*',['../classtvm_1_1runtime_1_1ObjectPtr.html#ac6722155db5b97988d959ca500e66117',1,'tvm::runtime::ObjectPtr::operator*()'],['../classtvm_1_1With.html#a8e235539bdc3d3ee96fca2517eee9ebe',1,'tvm::With::operator*()'],['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#ac09b2cd5327e5102ab373b482530f1e2',1,'tvm::runtime::MapNode::iterator::operator*()'],['../classtvm_1_1runtime_1_1metadata_1_1ArrayIterator.html#a7346cc25ad5f2135600c96ac58a1d1aa',1,'tvm::runtime [...]
   ['operator_2a_3d_3206',['operator*=',['../namespacetvm.html#a9233d7b436ae52ac070442ba19caed18',1,'tvm']]],
-  ['operator_2b_3207',['operator+',['../namespacetvm.html#af246f441d4ac21b110185b77240b2dcc',1,'tvm::operator+()'],['../namespacetvm_1_1runtime.html#a3dbaf8d9ec6bd68590a23da05d8a2831',1,'tvm::runtime::operator+(const String &amp;lhs, const String &amp;rhs)'],['../namespacetvm_1_1runtime.html#a5c069145ecfa5909a77841f60332af4d',1,'tvm::runtime::operator+(const String &amp;lhs, const std::string &amp;rhs)'],['../namespacetvm_1_1runtime.html#acc9820cf44823ad5098183e9dbd7b867',1,'tvm::runtime [...]
-  ['operator_2b_2b_3208',['operator++',['../classtvm_1_1runtime_1_1IterAdapter.html#a40f67dd792619d7d41ac45fc0f52a0c4',1,'tvm::runtime::IterAdapter::operator++()'],['../classtvm_1_1runtime_1_1IterAdapter.html#a76971f210bcd72c05992ae57b2ac8b2e',1,'tvm::runtime::IterAdapter::operator++(int)'],['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#a362bd28f025d28551159e46c415309bd',1,'tvm::runtime::ReverseIterAdapter::operator++()'],['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#aacad35ed [...]
-  ['operator_2b_3d_3209',['operator+=',['../namespacetvm.html#a96061840d12f84eeecc8fae11e245242',1,'tvm::operator+=()'],['../classtvm_1_1relay_1_1FeatureSet.html#a73e4e0de2e58ef67a88d27a48b3c3fc0',1,'tvm::relay::FeatureSet::operator+=()']]],
-  ['operator_2d_3210',['operator-',['../namespacetvm.html#a028ba217f99b6cb1592a6a56b2bc9ee5',1,'tvm::operator-()'],['../classtvm_1_1relay_1_1DFPattern.html#ad638d57cae9db9a1d4cd8831ab60a18b',1,'tvm::relay::DFPattern::operator-()'],['../classtvm_1_1relay_1_1FeatureSet.html#ad0412921b6fe93a2f51b3c72c03c4095',1,'tvm::relay::FeatureSet::operator-()'],['../classtvm_1_1runtime_1_1IterAdapter.html#ab5671b2b9d56c2abcfb8d3f03cf6fd9e',1,'tvm::runtime::IterAdapter::operator-(difference_type offset) [...]
-  ['operator_2d_2d_3211',['operator--',['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#a3a04e74706f1a844a7347d9073494f62',1,'tvm::runtime::ReverseIterAdapter::operator--()'],['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#abd9253b9f7f2bcc9535a6047b3d1b529',1,'tvm::runtime::MapNode::iterator::operator--()'],['../classtvm_1_1runtime_1_1IterAdapter.html#acb643cc554062422a4fd00bbfb3b0a6d',1,'tvm::runtime::IterAdapter::operator--()'],['../classtvm_1_1runtime_1_1IterAdapter.html#ad6a3 [...]
-  ['operator_2d_3d_3212',['operator-=',['../namespacetvm.html#a164d454c519fecaa5611c86b65469acc',1,'tvm::operator-=()'],['../classtvm_1_1relay_1_1FeatureSet.html#ad90ce4d929774c0feb92c3eb56bea338',1,'tvm::relay::FeatureSet::operator-=()']]],
-  ['operator_2d_3e_3213',['operator-&gt;',['../classtvm_1_1tir_1_1Layout.html#a24d1414e53ab3bd153942bf5de5402e2',1,'tvm::tir::Layout::operator-&gt;()'],['../classtvm_1_1transform_1_1PassContext.html#a2d1a6fffe70703812245b8d834da9a44',1,'tvm::transform::PassContext::operator-&gt;()'],['../classtvm_1_1runtime_1_1Module.html#a87bcc010c62887a453d49d46854fa354',1,'tvm::runtime::Module::operator-&gt;()'],['../classtvm_1_1runtime_1_1Map_1_1iterator.html#a3779f858a014a0feea9d9e0c5d027d73',1,'tvm [...]
-  ['operator_2f_3214',['operator/',['../namespacetvm.html#a18256ba1213ce5ff3cf8037a314354b7',1,'tvm::operator/(PrimExpr a, PrimExpr b)'],['../namespacetvm.html#a136427374941fbf8e50f53b1cab39e38',1,'tvm::operator/(const PrimExpr &amp;a, const TB &amp;b)'],['../classtvm_1_1relay_1_1DFPattern.html#ad0839b39558941ac374c213f78ca2c81',1,'tvm::relay::DFPattern::operator/()']]],
+  ['operator_2b_3207',['operator+',['../namespacetvm_1_1runtime.html#a935d5423ffab64da49612e80f775a8ff',1,'tvm::runtime::operator+()'],['../namespacetvm_1_1te.html#a8aa8fb334a26e4b8e8ab3d66454187a7',1,'tvm::te::operator+(const Tensor::Slice &amp;a, const T &amp;b)'],['../namespacetvm_1_1te.html#ac979385c6381a7ca0a87ffaa4f60e5ea',1,'tvm::te::operator+(const T &amp;a, const Tensor::Slice &amp;b)'],['../namespacetvm_1_1runtime.html#aca259da80169ea60877e17c98a0b472a',1,'tvm::runtime::operato [...]
+  ['operator_2b_2b_3208',['operator++',['../classtvm_1_1support_1_1Span_1_1iterator__base.html#a526da770183e25f30104efb0ba4e62d5',1,'tvm::support::Span::iterator_base::operator++()'],['../classtvm_1_1runtime_1_1IterAdapter.html#a40f67dd792619d7d41ac45fc0f52a0c4',1,'tvm::runtime::IterAdapter::operator++()'],['../classtvm_1_1runtime_1_1IterAdapter.html#a76971f210bcd72c05992ae57b2ac8b2e',1,'tvm::runtime::IterAdapter::operator++(int)'],['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#a362 [...]
+  ['operator_2b_3d_3209',['operator+=',['../namespacetvm.html#a96061840d12f84eeecc8fae11e245242',1,'tvm::operator+=()'],['../classtvm_1_1relay_1_1FeatureSet.html#a73e4e0de2e58ef67a88d27a48b3c3fc0',1,'tvm::relay::FeatureSet::operator+=(const T &amp;rhs)']]],
+  ['operator_2d_3210',['operator-',['../classtvm_1_1relay_1_1FeatureSet.html#ad0412921b6fe93a2f51b3c72c03c4095',1,'tvm::relay::FeatureSet::operator-()'],['../namespacetvm_1_1topi.html#a94b5dec91cfb4ef5ccb8fae27238f69f',1,'tvm::topi::operator-(const tvm::te::Tensor &amp;A, const tvm::PrimExpr &amp;B)'],['../namespacetvm_1_1topi.html#a9e415111322a3b0e9bf9a36f1d466a96',1,'tvm::topi::operator-(const tvm::PrimExpr &amp;A, const tvm::te::Tensor &amp;B)'],['../namespacetvm_1_1topi.html#a4e3b2e9 [...]
+  ['operator_2d_2d_3211',['operator--',['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#a08393c19a1c8b1c4057a33832cd48662',1,'tvm::runtime::MapNode::iterator::operator--()'],['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#abd9253b9f7f2bcc9535a6047b3d1b529',1,'tvm::runtime::MapNode::iterator::operator--(int)'],['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#a3a04e74706f1a844a7347d9073494f62',1,'tvm::runtime::ReverseIterAdapter::operator--(int)'],['../classtvm_1_1runtime_1_1Re [...]
+  ['operator_2d_3d_3212',['operator-=',['../classtvm_1_1relay_1_1FeatureSet.html#ad90ce4d929774c0feb92c3eb56bea338',1,'tvm::relay::FeatureSet::operator-=()'],['../namespacetvm.html#a164d454c519fecaa5611c86b65469acc',1,'tvm::operator-=()']]],
+  ['operator_2d_3e_3213',['operator-&gt;',['../classtvm_1_1SHashReducer.html#a4b9bf11c86bed1360d92d0e60bfd1f28',1,'tvm::SHashReducer::operator-&gt;()'],['../classtvm_1_1te_1_1Stage.html#a7a5aeafe44281a6fca4b401139407241',1,'tvm::te::Stage::operator-&gt;()'],['../classtvm_1_1SEqualReducer.html#af5d3b2a3d0a59a2f029f68157f917446',1,'tvm::SEqualReducer::operator-&gt;()'],['../classtvm_1_1TypeReporter.html#a64f4543a37a87db2fc57039a4ee6d3af',1,'tvm::TypeReporter::operator-&gt;()'],['../classtv [...]
+  ['operator_2f_3214',['operator/',['../classtvm_1_1relay_1_1DFPattern.html#ad0839b39558941ac374c213f78ca2c81',1,'tvm::relay::DFPattern::operator/()'],['../namespacetvm.html#a136427374941fbf8e50f53b1cab39e38',1,'tvm::operator/(const PrimExpr &amp;a, const TB &amp;b)'],['../namespacetvm.html#a18256ba1213ce5ff3cf8037a314354b7',1,'tvm::operator/(PrimExpr a, PrimExpr b)']]],
   ['operator_2f_3d_3215',['operator/=',['../namespacetvm.html#a51dc569142bf8ce8ea55f73029d3807d',1,'tvm']]],
   ['operator_3c_3216',['operator&lt;',['../namespacetvm.html#a0854363590c38f5479b1da5e70c4f002',1,'tvm::operator&lt;(const PrimExpr &amp;a, double b)'],['../namespacetvm.html#a1f98476c3a413f6cdfc7b7e490f3221b',1,'tvm::operator&lt;(PrimExpr a, PrimExpr b)'],['../namespacetvm_1_1runtime.html#a2865dffa2fddf5eff9d7ed397563ebd6',1,'tvm::runtime::operator&lt;(const String &amp;lhs, const std::string &amp;rhs)'],['../namespacetvm_1_1runtime.html#ad5305faaeefd679da62186dab423bdab',1,'tvm::runtim [...]
   ['operator_3c_3c_3217',['operator&lt;&lt;',['../namespacetvm.html#a9d8412e5f401f59f5ca85ed556d70810',1,'tvm::operator&lt;&lt;()'],['../namespacetvm_1_1te.html#a6bb44656b78b7d6a02ede706ed0a85ec',1,'tvm::te::operator&lt;&lt;(const Tensor::Slice &amp;a, const Tensor::Slice &amp;b)'],['../namespacetvm_1_1te.html#afba65b87ed8a5587c48b1f63ff9d8437',1,'tvm::te::operator&lt;&lt;(const T &amp;a, const Tensor::Slice &amp;b)'],['../namespacetvm_1_1te.html#a8d52a6dd288ed59dd3f75fac6e3833f4',1,'tvm [...]
diff --git a/docs/reference/api/doxygen/search/functions_f.js b/docs/reference/api/doxygen/search/functions_f.js
index be918bfc6a..2c4de1ef79 100644
--- a/docs/reference/api/doxygen/search/functions_f.js
+++ b/docs/reference/api/doxygen/search/functions_f.js
@@ -34,7 +34,7 @@ var searchData=
   ['operator_20uint64_5ft_8291',['operator uint64_t',['../classtvm_1_1runtime_1_1TVMPODValue__.html#a6eb8d1f7dcce5b2a76322956fdd3fb8c',1,'tvm::runtime::TVMPODValue_']]],
   ['operator_20void_20_2a_8292',['operator void *',['../classtvm_1_1runtime_1_1TVMPODValue__.html#ada67522073183c9a1a9d4afb847afc4c',1,'tvm::runtime::TVMPODValue_']]],
   ['operator_21_8293',['operator!',['../namespacetvm_1_1te.html#a27eae569b04a2d43a513b654b6d2b98c',1,'tvm::te::operator!()'],['../namespacetvm.html#ab354bf1270121abea71fade83f13b0b0',1,'tvm::operator!()'],['../classtvm_1_1Bool.html#a00a5153c31270c6ec308a516cd46f7fb',1,'tvm::Bool::operator!()']]],
-  ['operator_21_3d_8294',['operator!=',['../classtvm_1_1te_1_1Tensor.html#a9b3e114d34dda7e093663a9a9548140f',1,'tvm::te::Tensor::operator!=()'],['../namespacetvm_1_1runtime.html#a504adcfea8e21b2865b56cdfad447918',1,'tvm::runtime::operator!=()'],['../classtvm_1_1support_1_1Span_1_1iterator__base.html#a463842e8fc72de359b2c71b0e37a2f4b',1,'tvm::support::Span::iterator_base::operator!=()'],['../namespacetvm_1_1te.html#a2ec6eaac719b6db0b90cb3bc2111c627',1,'tvm::te::operator!=(const Tensor::Sl [...]
+  ['operator_21_3d_8294',['operator!=',['../classtvm_1_1te_1_1Tensor.html#a9b3e114d34dda7e093663a9a9548140f',1,'tvm::te::Tensor::operator!=()'],['../namespacetvm_1_1runtime.html#a504adcfea8e21b2865b56cdfad447918',1,'tvm::runtime::operator!=()'],['../classtvm_1_1support_1_1Span_1_1iterator__base.html#a463842e8fc72de359b2c71b0e37a2f4b',1,'tvm::support::Span::iterator_base::operator!=()'],['../namespacetvm_1_1te.html#a2ec6eaac719b6db0b90cb3bc2111c627',1,'tvm::te::operator!=(const Tensor::Sl [...]
   ['operator_25_8295',['operator%',['../namespacetvm.html#ab25738e50b37cd07b2d171ca74ba9321',1,'tvm']]],
   ['operator_26_8296',['operator&amp;',['../namespacetvm_1_1topi.html#aa0c7128ff0b9e1112f1554454c0c665f',1,'tvm::topi::operator&amp;(const tvm::PrimExpr &amp;A, const tvm::te::Tensor &amp;B)'],['../namespacetvm_1_1topi.html#a95e8cd0a01caad36d6a29954780ecbdf',1,'tvm::topi::operator&amp;(const tvm::te::Tensor &amp;A, const tvm::te::Tensor &amp;B)'],['../namespacetvm.html#acb2697d9f746f0377975893eb080288e',1,'tvm::operator&amp;(int a, const PrimExpr &amp;b)'],['../namespacetvm.html#a4ff6afc [...]
   ['operator_26_26_8297',['operator&amp;&amp;',['../namespacetvm.html#a258cca42985105b21a0678be0e7e9ec8',1,'tvm::operator&amp;&amp;(const Bool &amp;a, const Bool &amp;b)'],['../namespacetvm.html#acc8094c5a3dc979cf3237d087d63af7c',1,'tvm::operator&amp;&amp;(bool a, const Bool &amp;b)'],['../namespacetvm.html#ab66052c86dc52cd20933ee60ca12d3d4',1,'tvm::operator&amp;&amp;(const Bool &amp;a, bool b)'],['../namespacetvm.html#afc83b50366be0862a6c8f88c9a4e62d5',1,'tvm::operator&amp;&amp;(PrimExp [...]
@@ -47,13 +47,13 @@ var searchData=
   ['operator_2d_8304',['operator-',['../namespacetvm.html#a679ff94dec26779d8769231abb229647',1,'tvm::operator-()'],['../namespacetvm_1_1te.html#a0e218dec6bd51cebdbb05fab7d3f07d4',1,'tvm::te::operator-(const Tensor::Slice &amp;a, const Tensor::Slice &amp;b)'],['../namespacetvm_1_1te.html#ab9e6e16a169b217585f10e94552ca5f6',1,'tvm::te::operator-(const T &amp;a, const Tensor::Slice &amp;b)'],['../namespacetvm_1_1te.html#a2f041d85fc4eb81c053099cbbb617d1d',1,'tvm::te::operator-(const Tensor::S [...]
   ['operator_2d_2d_8305',['operator--',['../classtvm_1_1runtime_1_1MapNode_1_1iterator.html#abd9253b9f7f2bcc9535a6047b3d1b529',1,'tvm::runtime::MapNode::iterator::operator--()'],['../classtvm_1_1runtime_1_1IterAdapter.html#acb643cc554062422a4fd00bbfb3b0a6d',1,'tvm::runtime::IterAdapter::operator--()'],['../classtvm_1_1runtime_1_1IterAdapter.html#ad6a362ac9b5e17443f252f16f1c82703',1,'tvm::runtime::IterAdapter::operator--(int)'],['../classtvm_1_1runtime_1_1ReverseIterAdapter.html#afa7ed1b0 [...]
   ['operator_2d_3d_8306',['operator-=',['../classtvm_1_1relay_1_1FeatureSet.html#ad90ce4d929774c0feb92c3eb56bea338',1,'tvm::relay::FeatureSet::operator-=()'],['../namespacetvm.html#a164d454c519fecaa5611c86b65469acc',1,'tvm::operator-=()']]],
-  ['operator_2d_3e_8307',['operator-&gt;',['../classtvm_1_1SEqualReducer.html#af5d3b2a3d0a59a2f029f68157f917446',1,'tvm::SEqualReducer::operator-&gt;()'],['../classtvm_1_1transform_1_1PassContext.html#a2d1a6fffe70703812245b8d834da9a44',1,'tvm::transform::PassContext::operator-&gt;()'],['../classtvm_1_1te_1_1Operation.html#a133e5d2639c0c657131b53c0877cdd79',1,'tvm::te::Operation::operator-&gt;()'],['../classtvm_1_1tir_1_1Layout.html#a24d1414e53ab3bd153942bf5de5402e2',1,'tvm::tir::Layout:: [...]
+  ['operator_2d_3e_8307',['operator-&gt;',['../classtvm_1_1SHashReducer.html#a4b9bf11c86bed1360d92d0e60bfd1f28',1,'tvm::SHashReducer::operator-&gt;()'],['../classtvm_1_1transform_1_1PassContext.html#ab10baf6f7bcbd6e0e4b295399bc9f3a9',1,'tvm::transform::PassContext::operator-&gt;()'],['../classtvm_1_1te_1_1IterVarAttr.html#aa1ef7fd178e47fd8165bb8fded785a28',1,'tvm::te::IterVarAttr::operator-&gt;()'],['../classtvm_1_1te_1_1Operation.html#a133e5d2639c0c657131b53c0877cdd79',1,'tvm::te::Opera [...]
   ['operator_2f_8308',['operator/',['../classtvm_1_1relay_1_1DFPattern.html#ad0839b39558941ac374c213f78ca2c81',1,'tvm::relay::DFPattern::operator/()'],['../namespacetvm.html#a136427374941fbf8e50f53b1cab39e38',1,'tvm::operator/(const PrimExpr &amp;a, const TB &amp;b)'],['../namespacetvm.html#a18256ba1213ce5ff3cf8037a314354b7',1,'tvm::operator/(PrimExpr a, PrimExpr b)']]],
   ['operator_2f_3d_8309',['operator/=',['../namespacetvm.html#a51dc569142bf8ce8ea55f73029d3807d',1,'tvm']]],
-  ['operator_3c_8310',['operator&lt;',['../namespacetvm_1_1runtime.html#a263e89c942dc4b01075dd01b6882a814',1,'tvm::runtime::operator&lt;()'],['../namespacetvm.html#a0854363590c38f5479b1da5e70c4f002',1,'tvm::operator&lt;()'],['../classtvm_1_1runtime_1_1ObjectRef.html#a4744bf4a1b48f202d41b51dc5e08e6ee',1,'tvm::runtime::ObjectRef::operator&lt;()'],['../namespacetvm.html#aa672271dbd566a0e7b9e4c87664bccb4',1,'tvm::operator&lt;(const PrimExpr &amp;a, int b)'],['../namespacetvm.html#a4687723526 [...]
-  ['operator_3c_3c_8311',['operator&lt;&lt;',['../namespacetvm_1_1runtime.html#a2c20920d4a09a6c022768b353ec8df2a',1,'tvm::runtime::operator&lt;&lt;()'],['../namespacetvm.html#af682776c3609284f1bc3ea436e21a67a',1,'tvm::operator&lt;&lt;()'],['../namespacetvm_1_1runtime.html#af22b89284299c81d0c1802199af446d7',1,'tvm::runtime::operator&lt;&lt;()'],['../namespacetvm_1_1te.html#afba65b87ed8a5587c48b1f63ff9d8437',1,'tvm::te::operator&lt;&lt;()'],['../namespacetvm_1_1topi.html#a996def5f7d018b91d [...]
+  ['operator_3c_8310',['operator&lt;',['../namespacetvm_1_1runtime.html#acbbf6ce2f770d4f348ace3407ee9c500',1,'tvm::runtime::operator&lt;()'],['../namespacetvm.html#a0854363590c38f5479b1da5e70c4f002',1,'tvm::operator&lt;(const PrimExpr &amp;a, double b)'],['../namespacetvm.html#aa672271dbd566a0e7b9e4c87664bccb4',1,'tvm::operator&lt;(const PrimExpr &amp;a, int b)'],['../classtvm_1_1runtime_1_1ObjectRef.html#a4744bf4a1b48f202d41b51dc5e08e6ee',1,'tvm::runtime::ObjectRef::operator&lt;()'],['. [...]
+  ['operator_3c_3c_8311',['operator&lt;&lt;',['../namespacetvm_1_1runtime.html#a2c20920d4a09a6c022768b353ec8df2a',1,'tvm::runtime::operator&lt;&lt;()'],['../namespacetvm.html#af682776c3609284f1bc3ea436e21a67a',1,'tvm::operator&lt;&lt;()'],['../namespacetvm_1_1runtime.html#af22b89284299c81d0c1802199af446d7',1,'tvm::runtime::operator&lt;&lt;()'],['../namespacetvm_1_1te.html#afba65b87ed8a5587c48b1f63ff9d8437',1,'tvm::te::operator&lt;&lt;()'],['../namespacetvm_1_1topi.html#a996def5f7d018b91d [...]
   ['operator_3c_3d_8312',['operator&lt;=',['../namespacetvm.html#a06d97bd5ee2c12e8547be0cc42f6b300',1,'tvm::operator&lt;=(const PrimExpr &amp;a, float b)'],['../namespacetvm.html#a6eea8276bcc178425bc14f3d878970ff',1,'tvm::operator&lt;=(const PrimExpr &amp;a, double b)'],['../namespacetvm.html#af94a56db543e741a23bbf2f51c49091a',1,'tvm::operator&lt;=(const PrimExpr &amp;a, int b)'],['../namespacetvm.html#ad5dbec0c48b8644c5c6e9d773ddc106b',1,'tvm::operator&lt;=(int a, const PrimExpr &amp;b) [...]
-  ['operator_3d_8313',['operator=',['../classtvm_1_1runtime_1_1TVMRetValue.html#a952f62623ec147f366363b664d749566',1,'tvm::runtime::TVMRetValue::operator=(std::string value)'],['../classtvm_1_1runtime_1_1TVMRetValue.html#ac87c22e4d49e79ce5b36b3aead667fcb',1,'tvm::runtime::TVMRetValue::operator=(const TVMRetValue &amp;other)'],['../classtvm_1_1runtime_1_1TVMRetValue.html#a7c16ff5c118b1577a9188ca3f3509167',1,'tvm::runtime::TVMRetValue::operator=(void *value)'],['../classtvm_1_1runtime_1_1T [...]
+  ['operator_3d_8313',['operator=',['../classtvm_1_1runtime_1_1TVMRetValue.html#a510ec87e6718c0e6197e7321ca8774f2',1,'tvm::runtime::TVMRetValue::operator=(bool value)'],['../classtvm_1_1runtime_1_1TVMRetValue.html#ac87c22e4d49e79ce5b36b3aead667fcb',1,'tvm::runtime::TVMRetValue::operator=(const TVMRetValue &amp;other)'],['../classtvm_1_1runtime_1_1TVMRetValue.html#a7c16ff5c118b1577a9188ca3f3509167',1,'tvm::runtime::TVMRetValue::operator=(void *value)'],['../classtvm_1_1runtime_1_1TVMRetVa [...]
   ['operator_3d_3d_8314',['operator==',['../classtvm_1_1runtime_1_1metadata_1_1ArrayIterator.html#a6941bd0a5aa77acb1069e099e08455ed',1,'tvm::runtime::metadata::ArrayIterator::operator==()'],['../classtvm_1_1Integer.html#a5b9ad6d47c7c6df5a066d58f6ba65f8e',1,'tvm::Integer::operator==(int other) const'],['../classtvm_1_1Integer.html#ad2291d037ff36f5371f6381478b3eeaf',1,'tvm::Integer::operator==(Enum other) const'],['../classtvm_1_1runtime_1_1IterAdapter.html#ac4066242008f1e60533099615a20fdb [...]
   ['operator_3e_8315',['operator&gt;',['../namespacetvm.html#a7e2181bca182f90533ec35537714d09d',1,'tvm::operator&gt;(const PrimExpr &amp;a, double b)'],['../namespacetvm.html#acc92dcd3d81981e983ddf05347bc9371',1,'tvm::operator&gt;(const PrimExpr &amp;a, int b)'],['../namespacetvm.html#a6aeb6ed068c5de8ab908ff234337aeeb',1,'tvm::operator&gt;(int a, const PrimExpr &amp;b)'],['../namespacetvm.html#a6d0ad14c882c11311836138a2c164cf3',1,'tvm::operator&gt;(float a, const PrimExpr &amp;b)'],['../ [...]
   ['operator_3e_3d_8316',['operator&gt;=',['../namespacetvm_1_1te.html#a54c35df3fc069cb65ad6e28fa6b35109',1,'tvm::te::operator&gt;=()'],['../namespacetvm.html#aae1dcfef78728c5490d3c107b4abac5a',1,'tvm::operator&gt;=(const PrimExpr &amp;a, double b)'],['../namespacetvm.html#ac194836fc11a8ba34e44738da17fd116',1,'tvm::operator&gt;=(const PrimExpr &amp;a, int b)'],['../namespacetvm.html#af7dee311b945dfc5a821a119c1db9ad1',1,'tvm::operator&gt;=(int a, const PrimExpr &amp;b)'],['../namespacetvm [...]
diff --git a/docs/reference/api/doxygen/target__kind_8h_source.html b/docs/reference/api/doxygen/target__kind_8h_source.html
index ac17d7f86f..0d9adee939 100644
--- a/docs/reference/api/doxygen/target__kind_8h_source.html
+++ b/docs/reference/api/doxygen/target__kind_8h_source.html
@@ -165,9 +165,9 @@ $(function() {
 <div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  <span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classtvm_1_1TargetKindAttrMap.html">TargetKindAttrMap&lt;ValueType&gt;</a> <a class="code" href="classtvm_1_1TargetKind.html#ae3c4bff01e4c03982e4b92b3352c6532">GetAttrMap</a>(<span class="keyword">const</span> <a class="code" href="classtvm_1_1runtime_1_1String.html">String</a>&amp; attr_name);</div>
 <div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classtvm_1_1TargetKind.html#a11c894b5e17dd940287648261d5efc0d">  131</a></span>&#160;  TVM_DLL <span class="keyword">static</span> <a class="code" href="classtvm_1_1runtime_1_1Optional.html">Optional&lt;TargetKind&gt;</a> <a class="code" href="classtvm_1_1TargetKind.html#a11c894b5e17dd940287648261d5efc0d">Get</a>(<span class="keyword">const</span> <a class="code" href="classtvm_1_1runtime_1_1String.html">St [...]
 <div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">  132</a></span>&#160;  <a class="code" href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS</a>(<a class="code" href="classtvm_1_1TargetKind.html">TargetKind</a>, <a class="code" href="classtvm_1_1runtime_1_1ObjectRef.html">ObjectRef</a>, <a class="code" href="classtvm_1_1TargetKindNode. [...]
-<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160; </div>
-<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160; <span class="keyword">private</span>:</div>
-<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  <a class="code" href="classtvm_1_1TargetKindNode.html">TargetKindNode</a>* operator-&gt;() { <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><a class="code" href="classtvm_1_1TargetKindNode.html">TargetKindNode</a>*<span class="keyword">&gt;</span>(<a class="code" href="classtvm_1_1runtime_1_1ObjectRef.html#ac261cdb80487fb29ac42b28678f8cbef">data_</a>.get()); }</div>
+<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">  134</a></span>&#160;  <a class="code" href="classtvm_1_1TargetKindNode.html">TargetKindNode</a>* <a class="code" href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">operator-&gt;</a>() { <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><a class="code" href="classtvm_1_1TargetKindNode.html">Ta [...]
+<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160; </div>
+<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160; <span class="keyword">private</span>:</div>
 <div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;  TVM_DLL <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classtvm_1_1AttrRegistryMapContainerMap.html">AttrRegistryMapContainerMap&lt;TargetKind&gt;</a>&amp; GetAttrMapContainer(</div>
 <div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;      <span class="keyword">const</span> <a class="code" href="classtvm_1_1runtime_1_1String.html">String</a>&amp; attr_name);</div>
 <div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classtvm_1_1TargetKind.html#a737fff60e8ac6c7549b2f44097fffb48">  139</a></span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classtvm_1_1TargetKindRegEntry.html">TargetKindRegEntry</a>;</div>
@@ -412,6 +412,7 @@ $(function() {
 <div class="ttc" id="aclasstvm_1_1TargetKind_html_a660ab2c2c16e6c95b97acaad80f4e8ce"><div class="ttname"><a href="classtvm_1_1TargetKind.html#a660ab2c2c16e6c95b97acaad80f4e8ce">tvm::TargetKind::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS</a></div><div class="ttdeci">TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS(TargetKind, ObjectRef, TargetKindNode)</div></div>
 <div class="ttc" id="aclasstvm_1_1TargetKind_html_a7924ccb2fdea6074cca1978c062fb034"><div class="ttname"><a href="classtvm_1_1TargetKind.html#a7924ccb2fdea6074cca1978c062fb034">tvm::TargetKind::TargetInternal</a></div><div class="ttdeci">friend class TargetInternal</div><div class="ttdef"><b>Definition:</b> target_kind.h:140</div></div>
 <div class="ttc" id="aclasstvm_1_1TargetKind_html_ae3c4bff01e4c03982e4b92b3352c6532"><div class="ttname"><a href="classtvm_1_1TargetKind.html#ae3c4bff01e4c03982e4b92b3352c6532">tvm::TargetKind::GetAttrMap</a></div><div class="ttdeci">static TargetKindAttrMap&lt; ValueType &gt; GetAttrMap(const String &amp;attr_name)</div><div class="ttdoc">Get the attribute map given the attribute name.</div><div class="ttdef"><b>Definition:</b> target_kind.h:327</div></div>
+<div class="ttc" id="aclasstvm_1_1TargetKind_html_ae6e3193fa509a8d77d1ec0f4c01fc167"><div class="ttname"><a href="classtvm_1_1TargetKind.html#ae6e3193fa509a8d77d1ec0f4c01fc167">tvm::TargetKind::operator-&gt;</a></div><div class="ttdeci">TargetKindNode * operator-&gt;()</div><div class="ttdoc">Mutable access to the container class</div><div class="ttdef"><b>Definition:</b> target_kind.h:134</div></div>
 <div class="ttc" id="aclasstvm_1_1TargetKind_html_ae811f35863758fb8d1340b14df5cd5fb"><div class="ttname"><a href="classtvm_1_1TargetKind.html#ae811f35863758fb8d1340b14df5cd5fb">tvm::TargetKind::TargetKind</a></div><div class="ttdeci">TargetKind()=default</div></div>
 <div class="ttc" id="aclasstvm_1_1runtime_1_1Array_html"><div class="ttname"><a href="classtvm_1_1runtime_1_1Array.html">tvm::runtime::Array</a></div><div class="ttdoc">Array, container representing a contiguous sequence of ObjectRefs.</div><div class="ttdef"><b>Definition:</b> array.h:289</div></div>
 <div class="ttc" id="aclasstvm_1_1runtime_1_1Map_html"><div class="ttname"><a href="classtvm_1_1runtime_1_1Map.html">tvm::runtime::Map</a></div><div class="ttdoc">Map container of NodeRef-&gt;NodeRef in DSL graph. Map implements copy on write semantics,...</div><div class="ttdef"><b>Definition:</b> map.h:1271</div></div>
diff --git a/docs/reference/api/python/auto_scheduler.html b/docs/reference/api/python/auto_scheduler.html
index 5e29232d67..bb39f3e069 100644
--- a/docs/reference/api/python/auto_scheduler.html
+++ b/docs/reference/api/python/auto_scheduler.html
@@ -1632,7 +1632,7 @@ history states as starting point to perform Evolutionary Search).</p></li>
 
 <dl class="py class">
 <dt class="sig sig-object py" id="tvm.auto_scheduler.SketchPolicy">
-<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">SketchPolicy</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">program_cost_model</span></span><span class="o"><span class="pre">=</span></span><span class="defau [...]
+<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">SketchPolicy</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">program_cost_model</span></span><span class="o"><span class="pre">=</span></span><span class="defau [...]
 <dd><p>The search policy that searches in a hierarchical search space defined by sketches.
 The policy randomly samples programs from the space defined by sketches and use evolutionary
 search to fine-tune them.</p>
@@ -1916,7 +1916,7 @@ Candidates:
 
 <dl class="py function">
 <dt class="sig sig-object py" id="tvm.auto_scheduler.auto_schedule">
-<span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">auto_schedule</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">search_policy</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em clas [...]
+<span class="sig-prename descclassname"><span class="pre">tvm.auto_scheduler.</span></span><span class="sig-name descname"><span class="pre">auto_schedule</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">task</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">search_policy</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em clas [...]
 <dd><p>THIS API IS DEPRECATED.</p>
 <p>Run auto scheduling search for a task.</p>
 <dl class="field-list simple">
diff --git a/docs/reference/api/typedoc/classes/bytestreamreader.html b/docs/reference/api/typedoc/classes/bytestreamreader.html
index 68f69bd136..9c9fba4805 100644
--- a/docs/reference/api/typedoc/classes/bytestreamreader.html
+++ b/docs/reference/api/typedoc/classes/bytestreamreader.html
@@ -119,7 +119,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L45">rpc_server.ts:45</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L45">rpc_server.ts:45</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -141,7 +141,7 @@
 					<div class="tsd-signature tsd-kind-icon">bytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Uint8Array</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L45">rpc_server.ts:45</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L45">rpc_server.ts:45</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -151,7 +151,7 @@
 					<div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L44">rpc_server.ts:44</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L44">rpc_server.ts:44</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -168,7 +168,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L65">rpc_server.ts:65</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L65">rpc_server.ts:65</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Uint8Array</span></h4>
@@ -185,7 +185,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L51">rpc_server.ts:51</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L51">rpc_server.ts:51</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -202,7 +202,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L59">rpc_server.ts:59</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L59">rpc_server.ts:59</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
diff --git a/docs/reference/api/typedoc/classes/cachedcallstack.html b/docs/reference/api/typedoc/classes/cachedcallstack.html
index 4a9bd0908d..1ea9ffec54 100644
--- a/docs/reference/api/typedoc/classes/cachedcallstack.html
+++ b/docs/reference/api/typedoc/classes/cachedcallstack.html
@@ -144,7 +144,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L223">memory.ts:223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L223">memory.ts:223</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -172,7 +172,7 @@
 					<div class="tsd-signature tsd-kind-icon">temp<wbr>Args<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/disposable.html" class="tsd-signature-type">Disposable</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = []</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L208">memory.ts:208</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L208">memory.ts:208</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -194,7 +194,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L312">memory.ts:312</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L312">memory.ts:312</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L284">memory.ts:284</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L284">memory.ts:284</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -262,7 +262,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L388">memory.ts:388</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L388">memory.ts:388</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -300,7 +300,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L376">memory.ts:376</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L376">memory.ts:376</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -340,7 +340,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L267">memory.ts:267</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L267">memory.ts:267</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -373,7 +373,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L243">memory.ts:243</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L243">memory.ts:243</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -390,7 +390,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L321">memory.ts:321</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L321">memory.ts:321</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -422,7 +422,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L252">memory.ts:252</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L252">memory.ts:252</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -444,7 +444,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L359">memory.ts:359</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L359">memory.ts:359</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -470,7 +470,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L342">memory.ts:342</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L342">memory.ts:342</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -496,7 +496,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L350">memory.ts:350</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L350">memory.ts:350</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -522,7 +522,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L326">memory.ts:326</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L326">memory.ts:326</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -548,7 +548,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L363">memory.ts:363</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L363">memory.ts:363</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -574,7 +574,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L346">memory.ts:346</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L346">memory.ts:346</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -600,7 +600,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L334">memory.ts:334</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L334">memory.ts:334</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
diff --git a/docs/reference/api/typedoc/classes/dldatatype.html b/docs/reference/api/typedoc/classes/dldatatype.html
index f4a17771c2..4eddff6e0e 100644
--- a/docs/reference/api/typedoc/classes/dldatatype.html
+++ b/docs/reference/api/typedoc/classes/dldatatype.html
@@ -119,7 +119,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L359">runtime.ts:359</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L359">runtime.ts:359</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -147,7 +147,7 @@
 					<div class="tsd-signature tsd-kind-icon">bits<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L357">runtime.ts:357</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L357">runtime.ts:357</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -162,7 +162,7 @@
 					<div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L355">runtime.ts:355</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L355">runtime.ts:355</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -177,7 +177,7 @@
 					<div class="tsd-signature tsd-kind-icon">lanes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L359">runtime.ts:359</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L359">runtime.ts:359</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -199,7 +199,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L376">runtime.ts:376</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L376">runtime.ts:376</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -216,7 +216,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L367">runtime.ts:367</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L367">runtime.ts:367</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
diff --git a/docs/reference/api/typedoc/classes/dldevice.html b/docs/reference/api/typedoc/classes/dldevice.html
index dc92fc7234..16b945ebf4 100644
--- a/docs/reference/api/typedoc/classes/dldevice.html
+++ b/docs/reference/api/typedoc/classes/dldevice.html
@@ -118,7 +118,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L299">runtime.ts:299</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L299">runtime.ts:299</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -146,7 +146,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L297">runtime.ts:297</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L297">runtime.ts:297</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -161,7 +161,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L295">runtime.ts:295</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L295">runtime.ts:295</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -183,7 +183,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L320">runtime.ts:320</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L320">runtime.ts:320</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -205,7 +205,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L327">runtime.ts:327</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L327">runtime.ts:327</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
diff --git a/docs/reference/api/typedoc/classes/environment.html b/docs/reference/api/typedoc/classes/environment.html
index 2b35c36219..77cb78eb7b 100644
--- a/docs/reference/api/typedoc/classes/environment.html
+++ b/docs/reference/api/typedoc/classes/environment.html
@@ -125,7 +125,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L86">environment.ts:86</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L86">environment.ts:86</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -169,7 +169,7 @@
 					<aside class="tsd-sources">
 						<p>Implementation of <a href="../interfaces/libraryprovider.html">LibraryProvider</a>.<a href="../interfaces/libraryprovider.html#imports">imports</a></p>
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L70">environment.ts:70</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L70">environment.ts:70</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -179,7 +179,7 @@
 					<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L69">environment.ts:69</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L69">environment.ts:69</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -210,7 +210,7 @@
 					<div class="tsd-signature tsd-kind-icon">packedCFunc<wbr>Table<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ctypes.FTVMWasmPackedCFunc</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = [undefined,]</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L78">environment.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L78">environment.ts:78</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -228,7 +228,7 @@
 					<div class="tsd-signature tsd-kind-icon">packedCFunc<wbr>Table<wbr>Free<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = []</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L84">environment.ts:84</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L84">environment.ts:84</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -250,7 +250,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L105">environment.ts:105</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L105">environment.ts:105</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/ffilibrary.html b/docs/reference/api/typedoc/classes/ffilibrary.html
index 7d78c1abde..30510e5438 100644
--- a/docs/reference/api/typedoc/classes/ffilibrary.html
+++ b/docs/reference/api/typedoc/classes/ffilibrary.html
@@ -131,7 +131,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L50">runtime.ts:50</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L50">runtime.ts:50</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -156,7 +156,7 @@
 					<div class="tsd-signature tsd-kind-icon">exports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L47">runtime.ts:47</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L47">runtime.ts:47</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -166,7 +166,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L46">runtime.ts:46</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L46">runtime.ts:46</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">wasm32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L45">runtime.ts:45</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L45">runtime.ts:45</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -186,7 +186,7 @@
 					<div class="tsd-signature tsd-kind-icon">webGPUContext<span class="tsd-signature-symbol">:</span> <a href="webgpucontext.html" class="tsd-signature-type">WebGPUContext</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L48">runtime.ts:48</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L48">runtime.ts:48</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -203,7 +203,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L77">runtime.ts:77</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L77">runtime.ts:77</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -226,7 +226,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L67">runtime.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L67">runtime.ts:67</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -243,7 +243,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L85">runtime.ts:85</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L85">runtime.ts:85</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <a href="cachedcallstack.html" class="tsd-signature-type">CachedCallStack</a></h4>
@@ -260,7 +260,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L96">runtime.ts:96</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L96">runtime.ts:96</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -283,7 +283,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L73">runtime.ts:73</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L73">runtime.ts:73</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
diff --git a/docs/reference/api/typedoc/classes/instance.html b/docs/reference/api/typedoc/classes/instance.html
index e70397cb63..80893bb461 100644
--- a/docs/reference/api/typedoc/classes/instance.html
+++ b/docs/reference/api/typedoc/classes/instance.html
@@ -161,7 +161,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L844">runtime.ts:844</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L844">runtime.ts:844</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -224,7 +224,7 @@
 					<div class="tsd-signature tsd-kind-icon">exports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L834">runtime.ts:834</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L834">runtime.ts:834</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -234,7 +234,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L833">runtime.ts:833</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L833">runtime.ts:833</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -251,7 +251,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L973">runtime.ts:973</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L973">runtime.ts:973</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -296,7 +296,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L932">runtime.ts:932</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L932">runtime.ts:932</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -318,7 +318,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L901">runtime.ts:901</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L901">runtime.ts:901</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -381,7 +381,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1215">runtime.ts:1215</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1215">runtime.ts:1215</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -412,7 +412,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1000">runtime.ts:1000</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1000">runtime.ts:1000</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -453,7 +453,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1207">runtime.ts:1207</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1207">runtime.ts:1207</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -491,7 +491,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L922">runtime.ts:922</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L922">runtime.ts:922</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -508,7 +508,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1235">runtime.ts:1235</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1235">runtime.ts:1235</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -552,7 +552,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L943">runtime.ts:943</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L943">runtime.ts:943</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -577,7 +577,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1088">runtime.ts:1088</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1088">runtime.ts:1088</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -609,7 +609,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1363">runtime.ts:1363</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1363">runtime.ts:1363</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -640,7 +640,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1123">runtime.ts:1123</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1123">runtime.ts:1123</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -672,7 +672,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1016">runtime.ts:1016</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1016">runtime.ts:1016</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -695,7 +695,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1281">runtime.ts:1281</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1281">runtime.ts:1281</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -729,7 +729,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L986">runtime.ts:986</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L986">runtime.ts:986</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -769,7 +769,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1341">runtime.ts:1341</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1341">runtime.ts:1341</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -817,7 +817,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1055">runtime.ts:1055</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1055">runtime.ts:1055</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -857,7 +857,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1320">runtime.ts:1320</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1320">runtime.ts:1320</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -900,7 +900,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1197">runtime.ts:1197</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1197">runtime.ts:1197</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -938,7 +938,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1491">runtime.ts:1491</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1491">runtime.ts:1491</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -990,7 +990,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1009">runtime.ts:1009</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1009">runtime.ts:1009</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1014,7 +1014,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1151">runtime.ts:1151</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1151">runtime.ts:1151</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1046,7 +1046,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1134">runtime.ts:1134</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1134">runtime.ts:1134</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1078,7 +1078,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1292">runtime.ts:1292</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1292">runtime.ts:1292</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1110,7 +1110,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1223">runtime.ts:1223</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1223">runtime.ts:1223</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1141,7 +1141,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L957">runtime.ts:957</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L957">runtime.ts:957</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/memory.html b/docs/reference/api/typedoc/classes/memory.html
index 793ad2cc05..9d1f2e8b4b 100644
--- a/docs/reference/api/typedoc/classes/memory.html
+++ b/docs/reference/api/typedoc/classes/memory.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L40">memory.ts:40</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L40">memory.ts:40</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -152,7 +152,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Memory</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L32">memory.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L32">memory.ts:32</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -162,7 +162,7 @@
 					<div class="tsd-signature tsd-kind-icon">wasm32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L33">memory.ts:33</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L33">memory.ts:33</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -179,7 +179,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L154">memory.ts:154</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L154">memory.ts:154</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -210,7 +210,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L90">memory.ts:90</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L90">memory.ts:90</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -233,7 +233,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L97">memory.ts:97</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L97">memory.ts:97</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -256,7 +256,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L74">memory.ts:74</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L74">memory.ts:74</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -279,7 +279,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L81">memory.ts:81</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L81">memory.ts:81</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -302,7 +302,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L104">memory.ts:104</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L104">memory.ts:104</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -325,7 +325,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L132">memory.ts:132</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L132">memory.ts:132</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -362,7 +362,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L145">memory.ts:145</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L145">memory.ts:145</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -393,7 +393,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L60">memory.ts:60</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L60">memory.ts:60</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -416,7 +416,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L67">memory.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L67">memory.ts:67</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -439,7 +439,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L53">memory.ts:53</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L53">memory.ts:53</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -462,7 +462,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L114">memory.ts:114</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L114">memory.ts:114</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -485,7 +485,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L124">memory.ts:124</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L124">memory.ts:124</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
@@ -502,7 +502,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/memory.ts#L175">memory.ts:175</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/memory.ts#L175">memory.ts:175</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/module.html b/docs/reference/api/typedoc/classes/module.html
index 63d21162ad..d8c4fd3fbd 100644
--- a/docs/reference/api/typedoc/classes/module.html
+++ b/docs/reference/api/typedoc/classes/module.html
@@ -119,7 +119,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L614">runtime.ts:614</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L614">runtime.ts:614</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -169,7 +169,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L626">runtime.ts:626</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L626">runtime.ts:626</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -186,7 +186,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L653">runtime.ts:653</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L653">runtime.ts:653</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -218,7 +218,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L641">runtime.ts:641</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L641">runtime.ts:641</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -250,7 +250,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L687">runtime.ts:687</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L687">runtime.ts:687</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/ndarray.html b/docs/reference/api/typedoc/classes/ndarray.html
index d084917d8d..1588bf4ef3 100644
--- a/docs/reference/api/typedoc/classes/ndarray.html
+++ b/docs/reference/api/typedoc/classes/ndarray.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L401">runtime.ts:401</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L401">runtime.ts:401</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -158,7 +158,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<span class="tsd-signature-symbol">:</span> <a href="dldevice.html" class="tsd-signature-type">DLDevice</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L394">runtime.ts:394</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L394">runtime.ts:394</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -173,7 +173,7 @@
 					<div class="tsd-signature tsd-kind-icon">dtype<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L390">runtime.ts:390</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L390">runtime.ts:390</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -188,7 +188,7 @@
 					<div class="tsd-signature tsd-kind-icon">ndim<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L388">runtime.ts:388</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L388">runtime.ts:388</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -203,7 +203,7 @@
 					<div class="tsd-signature tsd-kind-icon">shape<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L392">runtime.ts:392</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L392">runtime.ts:392</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -225,7 +225,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L480">runtime.ts:480</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L480">runtime.ts:480</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -258,7 +258,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L524">runtime.ts:524</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L524">runtime.ts:524</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -290,7 +290,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L465">runtime.ts:465</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L465">runtime.ts:465</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -307,7 +307,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L458">runtime.ts:458</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L458">runtime.ts:458</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -339,7 +339,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L584">runtime.ts:584</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L584">runtime.ts:584</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -363,7 +363,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L553">runtime.ts:553</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L553">runtime.ts:553</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/packedfunccell.html b/docs/reference/api/typedoc/classes/packedfunccell.html
index b3223ab10a..646aacf2a1 100644
--- a/docs/reference/api/typedoc/classes/packedfunccell.html
+++ b/docs/reference/api/typedoc/classes/packedfunccell.html
@@ -117,7 +117,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L248">runtime.ts:248</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L248">runtime.ts:248</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -146,7 +146,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L255">runtime.ts:255</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L255">runtime.ts:255</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -163,7 +163,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L264">runtime.ts:264</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L264">runtime.ts:264</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
diff --git a/docs/reference/api/typedoc/classes/rpcserver.html b/docs/reference/api/typedoc/classes/rpcserver.html
index 0f499345f7..5800d759db 100644
--- a/docs/reference/api/typedoc/classes/rpcserver.html
+++ b/docs/reference/api/typedoc/classes/rpcserver.html
@@ -115,7 +115,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L95">rpc_server.ts:95</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L95">rpc_server.ts:95</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">get<wbr>Imports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signat [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L84">rpc_server.ts:84</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L84">rpc_server.ts:84</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -201,7 +201,7 @@
 					<div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L80">rpc_server.ts:80</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L80">rpc_server.ts:80</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -211,7 +211,7 @@
 					<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L83">rpc_server.ts:83</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L83">rpc_server.ts:83</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-type-declaration">
@@ -242,7 +242,7 @@
 					<div class="tsd-signature tsd-kind-icon">socket<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">WebSocket</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L81">rpc_server.ts:81</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L81">rpc_server.ts:81</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -252,7 +252,7 @@
 					<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <a href="../enums/rpcserverstate.html" class="tsd-signature-type">RPCServerState</a><span class="tsd-signature-symbol"> = RPCServerState.InitHeader</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L82">rpc_server.ts:82</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L82">rpc_server.ts:82</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -262,7 +262,7 @@
 					<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L79">rpc_server.ts:79</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L79">rpc_server.ts:79</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/classes/runtimecontext.html b/docs/reference/api/typedoc/classes/runtimecontext.html
index 7ea39bc1e5..aebd1a1745 100644
--- a/docs/reference/api/typedoc/classes/runtimecontext.html
+++ b/docs/reference/api/typedoc/classes/runtimecontext.html
@@ -132,7 +132,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L148">runtime.ts:148</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L148">runtime.ts:148</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -172,7 +172,7 @@
 					<div class="tsd-signature tsd-kind-icon">array<wbr>Get<wbr>Item<span class="tsd-signature-symbol">:</span> <a href="../index.html#packedfunc" class="tsd-signature-type">PackedFunc</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L143">runtime.ts:143</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L143">runtime.ts:143</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -182,7 +182,7 @@
 					<div class="tsd-signature tsd-kind-icon">array<wbr>Get<wbr>Size<span class="tsd-signature-symbol">:</span> <a href="../index.html#packedfunc" class="tsd-signature-type">PackedFunc</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L144">runtime.ts:144</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L144">runtime.ts:144</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -192,7 +192,7 @@
 					<div class="tsd-signature tsd-kind-icon">array<wbr>Make<span class="tsd-signature-symbol">:</span> <a href="../index.html#packedfunc" class="tsd-signature-type">PackedFunc</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L145">runtime.ts:145</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L145">runtime.ts:145</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -202,7 +202,7 @@
 					<div class="tsd-signature tsd-kind-icon">get<wbr>Sys<wbr>Lib<span class="tsd-signature-symbol">:</span> <a href="../index.html#packedfunc" class="tsd-signature-type">PackedFunc</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L146">runtime.ts:146</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L146">runtime.ts:146</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -219,7 +219,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L189">runtime.ts:189</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L189">runtime.ts:189</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -263,7 +263,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L163">runtime.ts:163</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L163">runtime.ts:163</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -280,7 +280,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L208">runtime.ts:208</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L208">runtime.ts:208</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -309,7 +309,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L157">runtime.ts:157</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L157">runtime.ts:157</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -326,7 +326,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L167">runtime.ts:167</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L167">runtime.ts:167</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -343,7 +343,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L198">runtime.ts:198</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L198">runtime.ts:198</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-type-parameters-title">Type parameters</h4>
diff --git a/docs/reference/api/typedoc/classes/scalar.html b/docs/reference/api/typedoc/classes/scalar.html
index c0f8c9ff78..dee9428334 100644
--- a/docs/reference/api/typedoc/classes/scalar.html
+++ b/docs/reference/api/typedoc/classes/scalar.html
@@ -112,7 +112,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L235">runtime.ts:235</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L235">runtime.ts:235</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -137,7 +137,7 @@
 					<div class="tsd-signature tsd-kind-icon">dtype<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L235">runtime.ts:235</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L235">runtime.ts:235</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -152,7 +152,7 @@
 					<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L233">runtime.ts:233</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L233">runtime.ts:233</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/tvmarray.html b/docs/reference/api/typedoc/classes/tvmarray.html
index c7716cd930..9bb8c783d2 100644
--- a/docs/reference/api/typedoc/classes/tvmarray.html
+++ b/docs/reference/api/typedoc/classes/tvmarray.html
@@ -133,7 +133,7 @@
 							<aside class="tsd-sources">
 								<p>Overrides <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#constructor">constructor</a></p>
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L784">runtime.ts:784</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L784">runtime.ts:784</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -162,7 +162,7 @@
 					<aside class="tsd-sources">
 						<p>Inherited from <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#ctx">ctx</a></p>
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L703">runtime.ts:703</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L703">runtime.ts:703</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -180,7 +180,7 @@
 							<aside class="tsd-sources">
 								<p>Inherited from <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#dispose">dispose</a></p>
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L715">runtime.ts:715</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L715">runtime.ts:715</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -197,7 +197,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L804">runtime.ts:804</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L804">runtime.ts:804</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -230,7 +230,7 @@
 							<aside class="tsd-sources">
 								<p>Inherited from <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#gethandle">getHandle</a></p>
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L730">runtime.ts:730</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L730">runtime.ts:730</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -262,7 +262,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L796">runtime.ts:796</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L796">runtime.ts:796</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -283,7 +283,7 @@
 							<aside class="tsd-sources">
 								<p>Inherited from <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#typeindex">typeIndex</a></p>
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L738">runtime.ts:738</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L738">runtime.ts:738</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -306,7 +306,7 @@
 							<aside class="tsd-sources">
 								<p>Inherited from <a href="tvmobject.html">TVMObject</a>.<a href="tvmobject.html#typekey">typeKey</a></p>
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L758">runtime.ts:758</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L758">runtime.ts:758</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/tvmobject.html b/docs/reference/api/typedoc/classes/tvmobject.html
index b1406dc842..9cd1673d3f 100644
--- a/docs/reference/api/typedoc/classes/tvmobject.html
+++ b/docs/reference/api/typedoc/classes/tvmobject.html
@@ -130,7 +130,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L703">runtime.ts:703</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L703">runtime.ts:703</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -158,7 +158,7 @@
 					<div class="tsd-signature tsd-kind-icon">ctx<span class="tsd-signature-symbol">:</span> <a href="runtimecontext.html" class="tsd-signature-type">RuntimeContext</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L703">runtime.ts:703</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L703">runtime.ts:703</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -175,7 +175,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L715">runtime.ts:715</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L715">runtime.ts:715</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -192,7 +192,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L730">runtime.ts:730</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L730">runtime.ts:730</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -224,7 +224,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L738">runtime.ts:738</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L738">runtime.ts:738</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -246,7 +246,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L758">runtime.ts:758</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L758">runtime.ts:758</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/classes/webgpucontext.html b/docs/reference/api/typedoc/classes/webgpucontext.html
index d8be24c76c..921d7a2aac 100644
--- a/docs/reference/api/typedoc/classes/webgpucontext.html
+++ b/docs/reference/api/typedoc/classes/webgpucontext.html
@@ -120,7 +120,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L57">webgpu.ts:57</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L57">webgpu.ts:57</a></li>
 								</ul>
 							</aside>
 							<h4 class="tsd-parameters-title">Parameters</h4>
@@ -145,7 +145,7 @@
 					<div class="tsd-signature tsd-kind-icon">device<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">GPUDevice</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L50">webgpu.ts:50</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L50">webgpu.ts:50</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -155,7 +155,7 @@
 					<div class="tsd-signature tsd-kind-icon">memory<span class="tsd-signature-symbol">:</span> <a href="memory.html" class="tsd-signature-type">Memory</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L51">webgpu.ts:51</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L51">webgpu.ts:51</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -172,7 +172,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L84">webgpu.ts:84</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L84">webgpu.ts:84</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -209,7 +209,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L172">webgpu.ts:172</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L172">webgpu.ts:172</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -238,7 +238,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L67">webgpu.ts:67</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L67">webgpu.ts:67</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/enums/argtypecode.html b/docs/reference/api/typedoc/enums/argtypecode.html
index f8e17eb511..a7f4a3da43 100644
--- a/docs/reference/api/typedoc/enums/argtypecode.html
+++ b/docs/reference/api/typedoc/enums/argtypecode.html
@@ -106,7 +106,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLDevice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 6</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L242">ctypes.ts:242</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L242">ctypes.ts:242</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -116,7 +116,7 @@
 					<div class="tsd-signature tsd-kind-icon">Float<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L238">ctypes.ts:238</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L238">ctypes.ts:238</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -126,7 +126,7 @@
 					<div class="tsd-signature tsd-kind-icon">Int<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L236">ctypes.ts:236</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L236">ctypes.ts:236</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -136,7 +136,7 @@
 					<div class="tsd-signature tsd-kind-icon">Null<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L240">ctypes.ts:240</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L240">ctypes.ts:240</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -146,7 +146,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMBytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 12</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L248">ctypes.ts:248</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L248">ctypes.ts:248</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -156,7 +156,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMDLTensor<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 7</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L243">ctypes.ts:243</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L243">ctypes.ts:243</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -166,7 +166,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMData<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 5</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L241">ctypes.ts:241</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L241">ctypes.ts:241</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -176,7 +176,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMModule<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 9</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L245">ctypes.ts:245</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L245">ctypes.ts:245</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -186,7 +186,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMNDArray<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 13</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L249">ctypes.ts:249</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L249">ctypes.ts:249</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -196,7 +196,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMObject<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L244">ctypes.ts:244</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L244">ctypes.ts:244</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -206,7 +206,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMObjectRValue<wbr>Ref<wbr>Arg<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 14</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L250">ctypes.ts:250</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L250">ctypes.ts:250</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -216,7 +216,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMOpaque<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 3</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L239">ctypes.ts:239</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L239">ctypes.ts:239</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -226,7 +226,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMPacked<wbr>Func<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 10</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L246">ctypes.ts:246</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L246">ctypes.ts:246</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -236,7 +236,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 11</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L247">ctypes.ts:247</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L247">ctypes.ts:247</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -246,7 +246,7 @@
 					<div class="tsd-signature tsd-kind-icon">UInt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L237">ctypes.ts:237</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L237">ctypes.ts:237</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/aynccallbackcode.html b/docs/reference/api/typedoc/enums/aynccallbackcode.html
index 293c62d1b4..2d9d34d78f 100644
--- a/docs/reference/api/typedoc/enums/aynccallbackcode.html
+++ b/docs/reference/api/typedoc/enums/aynccallbackcode.html
@@ -93,7 +93,7 @@
 					<div class="tsd-signature tsd-kind-icon">k<wbr>Exception<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 5</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L812">runtime.ts:812</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L812">runtime.ts:812</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -103,7 +103,7 @@
 					<div class="tsd-signature tsd-kind-icon">k<wbr>Return<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L811">runtime.ts:811</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L811">runtime.ts:811</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/dldatatypecode.html b/docs/reference/api/typedoc/enums/dldatatypecode.html
index d7e4169a6b..625f21b89a 100644
--- a/docs/reference/api/typedoc/enums/dldatatypecode.html
+++ b/docs/reference/api/typedoc/enums/dldatatypecode.html
@@ -95,7 +95,7 @@
 					<div class="tsd-signature tsd-kind-icon">Float<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L339">runtime.ts:339</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L339">runtime.ts:339</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -105,7 +105,7 @@
 					<div class="tsd-signature tsd-kind-icon">Int<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L337">runtime.ts:337</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L337">runtime.ts:337</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -115,7 +115,7 @@
 					<div class="tsd-signature tsd-kind-icon">Opaque<wbr>Handle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 3</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L340">runtime.ts:340</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L340">runtime.ts:340</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -125,7 +125,7 @@
 					<div class="tsd-signature tsd-kind-icon">UInt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L338">runtime.ts:338</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L338">runtime.ts:338</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/rpcserverstate.html b/docs/reference/api/typedoc/enums/rpcserverstate.html
index c00c57703d..67b5953bde 100644
--- a/docs/reference/api/typedoc/enums/rpcserverstate.html
+++ b/docs/reference/api/typedoc/enums/rpcserverstate.html
@@ -90,7 +90,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Header<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L29">rpc_server.ts:29</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L29">rpc_server.ts:29</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -100,7 +100,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Header<wbr>Key<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L30">rpc_server.ts:30</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L30">rpc_server.ts:30</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -110,7 +110,7 @@
 					<div class="tsd-signature tsd-kind-icon">Init<wbr>Server<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L31">rpc_server.ts:31</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L31">rpc_server.ts:31</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -120,7 +120,7 @@
 					<div class="tsd-signature tsd-kind-icon">Receive<wbr>Packet<wbr>Body<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L34">rpc_server.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L34">rpc_server.ts:34</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -130,7 +130,7 @@
 					<div class="tsd-signature tsd-kind-icon">Receive<wbr>Packet<wbr>Header<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L33">rpc_server.ts:33</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L33">rpc_server.ts:33</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -140,7 +140,7 @@
 					<div class="tsd-signature tsd-kind-icon">Wait<wbr>For<wbr>Callback<span class="tsd-signature-symbol">:</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L32">rpc_server.ts:32</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L32">rpc_server.ts:32</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/enums/sizeof.html b/docs/reference/api/typedoc/enums/sizeof.html
index e01dbaff6b..4fdcde86cc 100644
--- a/docs/reference/api/typedoc/enums/sizeof.html
+++ b/docs/reference/api/typedoc/enums/sizeof.html
@@ -100,7 +100,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLData<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = I32</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L228">ctypes.ts:228</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L228">ctypes.ts:228</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -110,7 +110,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLDevice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = I32 + I32</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L229">ctypes.ts:229</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L229">ctypes.ts:229</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -120,7 +120,7 @@
 					<div class="tsd-signature tsd-kind-icon">F32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L225">ctypes.ts:225</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L225">ctypes.ts:225</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -130,7 +130,7 @@
 					<div class="tsd-signature tsd-kind-icon">F64<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L226">ctypes.ts:226</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L226">ctypes.ts:226</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -140,7 +140,7 @@
 					<div class="tsd-signature tsd-kind-icon">I32<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 4</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L223">ctypes.ts:223</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L223">ctypes.ts:223</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -150,7 +150,7 @@
 					<div class="tsd-signature tsd-kind-icon">I64<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L224">ctypes.ts:224</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L224">ctypes.ts:224</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -160,7 +160,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMValue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 8</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L227">ctypes.ts:227</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L227">ctypes.ts:227</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -170,7 +170,7 @@
 					<div class="tsd-signature tsd-kind-icon">U16<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 2</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L222">ctypes.ts:222</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L222">ctypes.ts:222</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -180,7 +180,7 @@
 					<div class="tsd-signature tsd-kind-icon">U8<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 1</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L221">ctypes.ts:221</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L221">ctypes.ts:221</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/index.html b/docs/reference/api/typedoc/index.html
index 2aac6fb684..4d9210cc46 100644
--- a/docs/reference/api/typedoc/index.html
+++ b/docs/reference/api/typedoc/index.html
@@ -182,7 +182,7 @@
 					<div class="tsd-signature tsd-kind-icon">FObject<wbr>Constructor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, lib<span class="tsd-signature-symbol">: </span><a href="classes/ffilibrary.html" class="tsd-signature-type">FFILibrary</a>, ctx<span class="tsd-signature-symbol">: </span><a href="classes/runtimecontext.html" class="t [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L778">runtime.ts:778</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L778">runtime.ts:778</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -224,7 +224,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Alloc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>shape<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, ndim<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, dtypeCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, dtypeBits<span class="tsd [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L113">ctypes.ts:113</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L113">ctypes.ts:113</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -288,7 +288,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>From<wbr>Bytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, data<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nbytes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">num [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L129">ctypes.ts:129</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L129">ctypes.ts:129</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -332,7 +332,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>From<wbr>To<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>from<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, to<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, stream<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-sig [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L145">ctypes.ts:145</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L145">ctypes.ts:145</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -376,7 +376,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Copy<wbr>ToBytes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, data<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nbytes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</sp [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L137">ctypes.ts:137</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L137">ctypes.ts:137</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -420,7 +420,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMArray<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>handle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L122">ctypes.ts:122</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L122">ctypes.ts:122</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -456,7 +456,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMBackend<wbr>PackedCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>argValues<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, argCodes<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nargs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number< [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L161">ctypes.ts:161</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L161">ctypes.ts:161</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -508,7 +508,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMCFunc<wbr>Set<wbr>Return<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>ret<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, value<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCode<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signa [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L78">ctypes.ts:78</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L78">ctypes.ts:78</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -556,7 +556,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMCb<wbr>Arg<wbr>ToReturn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, code<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span c [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L84">ctypes.ts:84</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L84">ctypes.ts:84</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -595,7 +595,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Call<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>func<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, argValues<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCode<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-t [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L68">ctypes.ts:68</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L68">ctypes.ts:68</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -651,7 +651,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>func<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L58">ctypes.ts:58</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L58">ctypes.ts:58</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -687,7 +687,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Get<wbr>Global<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span cla [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L101">ctypes.ts:101</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L101">ctypes.ts:101</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -726,7 +726,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>List<wbr>Global<wbr>Names<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>outSize<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, outArray<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&g [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L89">ctypes.ts:89</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L89">ctypes.ts:89</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -765,7 +765,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMFunc<wbr>Register<wbr>Global<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, f<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, override<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</spa [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L95">ctypes.ts:95</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L95">ctypes.ts:95</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -808,7 +808,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMGet<wbr>Last<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L34">ctypes.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L34">ctypes.ts:34</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -838,7 +838,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L53">ctypes.ts:53</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L53">ctypes.ts:53</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -874,7 +874,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Get<wbr>Function<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, funcName<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, queryImports<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">numbe [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L42">ctypes.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L42">ctypes.ts:42</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -922,7 +922,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMMod<wbr>Import<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>mod<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, dep<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-si [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L48">ctypes.ts:48</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L48">ctypes.ts:48</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -962,7 +962,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMObject<wbr>Free<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L169">ctypes.ts:169</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L169">ctypes.ts:169</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -998,7 +998,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMObject<wbr>Get<wbr>Type<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out_tindex<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt;  [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L174">ctypes.ts:174</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L174">ctypes.ts:174</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1037,7 +1037,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMObject<wbr>Type<wbr>Index2<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>type_index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, out_type_key<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><spa [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L179">ctypes.ts:179</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L179">ctypes.ts:179</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1076,7 +1076,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMObject<wbr>Type<wbr>Key2<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>type_key<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out_tindex<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">  [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L184">ctypes.ts:184</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L184">ctypes.ts:184</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1115,7 +1115,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMSynchronize<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>deviceType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, deviceId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, stream<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signatur [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L151">ctypes.ts:151</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L151">ctypes.ts:151</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1157,7 +1157,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Alloc<wbr>Space<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>size<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L189">ctypes.ts:189</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L189">ctypes.ts:189</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1193,7 +1193,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Free<wbr>Space<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>ptr<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L192">ctypes.ts:192</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L192">ctypes.ts:192</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1229,7 +1229,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>Func<wbr>Create<wbr>FromCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>resource<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, out<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&g [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L209">ctypes.ts:209</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L209">ctypes.ts:209</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1269,7 +1269,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>PackedCFunc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>args<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, typeCodes<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a>, nargs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L201">ctypes.ts:201</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L201">ctypes.ts:201</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1321,7 +1321,7 @@
 					<div class="tsd-signature tsd-kind-icon">FTVMWasm<wbr>PackedCFunc<wbr>Finalizer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>resourceHandle<span class="tsd-signature-symbol">: </span><a href="index.html#pointer" class="tsd-signature-type">Pointer</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L215">ctypes.ts:215</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L215">ctypes.ts:215</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1357,7 +1357,7 @@
 					<div class="tsd-signature tsd-kind-icon">GPUPointer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L25">webgpu.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L25">webgpu.ts:25</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1372,7 +1372,7 @@
 					<div class="tsd-signature tsd-kind-icon">Packed<wbr>Func<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> &amp; </span><a href="interfaces/disp [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L37">runtime.ts:37</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L37">runtime.ts:37</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1387,7 +1387,7 @@
 					<div class="tsd-signature tsd-kind-icon">Pointer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L25">ctypes.ts:25</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L25">ctypes.ts:25</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1402,7 +1402,7 @@
 					<div class="tsd-signature tsd-kind-icon">Ptr<wbr>Offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/ctypes.ts#L28">ctypes.ts:28</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/ctypes.ts#L28">ctypes.ts:28</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1417,7 +1417,7 @@
 					<div class="tsd-signature tsd-kind-icon">TVMObject<wbr>Base<span class="tsd-signature-symbol">:</span> <a href="classes/tvmobject.html" class="tsd-signature-type">TVMObject</a><span class="tsd-signature-symbol"> | </span><a href="classes/ndarray.html" class="tsd-signature-type">NDArray</a><span class="tsd-signature-symbol"> | </span><a href="classes/module.html" class="tsd-signature-type">Module</a><span class="tsd-signature-symbol"> | </span><a href="index.html#packedfunc" class="t [...]
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L781">runtime.ts:781</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L781">runtime.ts:781</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1435,7 +1435,7 @@
 					<div class="tsd-signature tsd-kind-icon">RPC_<wbr>MAGIC<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1045105</span><span class="tsd-signature-symbol"> = 1045105</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/rpc_server.ts#L38">rpc_server.ts:38</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/rpc_server.ts#L38">rpc_server.ts:38</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -1457,7 +1457,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/support.ts#L25">support.ts:25</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/support.ts#L25">support.ts:25</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1489,7 +1489,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/support.ts#L39">support.ts:39</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/support.ts#L39">support.ts:39</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1518,7 +1518,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/support.ts#L52">support.ts:52</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/support.ts#L52">support.ts:52</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1555,7 +1555,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/compact.ts#L38">compact.ts:38</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/compact.ts#L38">compact.ts:38</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1586,7 +1586,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L30">webgpu.ts:30</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L30">webgpu.ts:30</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1608,7 +1608,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/environment.ts#L32">environment.ts:32</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/environment.ts#L32">environment.ts:32</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1639,7 +1639,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/compact.ts#L24">compact.ts:24</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/compact.ts#L24">compact.ts:24</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1661,7 +1661,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L1749">runtime.ts:1749</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L1749">runtime.ts:1749</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1726,7 +1726,7 @@
 						<li class="tsd-description">
 							<aside class="tsd-sources">
 								<ul>
-									<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/support.ts#L62">support.ts:62</a></li>
+									<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/support.ts#L62">support.ts:62</a></li>
 								</ul>
 							</aside>
 							<div class="tsd-comment tsd-typography">
@@ -1748,7 +1748,7 @@
 					<div class="tsd-signature tsd-kind-icon">DLData<wbr>Type<wbr>Code<wbr>ToStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L343">runtime.ts:343</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L343">runtime.ts:343</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1757,7 +1757,7 @@
 						<div class="tsd-signature tsd-kind-icon">0<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;int&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L344">runtime.ts:344</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L344">runtime.ts:344</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1767,7 +1767,7 @@
 						<div class="tsd-signature tsd-kind-icon">1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;uint&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L345">runtime.ts:345</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L345">runtime.ts:345</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1777,7 +1777,7 @@
 						<div class="tsd-signature tsd-kind-icon">2<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;float&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L346">runtime.ts:346</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L346">runtime.ts:346</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1787,7 +1787,7 @@
 						<div class="tsd-signature tsd-kind-icon">3<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;handle&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L347">runtime.ts:347</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L347">runtime.ts:347</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1798,7 +1798,7 @@
 					<div class="tsd-signature tsd-kind-icon">Device<wbr>Enum<wbr>ToStr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L272">runtime.ts:272</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L272">runtime.ts:272</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1807,7 +1807,7 @@
 						<div class="tsd-signature tsd-kind-icon">1<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;cpu&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L273">runtime.ts:273</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L273">runtime.ts:273</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1817,7 +1817,7 @@
 						<div class="tsd-signature tsd-kind-icon">15<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;webgpu&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L277">runtime.ts:277</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L277">runtime.ts:277</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1827,7 +1827,7 @@
 						<div class="tsd-signature tsd-kind-icon">2<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;cuda&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L274">runtime.ts:274</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L274">runtime.ts:274</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1837,7 +1837,7 @@
 						<div class="tsd-signature tsd-kind-icon">4<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;opencl&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L275">runtime.ts:275</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L275">runtime.ts:275</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1847,7 +1847,7 @@
 						<div class="tsd-signature tsd-kind-icon">8<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;metal&quot;</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L276">runtime.ts:276</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L276">runtime.ts:276</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1858,7 +1858,7 @@
 					<div class="tsd-signature tsd-kind-icon">Device<wbr>Str<wbr>ToEnum<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L280">runtime.ts:280</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L280">runtime.ts:280</a></li>
 						</ul>
 					</aside>
 					<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1867,7 +1867,7 @@
 						<div class="tsd-signature tsd-kind-icon">cl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 4</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L283">runtime.ts:283</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L283">runtime.ts:283</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1877,7 +1877,7 @@
 						<div class="tsd-signature tsd-kind-icon">cpu<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 1</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L281">runtime.ts:281</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L281">runtime.ts:281</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1887,7 +1887,7 @@
 						<div class="tsd-signature tsd-kind-icon">cuda<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 2</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L282">runtime.ts:282</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L282">runtime.ts:282</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1897,7 +1897,7 @@
 						<div class="tsd-signature tsd-kind-icon">metal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 8</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L286">runtime.ts:286</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L286">runtime.ts:286</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1907,7 +1907,7 @@
 						<div class="tsd-signature tsd-kind-icon">opencl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 4</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L284">runtime.ts:284</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L284">runtime.ts:284</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1917,7 +1917,7 @@
 						<div class="tsd-signature tsd-kind-icon">vulkan<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 7</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L285">runtime.ts:285</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L285">runtime.ts:285</a></li>
 							</ul>
 						</aside>
 					</section>
@@ -1927,7 +1927,7 @@
 						<div class="tsd-signature tsd-kind-icon">webgpu<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 15</span></div>
 						<aside class="tsd-sources">
 							<ul>
-								<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/runtime.ts#L287">runtime.ts:287</a></li>
+								<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/runtime.ts#L287">runtime.ts:287</a></li>
 							</ul>
 						</aside>
 					</section>
diff --git a/docs/reference/api/typedoc/interfaces/disposable.html b/docs/reference/api/typedoc/interfaces/disposable.html
index 91ed585f58..0e70c6c10d 100644
--- a/docs/reference/api/typedoc/interfaces/disposable.html
+++ b/docs/reference/api/typedoc/interfaces/disposable.html
@@ -115,7 +115,7 @@
 					<div class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/types.ts#L52">types.ts:52</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/types.ts#L52">types.ts:52</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/reference/api/typedoc/interfaces/functioninfo.html b/docs/reference/api/typedoc/interfaces/functioninfo.html
index ead20356ac..8fc0d756ed 100644
--- a/docs/reference/api/typedoc/interfaces/functioninfo.html
+++ b/docs/reference/api/typedoc/interfaces/functioninfo.html
@@ -95,7 +95,7 @@
 					<div class="tsd-signature tsd-kind-icon">arg_<wbr>types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L41">webgpu.ts:41</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L41">webgpu.ts:41</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -105,7 +105,7 @@
 					<div class="tsd-signature tsd-kind-icon">launch_<wbr>param_<wbr>tags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L42">webgpu.ts:42</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L42">webgpu.ts:42</a></li>
 						</ul>
 					</aside>
 				</section>
@@ -115,7 +115,7 @@
 					<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/webgpu.ts#L40">webgpu.ts:40</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/webgpu.ts#L40">webgpu.ts:40</a></li>
 						</ul>
 					</aside>
 				</section>
diff --git a/docs/reference/api/typedoc/interfaces/libraryprovider.html b/docs/reference/api/typedoc/interfaces/libraryprovider.html
index afadcad49c..6857b3efa9 100644
--- a/docs/reference/api/typedoc/interfaces/libraryprovider.html
+++ b/docs/reference/api/typedoc/interfaces/libraryprovider.html
@@ -112,7 +112,7 @@
 					<div class="tsd-signature tsd-kind-icon">imports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/types.ts#L34">types.ts:34</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/types.ts#L34">types.ts:34</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
@@ -127,7 +127,7 @@
 					<div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>inst<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Instance</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
 					<aside class="tsd-sources">
 						<ul>
-							<li>Defined in <a href="https://github.com/apache/tvm/blob/e2e1d44c7/web/src/types.ts#L39">types.ts:39</a></li>
+							<li>Defined in <a href="https://github.com/apache/tvm/blob/67df20fae/web/src/types.ts#L39">types.ts:39</a></li>
 						</ul>
 					</aside>
 					<div class="tsd-comment tsd-typography">
diff --git a/docs/searchindex.js b/docs/searchindex.js
index 0c80a64a29..c91b85b0b7 100644
--- a/docs/searchindex.js
+++ b/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["arch/benchmark","arch/convert_layout","arch/debugger","arch/device_target_interactions","arch/frontend/tensorflow","arch/hybrid_script","arch/index","arch/inferbound","arch/introduction_to_module_serialization","arch/microtvm_design","arch/microtvm_project_api","arch/model_library_format","arch/pass_infra","arch/relay_intro","arch/relay_op_strategy","arch/runtime","arch/runtimes/vulkan","arch/security","arch/virtual_machine","contribute/ci","contribute/code_gu [...]
\ No newline at end of file
+Search.setIndex({docnames:["arch/benchmark","arch/convert_layout","arch/debugger","arch/device_target_interactions","arch/frontend/tensorflow","arch/hybrid_script","arch/index","arch/inferbound","arch/introduction_to_module_serialization","arch/microtvm_design","arch/microtvm_project_api","arch/model_library_format","arch/pass_infra","arch/relay_intro","arch/relay_op_strategy","arch/runtime","arch/runtimes/vulkan","arch/security","arch/virtual_machine","contribute/ci","contribute/code_gu [...]
\ No newline at end of file
diff --git a/docs/topic/vta/tutorials/autotvm/sg_execution_times.html b/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
index 74294cab4d..f8c90e63a6 100644
--- a/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/autotvm/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-autotvm-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:37.960</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
+<p><strong>00:36.289</strong> total execution time for <strong>topic_vta_tutorials_autotvm</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 82%" />
@@ -364,7 +364,7 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="tune_relay_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-relay-vta-py"><span class="std std-ref">Auto-tuning a convolutional network on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_relay_vta.py</span></code>)</p></td>
-<td><p>00:37.952</p></td>
+<td><p>00:36.281</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="tune_alu_vta.html#sphx-glr-topic-vta-tutorials-autotvm-tune-alu-vta-py"><span class="std std-ref">Auto-tuning a ALU fused op on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">tune_alu_vta.py</span></code>)</p></td>
diff --git a/docs/topic/vta/tutorials/frontend/deploy_classification.html b/docs/topic/vta/tutorials/frontend/deploy_classification.html
index f97eacf95a..5f71e9b33c 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_classification.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_classification.html
@@ -598,7 +598,7 @@ and dense layer which will both be executed in fp32 on the CPU.</p></li>
   warnings.warn(
 /workspace/vta/tutorials/frontend/deploy_classification.py:212: DeprecationWarning: legacy graph executor behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_executor.GraphModule for the  new recommended usage.
   graph, lib, params = relay.build(
-resnet18_v1 inference graph built in 38.68s!
+resnet18_v1 inference graph built in 38.59s!
 </pre></div>
 </div>
 </div>
@@ -695,7 +695,7 @@ resnet18_v1 prediction for sample 0
         #5: Persian cat
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  6.126 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  6.060 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-topic-vta-tutorials-frontend-deploy-classification-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../../../_downloads/9e8de33a5822b31748bfd76861009f92/deploy_classification.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_classification.py</span></code></a></p>
diff --git a/docs/topic/vta/tutorials/frontend/deploy_detection.html b/docs/topic/vta/tutorials/frontend/deploy_detection.html
index 7ebe4e0dd6..6d24625c25 100644
--- a/docs/topic/vta/tutorials/frontend/deploy_detection.html
+++ b/docs/topic/vta/tutorials/frontend/deploy_detection.html
@@ -616,7 +616,7 @@ and dense layer which will both be executed in fp32 on the CPU.</p></li>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/workspace/python/tvm/relay/build_module.py:345: DeprecationWarning: Please use input parameter mod (tvm.IRModule) instead of deprecated parameter mod (tvm.relay.function.Function)
   warnings.warn(
-yolov3-tiny inference graph built in 27.98s!
+yolov3-tiny inference graph built in 26.71s!
 </pre></div>
 </div>
 </div>
@@ -701,7 +701,7 @@ Download test image</p>
         alu_counter     :           849056
 </pre></div>
 </div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  12.453 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  11.259 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-topic-vta-tutorials-frontend-deploy-detection-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../../../../_downloads/65b9451c8de050d7cd9da2fe5a49acc6/deploy_detection.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">deploy_detection.py</span></code></a></p>
diff --git a/docs/topic/vta/tutorials/frontend/sg_execution_times.html b/docs/topic/vta/tutorials/frontend/sg_execution_times.html
index 659f01bdb4..0d5a093a3e 100644
--- a/docs/topic/vta/tutorials/frontend/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/frontend/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-frontend-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>02:18.578</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
+<p><strong>02:17.318</strong> total execution time for <strong>topic_vta_tutorials_frontend</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -364,11 +364,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="deploy_detection.html#sphx-glr-topic-vta-tutorials-frontend-deploy-detection-py"><span class="std std-ref">Deploy Pretrained Vision Detection Model from Darknet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_detection.py</span></code>)</p></td>
-<td><p>01:12.453</p></td>
+<td><p>01:11.259</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="deploy_classification.html#sphx-glr-topic-vta-tutorials-frontend-deploy-classification-py"><span class="std std-ref">Deploy Pretrained Vision Model from MxNet on VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">deploy_classification.py</span></code>)</p></td>
-<td><p>01:06.126</p></td>
+<td><p>01:06.060</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/topic/vta/tutorials/optimize/sg_execution_times.html b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
index 48f9e1b29b..e620a68f36 100644
--- a/docs/topic/vta/tutorials/optimize/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/optimize/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-optimize-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:03.581</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
+<p><strong>00:03.558</strong> total execution time for <strong>topic_vta_tutorials_optimize</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 84%" />
@@ -364,11 +364,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="convolution_opt.html#sphx-glr-topic-vta-tutorials-optimize-convolution-opt-py"><span class="std std-ref">2D Convolution Optimization</span></a> (<code class="docutils literal notranslate"><span class="pre">convolution_opt.py</span></code>)</p></td>
-<td><p>00:02.994</p></td>
+<td><p>00:03.000</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="matrix_multiply_opt.html#sphx-glr-topic-vta-tutorials-optimize-matrix-multiply-opt-py"><span class="std std-ref">Matrix Multiply Blocking</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply_opt.py</span></code>)</p></td>
-<td><p>00:00.587</p></td>
+<td><p>00:00.558</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/topic/vta/tutorials/sg_execution_times.html b/docs/topic/vta/tutorials/sg_execution_times.html
index 2aa94f3aea..ebe4822e18 100644
--- a/docs/topic/vta/tutorials/sg_execution_times.html
+++ b/docs/topic/vta/tutorials/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-topic-vta-tutorials-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>00:00.920</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
+<p><strong>00:00.948</strong> total execution time for <strong>topic_vta_tutorials</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 81%" />
@@ -364,11 +364,11 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="matrix_multiply.html#sphx-glr-topic-vta-tutorials-matrix-multiply-py"><span class="std std-ref">Simple Matrix Multiply</span></a> (<code class="docutils literal notranslate"><span class="pre">matrix_multiply.py</span></code>)</p></td>
-<td><p>00:00.472</p></td>
+<td><p>00:00.486</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="vta_get_started.html#sphx-glr-topic-vta-tutorials-vta-get-started-py"><span class="std std-ref">Get Started with VTA</span></a> (<code class="docutils literal notranslate"><span class="pre">vta_get_started.py</span></code>)</p></td>
-<td><p>00:00.449</p></td>
+<td><p>00:00.462</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 </tbody>
diff --git a/docs/tutorial/auto_scheduler_matmul_x86.html b/docs/tutorial/auto_scheduler_matmul_x86.html
index f2a78ae252..563bb76715 100644
--- a/docs/tutorial/auto_scheduler_matmul_x86.html
+++ b/docs/tutorial/auto_scheduler_matmul_x86.html
@@ -587,7 +587,7 @@ class Module:
 <span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 96.691 ms
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Execution time of this operator: 93.126 ms
 </pre></div>
 </div>
 </div>
@@ -659,7 +659,7 @@ automatically optimize a matrix multiplication, without the need to specify a
 search template.  It ends a series of examples that starts from the Tensor
 Expression (TE) language that demonstrates how TVM can optimize computational
 operations.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  40.311 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  42.254 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-auto-scheduler-matmul-x86-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/eac4389b114db015e95cb3cdf8b86b83/auto_scheduler_matmul_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">auto_scheduler_matmul_x86.py</span></code></a></p>
diff --git a/docs/tutorial/autotvm_matmul_x86.html b/docs/tutorial/autotvm_matmul_x86.html
index b86ed4c8ed..29c7353cf9 100644
--- a/docs/tutorial/autotvm_matmul_x86.html
+++ b/docs/tutorial/autotvm_matmul_x86.html
@@ -695,16 +695,16 @@ reduce variance, we take 5 measurements and average them.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>waiting for device...
 device available
 Get devices for measurement successfully!
-No: 1   GFLOPS: 1.86/1.86       result: MeasureResult(costs=(0.14413839599999997,), error_no=MeasureErrorNo.NO_ERROR, all_cost=2.550480604171753, timestamp=1694707134.8490803) [(&#39;tile_y&#39;, [-1, 1]), (&#39;tile_x&#39;, [-1, 2])],None,10
-No: 2   GFLOPS: 10.31/10.31     result: MeasureResult(costs=(0.0260360928,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7275791168212891, timestamp=1694707135.5395064)       [(&#39;tile_y&#39;, [-1, 32]), (&#39;tile_x&#39;, [-1, 256])],None,85
-No: 3   GFLOPS: 0.89/10.31      result: MeasureResult(costs=(0.3003399584,), error_no=MeasureErrorNo.NO_ERROR, all_cost=5.095125198364258, timestamp=1694707140.6270099)        [(&#39;tile_y&#39;, [-1, 512]), (&#39;tile_x&#39;, [-1, 2])],None,19
-No: 4   GFLOPS: 5.42/10.31      result: MeasureResult(costs=(0.0495075376,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.061427116394043, timestamp=1694707141.6969564)        [(&#39;tile_y&#39;, [-1, 1]), (&#39;tile_x&#39;, [-1, 4])],None,20
-No: 5   GFLOPS: 9.94/10.31      result: MeasureResult(costs=(0.027005428399999996,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7462866306304932, timestamp=1694707142.5730445)       [(&#39;tile_y&#39;, [-1, 4]), (&#39;tile_x&#39;, [-1, 128])],None,72
-No: 6   GFLOPS: 8.60/10.31      result: MeasureResult(costs=(0.031225485400000003,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.8079473972320557, timestamp=1694707143.3498461)       [(&#39;tile_y&#39;, [-1, 8]), (&#39;tile_x&#39;, [-1, 4])],None,23
-No: 7   GFLOPS: 3.70/10.31      result: MeasureResult(costs=(0.072475301,), error_no=MeasureErrorNo.NO_ERROR, all_cost=1.4556760787963867, timestamp=1694707144.7761855)        [(&#39;tile_y&#39;, [-1, 32]), (&#39;tile_x&#39;, [-1, 8])],None,35
-No: 8   GFLOPS: 12.19/12.19     result: MeasureResult(costs=(0.022020065600000003,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6936118602752686, timestamp=1694707145.406574)        [(&#39;tile_y&#39;, [-1, 128]), (&#39;tile_x&#39;, [-1, 128])],None,77
-No: 9   GFLOPS: 1.01/12.19      result: MeasureResult(costs=(0.2662271478,), error_no=MeasureErrorNo.NO_ERROR, all_cost=4.501304864883423, timestamp=1694707150.018032) [(&#39;tile_y&#39;, [-1, 128]), (&#39;tile_x&#39;, [-1, 2])],None,17
-No: 10  GFLOPS: 10.47/12.19     result: MeasureResult(costs=(0.0256292246,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6554286479949951, timestamp=1694707150.7056882)       [(&#39;tile_y&#39;, [-1, 2]), (&#39;tile_x&#39;, [-1, 32])],None,51
+No: 1   GFLOPS: 11.78/11.78     result: MeasureResult(costs=(0.0227936744,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6503746509552002, timestamp=1694736836.5481255)       [(&#39;tile_y&#39;, [-1, 16]), (&#39;tile_x&#39;, [-1, 16])],None,44
+No: 2   GFLOPS: 0.51/11.78      result: MeasureResult(costs=(0.529433109,), error_no=MeasureErrorNo.NO_ERROR, all_cost=8.747071981430054, timestamp=1694736845.285984)  [(&#39;tile_y&#39;, [-1, 128]), (&#39;tile_x&#39;, [-1, 1])],None,7
+No: 3   GFLOPS: 0.51/11.78      result: MeasureResult(costs=(0.5305820802000001,), error_no=MeasureErrorNo.NO_ERROR, all_cost=8.747798204421997, timestamp=1694736854.0420477)  [(&#39;tile_y&#39;, [-1, 256]), (&#39;tile_x&#39;, [-1, 1])],None,8
+No: 4   GFLOPS: 12.69/12.69     result: MeasureResult(costs=(0.0211607142,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6880443096160889, timestamp=1694736854.6527467)       [(&#39;tile_y&#39;, [-1, 64]), (&#39;tile_x&#39;, [-1, 128])],None,76
+No: 5   GFLOPS: 1.01/12.69      result: MeasureResult(costs=(0.2658898248,), error_no=MeasureErrorNo.NO_ERROR, all_cost=4.512442350387573, timestamp=1694736859.3034673)        [(&#39;tile_y&#39;, [-1, 64]), (&#39;tile_x&#39;, [-1, 2])],None,16
+No: 6   GFLOPS: 7.50/12.69      result: MeasureResult(costs=(0.0357730918,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.829082727432251, timestamp=1694736860.143437) [(&#39;tile_y&#39;, [-1, 512]), (&#39;tile_x&#39;, [-1, 32])],None,59
+No: 7   GFLOPS: 10.71/12.69     result: MeasureResult(costs=(0.025062858599999998,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6692826747894287, timestamp=1694736860.8139684)       [(&#39;tile_y&#39;, [-1, 2]), (&#39;tile_x&#39;, [-1, 256])],None,81
+No: 8   GFLOPS: 9.85/12.69      result: MeasureResult(costs=(0.027247318599999997,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7168467044830322, timestamp=1694736861.5148325)       [(&#39;tile_y&#39;, [-1, 8]), (&#39;tile_x&#39;, [-1, 16])],None,43
+No: 9   GFLOPS: 8.93/12.69      result: MeasureResult(costs=(0.030058393,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.7551529407501221, timestamp=1694736862.406278) [(&#39;tile_y&#39;, [-1, 1]), (&#39;tile_x&#39;, [-1, 128])],None,70
+No: 10  GFLOPS: 11.78/12.69     result: MeasureResult(costs=(0.022792974,), error_no=MeasureErrorNo.NO_ERROR, all_cost=0.6653485298156738, timestamp=1694736863.0385494)        [(&#39;tile_y&#39;, [-1, 64]), (&#39;tile_x&#39;, [-1, 32])],None,56
 </pre></div>
 </div>
 <p>With tuning completed, we can choose the configuration from the log file that
diff --git a/docs/tutorial/autotvm_relay_x86.html b/docs/tutorial/autotvm_relay_x86.html
index be3a35bab7..1bb513b795 100644
--- a/docs/tutorial/autotvm_relay_x86.html
+++ b/docs/tutorial/autotvm_relay_x86.html
@@ -573,7 +573,7 @@ standard deviation.</p>
 <span class="nb">print</span><span class="p">(</span><a href="https://docs.python.org/3/library/stdtypes.html#dict" title="builtins.dict" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">unoptimized</span></a><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;mean&#39;: 507.04407560998334, &#39;median&#39;: 507.776448749928, &#39;std&#39;: 3.705288460604757}
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;mean&#39;: 502.0715269200082, &#39;median&#39;: 501.0874257000978, &#39;std&#39;: 2.9439311512319}
 </pre></div>
 </div>
 </div>
@@ -762,178 +762,177 @@ depending on the specifics of the model and the target platform.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[Task  1/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  1/25]  Current/Best:   14.12/  18.79 GFLOPS | Progress: (4/20) | 9.14 s
-[Task  1/25]  Current/Best:   12.33/  18.79 GFLOPS | Progress: (8/20) | 12.92 s
-[Task  1/25]  Current/Best:   11.85/  18.79 GFLOPS | Progress: (12/20) | 17.49 s
-[Task  1/25]  Current/Best:   10.77/  18.79 GFLOPS | Progress: (16/20) | 21.24 s
-[Task  1/25]  Current/Best:   17.46/  18.79 GFLOPS | Progress: (20/20) | 23.71 s Done.
+[Task  1/25]  Current/Best:   13.26/  20.64 GFLOPS | Progress: (4/20) | 8.69 s
+[Task  1/25]  Current/Best:    7.00/  23.98 GFLOPS | Progress: (8/20) | 11.44 s
+[Task  1/25]  Current/Best:   13.27/  23.98 GFLOPS | Progress: (12/20) | 15.49 s
+[Task  1/25]  Current/Best:   17.48/  23.98 GFLOPS | Progress: (16/20) | 19.26 s
+[Task  1/25]  Current/Best:   12.82/  23.98 GFLOPS | Progress: (20/20) | 23.21 s Done.
 
 [Task  2/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  2/25]  Current/Best:    6.14/  16.74 GFLOPS | Progress: (4/20) | 4.78 s
-[Task  2/25]  Current/Best:    7.25/  18.28 GFLOPS | Progress: (8/20) | 6.72 s
-[Task  2/25]  Current/Best:    3.36/  18.28 GFLOPS | Progress: (12/20) | 8.97 s
-[Task  2/25]  Current/Best:    6.17/  18.28 GFLOPS | Progress: (16/20) | 10.69 s
-[Task  2/25]  Current/Best:   20.82/  20.82 GFLOPS | Progress: (20/20) | 12.32 s Done.
+[Task  2/25]  Current/Best:    5.14/  15.09 GFLOPS | Progress: (4/20) | 4.59 s
+[Task  2/25]  Current/Best:   14.72/  15.09 GFLOPS | Progress: (8/20) | 6.14 s
+[Task  2/25]  Current/Best:   16.61/  17.63 GFLOPS | Progress: (12/20) | 7.79 s
+[Task  2/25]  Current/Best:   14.18/  20.92 GFLOPS | Progress: (16/20) | 9.27 s
+[Task  2/25]  Current/Best:   16.96/  20.92 GFLOPS | Progress: (20/20) | 10.78 s Done.
 
 [Task  3/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  3/25]  Current/Best:   21.95/  22.98 GFLOPS | Progress: (4/20) | 5.90 s
-[Task  3/25]  Current/Best:   22.99/  22.99 GFLOPS | Progress: (8/20) | 8.16 s
-[Task  3/25]  Current/Best:   13.89/  24.08 GFLOPS | Progress: (12/20) | 11.47 s
-[Task  3/25]  Current/Best:    8.09/  24.08 GFLOPS | Progress: (16/20) | 13.94 s
-[Task  3/25]  Current/Best:   10.67/  24.08 GFLOPS | Progress: (20/20) | 16.22 s Done.
+[Task  3/25]  Current/Best:   19.75/  19.75 GFLOPS | Progress: (4/20) | 4.97 s
+[Task  3/25]  Current/Best:   14.54/  19.75 GFLOPS | Progress: (8/20) | 7.66 s
+[Task  3/25]  Current/Best:   10.39/  19.75 GFLOPS | Progress: (12/20) | 10.53 s
+[Task  3/25]  Current/Best:   19.17/  19.97 GFLOPS | Progress: (16/20) | 12.90 s
+[Task  3/25]  Current/Best:    5.79/  19.97 GFLOPS | Progress: (20/20) | 16.23 s Done.
 
 [Task  4/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  4/25]  Current/Best:   12.77/  16.61 GFLOPS | Progress: (4/20) | 5.09 s
-[Task  4/25]  Current/Best:   13.69/  17.29 GFLOPS | Progress: (8/20) | 7.14 s
-[Task  4/25]  Current/Best:   11.84/  17.29 GFLOPS | Progress: (12/20) | 10.15 s
-[Task  4/25]  Current/Best:   12.37/  17.29 GFLOPS | Progress: (16/20) | 15.83 s
-[Task  4/25]  Current/Best:   12.93/  17.29 GFLOPS | Progress: (20/20) | 20.23 s Done.
+[Task  4/25]  Current/Best:    3.65/  20.18 GFLOPS | Progress: (4/20) | 5.18 s
+[Task  4/25]  Current/Best:    8.15/  22.44 GFLOPS | Progress: (8/20) | 13.51 s
+[Task  4/25]  Current/Best:    9.34/  22.44 GFLOPS | Progress: (12/20) | 16.54 s
+[Task  4/25]  Current/Best:    9.35/  22.44 GFLOPS | Progress: (16/20) | 22.37 s
+[Task  4/25]  Current/Best:   10.04/  22.44 GFLOPS | Progress: (20/20) | 26.44 s Done.
 
 [Task  5/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  5/25]  Current/Best:    7.26/   7.26 GFLOPS | Progress: (4/20) | 6.07 s
-[Task  5/25]  Current/Best:    2.96/  20.30 GFLOPS | Progress: (8/20) | 9.73 s
-[Task  5/25]  Current/Best:    5.31/  20.30 GFLOPS | Progress: (12/20) | 11.73 s
-[Task  5/25]  Current/Best:   16.73/  20.30 GFLOPS | Progress: (16/20) | 13.71 s
-[Task  5/25]  Current/Best:    4.58/  20.30 GFLOPS | Progress: (20/20) | 16.20 s Done.
+[Task  5/25]  Current/Best:   12.14/  18.06 GFLOPS | Progress: (4/20) | 4.97 s
+[Task  5/25]  Current/Best:   10.67/  18.06 GFLOPS | Progress: (8/20) | 7.16 s
+[Task  5/25]  Current/Best:   13.82/  18.06 GFLOPS | Progress: (12/20) | 9.39 s
+[Task  5/25]  Current/Best:   15.94/  18.06 GFLOPS | Progress: (16/20) | 11.13 s
+[Task  5/25]  Current/Best:   13.18/  18.06 GFLOPS | Progress: (20/20) | 13.10 s Done.
 
 [Task  6/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  6/25]  Current/Best:    9.99/  18.02 GFLOPS | Progress: (4/20) | 6.26 s
-[Task  6/25]  Current/Best:    3.15/  18.02 GFLOPS | Progress: (8/20) | 9.99 s
-[Task  6/25]  Current/Best:    2.90/  18.02 GFLOPS | Progress: (12/20) | 13.04 s
-[Task  6/25]  Current/Best:    4.02/  18.02 GFLOPS | Progress: (16/20) | 15.58 s
-[Task  6/25]  Current/Best:   11.94/  18.02 GFLOPS | Progress: (20/20) | 18.31 s Done.
+[Task  6/25]  Current/Best:    2.50/  19.16 GFLOPS | Progress: (4/20) | 6.26 s
+[Task  6/25]  Current/Best:   16.20/  19.16 GFLOPS | Progress: (8/20) | 8.56 s
+[Task  6/25]  Current/Best:   14.18/  19.16 GFLOPS | Progress: (12/20) | 10.96 s
+[Task  6/25]  Current/Best:   17.52/  19.16 GFLOPS | Progress: (16/20) | 13.72 s
+[Task  6/25]  Current/Best:    5.24/  19.16 GFLOPS | Progress: (20/20) | 16.38 s Done.
 
 [Task  7/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  7/25]  Current/Best:   13.57/  14.47 GFLOPS | Progress: (4/20) | 6.32 s
-[Task  7/25]  Current/Best:   22.48/  22.48 GFLOPS | Progress: (8/20) | 8.57 s
-[Task  7/25]  Current/Best:    5.69/  22.48 GFLOPS | Progress: (12/20) | 11.72 s
-[Task  7/25]  Current/Best:   16.44/  22.48 GFLOPS | Progress: (16/20) | 14.72 s
-[Task  7/25]  Current/Best:    8.42/  22.48 GFLOPS | Progress: (20/20) | 17.25 s Done.
+[Task  7/25]  Current/Best:   13.67/  17.93 GFLOPS | Progress: (4/20) | 5.37 s
+[Task  7/25]  Current/Best:   19.27/  19.27 GFLOPS | Progress: (8/20) | 7.96 s
+[Task  7/25]  Current/Best:    6.90/  22.75 GFLOPS | Progress: (12/20) | 10.23 s
+[Task  7/25]  Current/Best:    6.29/  22.75 GFLOPS | Progress: (16/20) | 12.87 s
+[Task  7/25]  Current/Best:   10.04/  22.75 GFLOPS | Progress: (20/20) | 15.07 s Done.
 
 [Task  8/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  8/25]  Current/Best:   15.70/  16.29 GFLOPS | Progress: (4/20) | 5.92 s
-[Task  8/25]  Current/Best:   17.23/  19.50 GFLOPS | Progress: (8/20) | 9.18 s
-[Task  8/25]  Current/Best:   14.89/  19.50 GFLOPS | Progress: (12/20) | 12.13 s
-[Task  8/25]  Current/Best:   12.08/  19.50 GFLOPS | Progress: (16/20) | 23.59 s
-[Task  8/25]  Current/Best:   16.32/  21.33 GFLOPS | Progress: (20/20) | 27.00 s
+[Task  8/25]  Current/Best:    9.35/  16.40 GFLOPS | Progress: (4/20) | 14.39 s
+[Task  8/25]  Current/Best:   14.62/  16.40 GFLOPS | Progress: (8/20) | 18.39 s
+[Task  8/25]  Current/Best:   10.17/  16.40 GFLOPS | Progress: (12/20) | 21.70 s
+[Task  8/25]  Current/Best:    5.49/  17.92 GFLOPS | Progress: (16/20) | 25.62 s
+[Task  8/25]  Current/Best:    4.71/  17.92 GFLOPS | Progress: (20/20) | 31.55 s
 [Task  9/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task  9/25]  Current/Best:   14.86/  22.28 GFLOPS | Progress: (4/20) | 5.36 s
-[Task  9/25]  Current/Best:   12.10/  22.28 GFLOPS | Progress: (8/20) | 10.68 s
-[Task  9/25]  Current/Best:    5.13/  22.28 GFLOPS | Progress: (12/20) | 12.68 s
-[Task  9/25]  Current/Best:    9.32/  22.28 GFLOPS | Progress: (16/20) | 14.50 s
-[Task  9/25]  Current/Best:   19.51/  22.28 GFLOPS | Progress: (20/20) | 17.17 s Done.
-
+[Task  9/25]  Current/Best:   20.48/  20.48 GFLOPS | Progress: (4/20) | 4.82 s
+[Task  9/25]  Current/Best:   12.67/  20.48 GFLOPS | Progress: (8/20) | 7.48 s
+[Task  9/25]  Current/Best:   16.06/  20.48 GFLOPS | Progress: (12/20) | 18.68 s
+[Task  9/25]  Current/Best:   13.02/  20.48 GFLOPS | Progress: (16/20) | 22.91 s
+[Task  9/25]  Current/Best:   12.09/  20.48 GFLOPS | Progress: (20/20) | 25.75 s
 [Task 10/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 10/25]  Current/Best:    6.58/  13.93 GFLOPS | Progress: (4/20) | 5.18 s
-[Task 10/25]  Current/Best:   16.25/  18.47 GFLOPS | Progress: (8/20) | 7.13 s
-[Task 10/25]  Current/Best:   14.88/  18.47 GFLOPS | Progress: (12/20) | 9.37 s
-[Task 10/25]  Current/Best:   17.24/  18.47 GFLOPS | Progress: (16/20) | 11.74 s
-[Task 10/25]  Current/Best:    7.82/  18.47 GFLOPS | Progress: (20/20) | 16.08 s Done.
+[Task 10/25]  Current/Best:   15.37/  16.33 GFLOPS | Progress: (4/20) | 4.72 s
+[Task 10/25]  Current/Best:    9.83/  16.33 GFLOPS | Progress: (8/20) | 7.87 s
+[Task 10/25]  Current/Best:    3.58/  17.83 GFLOPS | Progress: (12/20) | 10.30 s
+[Task 10/25]  Current/Best:   19.28/  19.28 GFLOPS | Progress: (16/20) | 13.52 s
+[Task 10/25]  Current/Best:   12.08/  19.28 GFLOPS | Progress: (20/20) | 15.27 s Done.
 
 [Task 11/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 11/25]  Current/Best:   11.44/  23.09 GFLOPS | Progress: (4/20) | 5.42 s
-[Task 11/25]  Current/Best:    9.62/  23.09 GFLOPS | Progress: (8/20) | 7.92 s
-[Task 11/25]  Current/Best:   10.54/  23.09 GFLOPS | Progress: (12/20) | 11.56 s
-[Task 11/25]  Current/Best:   15.81/  23.09 GFLOPS | Progress: (16/20) | 13.79 s
-[Task 11/25]  Current/Best:   20.53/  23.09 GFLOPS | Progress: (20/20) | 16.11 s Done.
+[Task 11/25]  Current/Best:    8.88/  14.41 GFLOPS | Progress: (4/20) | 6.15 s
+[Task 11/25]  Current/Best:    7.11/  22.52 GFLOPS | Progress: (8/20) | 8.47 s
+[Task 11/25]  Current/Best:    3.10/  23.72 GFLOPS | Progress: (12/20) | 11.12 s
+[Task 11/25]  Current/Best:   10.51/  23.72 GFLOPS | Progress: (16/20) | 13.24 s
+[Task 11/25]  Current/Best:   13.00/  23.72 GFLOPS | Progress: (20/20) | 15.97 s Done.
 
 [Task 12/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 12/25]  Current/Best:   16.61/  16.61 GFLOPS | Progress: (4/20) | 7.01 s
-[Task 12/25]  Current/Best:   12.15/  16.61 GFLOPS | Progress: (8/20) | 11.22 s
-[Task 12/25]  Current/Best:   13.33/  16.61 GFLOPS | Progress: (12/20) | 15.65 s
-[Task 12/25]  Current/Best:   13.68/  16.61 GFLOPS | Progress: (16/20) | 18.05 s
-[Task 12/25]  Current/Best:   14.98/  16.61 GFLOPS | Progress: (20/20) | 20.45 s Done.
+[Task 12/25]  Current/Best:   10.85/  17.46 GFLOPS | Progress: (4/20) | 6.47 s
+[Task 12/25]  Current/Best:   13.92/  17.46 GFLOPS | Progress: (8/20) | 9.46 s
+[Task 12/25]  Current/Best:   12.47/  17.61 GFLOPS | Progress: (12/20) | 12.95 s
+[Task 12/25]  Current/Best:   22.34/  22.34 GFLOPS | Progress: (16/20) | 16.91 s
+[Task 12/25]  Current/Best:    9.82/  22.34 GFLOPS | Progress: (20/20) | 21.12 s Done.
 
 [Task 13/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 13/25]  Current/Best:   19.25/  19.25 GFLOPS | Progress: (4/20) | 6.82 s
-[Task 13/25]  Current/Best:   12.99/  19.25 GFLOPS | Progress: (8/20) | 10.31 s
-[Task 13/25]  Current/Best:    6.20/  19.25 GFLOPS | Progress: (12/20) | 14.12 s
-[Task 13/25]  Current/Best:    7.18/  19.25 GFLOPS | Progress: (16/20) | 17.64 s
-[Task 13/25]  Current/Best:   11.77/  19.25 GFLOPS | Progress: (20/20) | 20.67 s Done.
+[Task 13/25]  Current/Best:    3.10/  10.77 GFLOPS | Progress: (4/20) | 7.70 s
+[Task 13/25]  Current/Best:   11.54/  15.00 GFLOPS | Progress: (8/20) | 10.96 s
+[Task 13/25]  Current/Best:   18.66/  18.66 GFLOPS | Progress: (12/20) | 14.55 s
+[Task 13/25]  Current/Best:   12.10/  18.66 GFLOPS | Progress: (16/20) | 17.78 s
+[Task 13/25]  Current/Best:   13.64/  19.42 GFLOPS | Progress: (20/20) | 20.89 s Done.
 
 [Task 14/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 14/25]  Current/Best:   20.32/  20.32 GFLOPS | Progress: (4/20) | 6.85 s
-[Task 14/25]  Current/Best:   10.73/  20.32 GFLOPS | Progress: (8/20) | 10.31 s
-[Task 14/25]  Current/Best:    6.02/  20.32 GFLOPS | Progress: (12/20) | 22.00 s
-[Task 14/25]  Current/Best:   13.61/  20.32 GFLOPS | Progress: (16/20) | 25.76 s
-[Task 14/25]  Current/Best:   10.07/  20.32 GFLOPS | Progress: (20/20) | 36.16 s
-[Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 15/25]  Current/Best:   15.21/  15.21 GFLOPS | Progress: (4/20) | 5.34 s
-[Task 15/25]  Current/Best:   18.06/  18.06 GFLOPS | Progress: (8/20) | 16.76 s Done.
+[Task 14/25]  Current/Best:   21.12/  21.12 GFLOPS | Progress: (4/20) | 6.34 s
+[Task 14/25]  Current/Best:   14.41/  21.12 GFLOPS | Progress: (8/20) | 17.96 s Done.
  Done.
 
-[Task 15/25]  Current/Best:    6.81/  18.06 GFLOPS | Progress: (12/20) | 23.89 s
-[Task 15/25]  Current/Best:   19.02/  19.02 GFLOPS | Progress: (16/20) | 35.28 s
-[Task 15/25]  Current/Best:   15.09/  20.04 GFLOPS | Progress: (20/20) | 39.18 s
+[Task 14/25]  Current/Best:   18.73/  21.12 GFLOPS | Progress: (12/20) | 29.24 s
+[Task 14/25]  Current/Best:   18.06/  21.12 GFLOPS | Progress: (16/20) | 33.85 s
+[Task 14/25]  Current/Best:   14.93/  21.12 GFLOPS | Progress: (20/20) | 36.17 s
+[Task 15/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
+[Task 15/25]  Current/Best:   13.15/  21.74 GFLOPS | Progress: (4/20) | 14.23 s
+[Task 15/25]  Current/Best:   18.41/  21.74 GFLOPS | Progress: (8/20) | 17.25 s
+[Task 15/25]  Current/Best:    7.59/  21.74 GFLOPS | Progress: (12/20) | 22.62 s
+[Task 15/25]  Current/Best:   15.64/  21.74 GFLOPS | Progress: (16/20) | 33.71 s
+[Task 15/25]  Current/Best:   17.68/  21.74 GFLOPS | Progress: (20/20) | 35.28 s
 [Task 16/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 16/25]  Current/Best:    6.01/  15.76 GFLOPS | Progress: (4/20) | 5.67 s
-[Task 16/25]  Current/Best:   15.35/  15.76 GFLOPS | Progress: (8/20) | 9.48 s
-[Task 16/25]  Current/Best:    9.30/  17.49 GFLOPS | Progress: (12/20) | 12.81 s
-[Task 16/25]  Current/Best:   15.16/  19.00 GFLOPS | Progress: (16/20) | 14.37 s
-[Task 16/25]  Current/Best:   12.93/  22.93 GFLOPS | Progress: (20/20) | 16.07 s Done.
+[Task 16/25]  Current/Best:    5.24/  14.91 GFLOPS | Progress: (4/20) | 5.37 s
+[Task 16/25]  Current/Best:   14.87/  20.28 GFLOPS | Progress: (8/20) | 6.93 s
+[Task 16/25]  Current/Best:   18.40/  20.28 GFLOPS | Progress: (12/20) | 8.61 s
+[Task 16/25]  Current/Best:    9.23/  20.28 GFLOPS | Progress: (16/20) | 10.56 s
+[Task 16/25]  Current/Best:   10.15/  20.28 GFLOPS | Progress: (20/20) | 13.84 s Done.
 
 [Task 17/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 17/25]  Current/Best:   13.23/  22.37 GFLOPS | Progress: (4/20) | 5.39 s
-[Task 17/25]  Current/Best:   10.53/  22.80 GFLOPS | Progress: (8/20) | 8.15 s
-[Task 17/25]  Current/Best:   15.88/  22.80 GFLOPS | Progress: (12/20) | 10.63 s
-[Task 17/25]  Current/Best:   10.24/  22.80 GFLOPS | Progress: (16/20) | 14.59 s
-[Task 17/25]  Current/Best:   20.11/  22.80 GFLOPS | Progress: (20/20) | 16.80 s Done.
+[Task 17/25]  Current/Best:   22.98/  23.12 GFLOPS | Progress: (4/20) | 5.41 s
+[Task 17/25]  Current/Best:   12.92/  23.12 GFLOPS | Progress: (8/20) | 7.62 s
+[Task 17/25]  Current/Best:   13.31/  23.12 GFLOPS | Progress: (12/20) | 10.10 s
+[Task 17/25]  Current/Best:   19.52/  23.12 GFLOPS | Progress: (16/20) | 13.32 s
+[Task 17/25]  Current/Best:   11.36/  23.12 GFLOPS | Progress: (20/20) | 16.56 s Done.
 
 [Task 18/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 18/25]  Current/Best:    5.94/  18.43 GFLOPS | Progress: (4/20) | 7.55 s
-[Task 18/25]  Current/Best:   20.81/  20.81 GFLOPS | Progress: (8/20) | 9.65 s
-[Task 18/25]  Current/Best:   14.99/  20.81 GFLOPS | Progress: (12/20) | 12.65 s
-[Task 18/25]  Current/Best:   18.09/  21.74 GFLOPS | Progress: (16/20) | 14.55 s
-[Task 18/25]  Current/Best:   17.86/  21.74 GFLOPS | Progress: (20/20) | 16.82 s Done.
+[Task 18/25]  Current/Best:   12.46/  19.51 GFLOPS | Progress: (4/20) | 5.10 s
+[Task 18/25]  Current/Best:   16.32/  19.51 GFLOPS | Progress: (8/20) | 10.87 s
+[Task 18/25]  Current/Best:    9.77/  19.51 GFLOPS | Progress: (12/20) | 16.61 s
+[Task 18/25]  Current/Best:   11.83/  19.51 GFLOPS | Progress: (16/20) | 18.82 s
+[Task 18/25]  Current/Best:    3.91/  19.51 GFLOPS | Progress: (20/20) | 22.21 s Done.
 
 [Task 19/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 19/25]  Current/Best:    6.80/  10.02 GFLOPS | Progress: (4/20) | 6.90 s
-[Task 19/25]  Current/Best:   21.34/  21.68 GFLOPS | Progress: (8/20) | 10.45 s
-[Task 19/25]  Current/Best:    6.07/  21.68 GFLOPS | Progress: (12/20) | 13.88 s
-[Task 19/25]  Current/Best:   20.96/  21.68 GFLOPS | Progress: (16/20) | 16.80 s
-[Task 19/25]  Current/Best:   18.00/  21.68 GFLOPS | Progress: (20/20) | 20.19 s Done.
+[Task 19/25]  Current/Best:    5.35/  18.82 GFLOPS | Progress: (4/20) | 6.66 s
+[Task 19/25]  Current/Best:   10.79/  18.82 GFLOPS | Progress: (8/20) | 13.79 s
+[Task 19/25]  Current/Best:   21.54/  21.54 GFLOPS | Progress: (12/20) | 16.22 s
+[Task 19/25]  Current/Best:    8.00/  21.54 GFLOPS | Progress: (16/20) | 19.39 s
+[Task 19/25]  Current/Best:   10.86/  21.54 GFLOPS | Progress: (20/20) | 23.76 s Done.
 
 [Task 20/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 20/25]  Current/Best:    1.56/  15.29 GFLOPS | Progress: (4/20) | 7.15 s
-[Task 20/25]  Current/Best:   11.84/  15.31 GFLOPS | Progress: (8/20) | 11.41 s
-[Task 20/25]  Current/Best:    6.33/  19.55 GFLOPS | Progress: (12/20) | 15.03 s
-[Task 20/25]  Current/Best:   10.78/  19.55 GFLOPS | Progress: (16/20) | 25.65 s
-[Task 20/25]  Current/Best:    6.42/  20.49 GFLOPS | Progress: (20/20) | 34.68 s
+[Task 20/25]  Current/Best:   10.54/  10.54 GFLOPS | Progress: (4/20) | 6.68 s
+[Task 20/25]  Current/Best:    5.12/  16.76 GFLOPS | Progress: (8/20) | 18.41 s
+[Task 20/25]  Current/Best:   10.35/  21.39 GFLOPS | Progress: (12/20) | 22.02 s
+[Task 20/25]  Current/Best:    6.32/  21.39 GFLOPS | Progress: (16/20) | 33.84 s
+[Task 20/25]  Current/Best:   12.27/  21.39 GFLOPS | Progress: (20/20) | 46.51 s
 [Task 21/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 21/25]  Current/Best:    1.60/   8.87 GFLOPS | Progress: (4/20) | 8.46 s
-[Task 21/25]  Current/Best:    3.15/  16.47 GFLOPS | Progress: (8/20) | 20.21 s
-[Task 21/25]  Current/Best:    9.11/  19.78 GFLOPS | Progress: (12/20) | 31.35 s
-[Task 21/25]  Current/Best:   10.87/  19.78 GFLOPS | Progress: (16/20) | 35.32 s
-[Task 21/25]  Current/Best:    5.32/  19.78 GFLOPS | Progress: (20/20) | 42.36 s
+[Task 21/25]  Current/Best:    2.71/  12.79 GFLOPS | Progress: (4/20) | 5.98 s
+[Task 21/25]  Current/Best:    9.71/  12.79 GFLOPS | Progress: (8/20) | 9.33 s
+[Task 21/25]  Current/Best:   20.74/  20.74 GFLOPS | Progress: (12/20) | 11.22 s
+[Task 21/25]  Current/Best:   17.50/  20.74 GFLOPS | Progress: (16/20) | 19.74 s
+[Task 21/25]  Current/Best:   14.64/  20.74 GFLOPS | Progress: (20/20) | 24.06 s Done.
+
 [Task 22/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 22/25]  Current/Best:    3.61/  18.55 GFLOPS | Progress: (4/20) | 5.39 s
-[Task 22/25]  Current/Best:    6.48/  19.21 GFLOPS | Progress: (8/20) | 7.51 s
-[Task 22/25]  Current/Best:    6.69/  19.21 GFLOPS | Progress: (12/20) | 10.60 s
-[Task 22/25]  Current/Best:    8.59/  20.76 GFLOPS | Progress: (16/20) | 12.74 s
-[Task 22/25]  Current/Best:   10.64/  20.76 GFLOPS | Progress: (20/20) | 16.17 s Done.
+[Task 22/25]  Current/Best:    1.56/  20.81 GFLOPS | Progress: (4/20) | 5.48 s
+[Task 22/25]  Current/Best:   15.94/  20.81 GFLOPS | Progress: (8/20) | 7.30 s
+[Task 22/25]  Current/Best:   14.19/  20.81 GFLOPS | Progress: (12/20) | 9.36 s
+[Task 22/25]  Current/Best:   10.07/  20.81 GFLOPS | Progress: (16/20) | 12.63 s
+[Task 22/25]  Current/Best:   14.15/  20.81 GFLOPS | Progress: (20/20) | 14.78 s Done.
 
 [Task 23/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 23/25]  Current/Best:   10.87/  11.93 GFLOPS | Progress: (4/20) | 7.17 s
-[Task 23/25]  Current/Best:    7.99/  11.93 GFLOPS | Progress: (8/20) | 11.09 s Done.
- Done.
- Done.
+[Task 23/25]  Current/Best:   10.33/  11.91 GFLOPS | Progress: (4/20) | 6.45 s
+[Task 23/25]  Current/Best:   20.99/  20.99 GFLOPS | Progress: (8/20) | 9.10 s
+[Task 23/25]  Current/Best:   17.98/  20.99 GFLOPS | Progress: (12/20) | 11.55 s
+[Task 23/25]  Current/Best:    9.58/  20.99 GFLOPS | Progress: (16/20) | 16.79 s
+[Task 23/25]  Current/Best:    1.55/  20.99 GFLOPS | Progress: (20/20) | 21.61 s Done.
 
-[Task 23/25]  Current/Best:    8.31/  11.93 GFLOPS | Progress: (12/20) | 16.29 s
-[Task 23/25]  Current/Best:   16.64/  17.73 GFLOPS | Progress: (16/20) | 19.57 s
-[Task 23/25]  Current/Best:    8.14/  17.73 GFLOPS | Progress: (20/20) | 25.99 s Done.
+[Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s Done.
+ Done.
 
-[Task 24/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 24/25]  Current/Best:    3.15/   3.15 GFLOPS | Progress: (4/20) | 13.82 s
-[Task 24/25]  Current/Best:    6.70/  10.75 GFLOPS | Progress: (8/20) | 16.98 s
-[Task 24/25]  Current/Best:    3.65/  10.75 GFLOPS | Progress: (12/20) | 27.93 s
-[Task 24/25]  Current/Best:    4.23/  10.75 GFLOPS | Progress: (16/20) | 38.66 s
-[Task 24/25]  Current/Best:    6.00/  10.75 GFLOPS | Progress: (20/20) | 49.68 s
+[Task 24/25]  Current/Best:    3.11/   3.11 GFLOPS | Progress: (4/20) | 13.64 s
+[Task 24/25]  Current/Best:    9.01/   9.01 GFLOPS | Progress: (8/20) | 24.68 s
+[Task 24/25]  Current/Best:    9.77/   9.77 GFLOPS | Progress: (12/20) | 27.44 s
+[Task 24/25]  Current/Best:    7.13/   9.77 GFLOPS | Progress: (16/20) | 38.12 s
+[Task 24/25]  Current/Best:    2.86/   9.77 GFLOPS | Progress: (20/20) | 46.09 s
 [Task 25/25]  Current/Best:    0.00/   0.00 GFLOPS | Progress: (0/20) | 0.00 s
-[Task 25/25]  Current/Best:    5.10/  10.21 GFLOPS | Progress: (4/20) | 7.47 s
-[Task 25/25]  Current/Best:    2.50/  10.21 GFLOPS | Progress: (8/20) | 11.09 s
-[Task 25/25]  Current/Best:    1.55/  10.21 GFLOPS | Progress: (12/20) | 18.19 s
-[Task 25/25]  Current/Best:    5.97/  10.24 GFLOPS | Progress: (16/20) | 28.17 s
-[Task 25/25]  Current/Best:    1.55/  10.24 GFLOPS | Progress: (20/20) | 30.41 s Done.
+[Task 25/25]  Current/Best:    8.04/   8.04 GFLOPS | Progress: (4/20) | 13.89 s
+[Task 25/25]  Current/Best:    1.54/   8.06 GFLOPS | Progress: (8/20) | 26.28 s
+[Task 25/25]  Current/Best:    1.54/   8.06 GFLOPS | Progress: (12/20) | 29.83 s
+[Task 25/25]  Current/Best:    4.52/   9.31 GFLOPS | Progress: (16/20) | 32.05 s
+[Task 25/25]  Current/Best:    2.98/   9.31 GFLOPS | Progress: (20/20) | 39.09 s
 </pre></div>
 </div>
 <p>The output from this tuning process will look something like this:</p>
@@ -981,6 +980,8 @@ model using optimized operators to speed up our computations.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Done.
+Done.
+Done.
 </pre></div>
 </div>
 <p>Verify that the optimized model runs and produces the same results:</p>
@@ -1035,8 +1036,8 @@ improvement in comparing the optimized model to the unoptimized model.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;unoptimized: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><a href="https://docs.python.org/3/library/stdtypes.html#dict" title="builtins.dict" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">unoptimized</span></a><span class="p">))</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>optimized: {&#39;mean&#39;: 413.23663678998855, &#39;median&#39;: 413.3029639000142, &#39;std&#39;: 2.307619047607656}
-unoptimized: {&#39;mean&#39;: 507.04407560998334, &#39;median&#39;: 507.776448749928, &#39;std&#39;: 3.705288460604757}
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>optimized: {&#39;mean&#39;: 434.3745098799991, &#39;median&#39;: 433.5939911999958, &#39;std&#39;: 2.4347283935269113}
+unoptimized: {&#39;mean&#39;: 502.0715269200082, &#39;median&#39;: 501.0874257000978, &#39;std&#39;: 2.9439311512319}
 </pre></div>
 </div>
 </div>
@@ -1050,7 +1051,7 @@ models.</p>
 <p>Here we presented a simple example using ResNet-50 v2 locally. However, TVM
 supports many more features including cross-compilation, remote execution and
 profiling/benchmarking.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 14 minutes  3.237 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 14 minutes  8.706 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-autotvm-relay-x86-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/57a45d9bef1af358191e7d50043e652c/autotvm_relay_x86.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">autotvm_relay_x86.py</span></code></a></p>
diff --git a/docs/tutorial/cross_compilation_and_rpc.html b/docs/tutorial/cross_compilation_and_rpc.html
index 61a8b41633..fc814fa774 100644
--- a/docs/tutorial/cross_compilation_and_rpc.html
+++ b/docs/tutorial/cross_compilation_and_rpc.html
@@ -553,7 +553,7 @@ device and returns the measured cost. Network overhead is excluded.</p>
 <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%g</span><span class="s2"> secs/op&quot;</span> <span class="o">%</span> <span class="n">cost</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>1.234e-07 secs/op
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>1.163e-07 secs/op
 </pre></div>
 </div>
 </div>
diff --git a/docs/tutorial/intro_topi.html b/docs/tutorial/intro_topi.html
index 7a39ff607a..b9068f7b12 100644
--- a/docs/tutorial/intro_topi.html
+++ b/docs/tutorial/intro_topi.html
@@ -523,7 +523,7 @@ class Module:
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/ir.html#tvm.ir.Array" title="tvm.ir.Array" class="sphx-glr-backref-module-tvm-ir sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">sg</span><span class="o">.</span><span class="n">stages</span></a><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[stage(a, placeholder(a, 0x106b9f30)), stage(b, placeholder(b, 0x29241380)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), &quot;DataPar&quot;, &quot;&quot;), T.iter_var(ax1, T.Range(0, 10), &quot;DataPar&quot;, &quot;&quot;), T.iter_var(ax2, T.Range(0, 10), &quot;DataPar&quot;, &quot;&quot;)], reduce_axis=[], tag=broadcast, attr [...]
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>[stage(a, placeholder(a, 0x12d259b0)), stage(b, placeholder(b, 0x229b6600)), stage(T_add, compute(T_add, body=[a[ax0, ax1, ax2] + b[ax1, ax2]], axis=[T.iter_var(ax0, T.Range(0, 100), &quot;DataPar&quot;, &quot;&quot;), T.iter_var(ax1, T.Range(0, 10), &quot;DataPar&quot;, &quot;&quot;), T.iter_var(ax2, T.Range(0, 10), &quot;DataPar&quot;, &quot;&quot;)], reduce_axis=[], tag=broadcast, attr [...]
 </pre></div>
 </div>
 <p>We can test the correctness by comparing with <code class="code docutils literal notranslate"><span class="pre">numpy</span></code> result as follows</p>
diff --git a/docs/tutorial/sg_execution_times.html b/docs/tutorial/sg_execution_times.html
index d6131df228..b3bf216309 100644
--- a/docs/tutorial/sg_execution_times.html
+++ b/docs/tutorial/sg_execution_times.html
@@ -355,7 +355,7 @@
             
   <div class="section" id="computation-times">
 <span id="sphx-glr-tutorial-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this headline">¶</a></h1>
-<p><strong>17:58.578</strong> total execution time for <strong>tutorial</strong> files:</p>
+<p><strong>18:09.160</strong> total execution time for <strong>tutorial</strong> files:</p>
 <table class="docutils align-default">
 <colgroup>
 <col style="width: 83%" />
@@ -364,46 +364,46 @@
 </colgroup>
 <tbody>
 <tr class="row-odd"><td><p><a class="reference internal" href="autotvm_relay_x86.html#sphx-glr-tutorial-autotvm-relay-x86-py"><span class="std std-ref">Compiling and Optimizing a Model with the Python Interface (AutoTVM)</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_relay_x86.py</span></code>)</p></td>
-<td><p>14:03.237</p></td>
+<td><p>14:08.706</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="auto_scheduler_matmul_x86.html#sphx-glr-tutorial-auto-scheduler-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Auto-scheduling</span></a> (<code class="docutils literal notranslate"><span class="pre">auto_scheduler_matmul_x86.py</span></code>)</p></td>
-<td><p>01:40.311</p></td>
+<td><p>01:42.254</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="tensor_expr_get_started.html#sphx-glr-tutorial-tensor-expr-get-started-py"><span class="std std-ref">Working with Operators Using Tensor Expression</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_expr_get_started.py</span></code>)</p></td>
-<td><p>01:02.745</p></td>
+<td><p>00:59.429</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="relay_quick_start.html#sphx-glr-tutorial-relay-quick-start-py"><span class="std std-ref">Quick Start Tutorial for Compiling Deep Learning Models</span></a> (<code class="docutils literal notranslate"><span class="pre">relay_quick_start.py</span></code>)</p></td>
-<td><p>00:44.530</p></td>
+<td><p>00:42.624</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="autotvm_matmul_x86.html#sphx-glr-tutorial-autotvm-matmul-x86-py"><span class="std std-ref">Optimizing Operators with Schedule Templates and AutoTVM</span></a> (<code class="docutils literal notranslate"><span class="pre">autotvm_matmul_x86.py</span></code>)</p></td>
-<td><p>00:25.611</p></td>
+<td><p>00:34.061</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="intro_topi.html#sphx-glr-tutorial-intro-topi-py"><span class="std std-ref">Introduction to TOPI</span></a> (<code class="docutils literal notranslate"><span class="pre">intro_topi.py</span></code>)</p></td>
-<td><p>00:01.049</p></td>
+<td><p>00:01.007</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="tensor_ir_blitz_course.html#sphx-glr-tutorial-tensor-ir-blitz-course-py"><span class="std std-ref">Blitz Course to TensorIR</span></a> (<code class="docutils literal notranslate"><span class="pre">tensor_ir_blitz_course.py</span></code>)</p></td>
-<td><p>00:00.883</p></td>
+<td><p>00:00.882</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" href="cross_compilation_and_rpc.html#sphx-glr-tutorial-cross-compilation-and-rpc-py"><span class="std std-ref">Cross Compilation and RPC</span></a> (<code class="docutils literal notranslate"><span class="pre">cross_compilation_and_rpc.py</span></code>)</p></td>
-<td><p>00:00.212</p></td>
+<td><p>00:00.198</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" href="uma.html#sphx-glr-tutorial-uma-py"><span class="std std-ref">Making your Hardware Accelerator TVM-ready with UMA</span></a> (<code class="docutils literal notranslate"><span class="pre">uma.py</span></code>)</p></td>
 <td><p>00:00.000</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-even"><td><p><a class="reference internal" href="tvmc_python.html#sphx-glr-tutorial-tvmc-python-py"><span class="std std-ref">Getting Starting using TVMC Python: a high-level API for TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_python.py</span></code>)</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="tvmc_command_line_driver.html#sphx-glr-tutorial-tvmc-command-line-driver-py"><span class="std std-ref">Compiling and Optimizing a Model with TVMC</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_command_line_driver.py</span></code>)</p></td>
 <td><p>00:00.000</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
-<tr class="row-odd"><td><p><a class="reference internal" href="tvmc_command_line_driver.html#sphx-glr-tutorial-tvmc-command-line-driver-py"><span class="std std-ref">Compiling and Optimizing a Model with TVMC</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_command_line_driver.py</span></code>)</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="tvmc_python.html#sphx-glr-tutorial-tvmc-python-py"><span class="std std-ref">Getting Starting using TVMC Python: a high-level API for TVM</span></a> (<code class="docutils literal notranslate"><span class="pre">tvmc_python.py</span></code>)</p></td>
 <td><p>00:00.000</p></td>
 <td><p>0.0 MB</p></td>
 </tr>
diff --git a/docs/tutorial/tensor_expr_get_started.html b/docs/tutorial/tensor_expr_get_started.html
index 028ed3d063..b48a7f6d38 100644
--- a/docs/tutorial/tensor_expr_get_started.html
+++ b/docs/tutorial/tensor_expr_get_started.html
@@ -565,7 +565,7 @@ helper function to run a profile of the TVM generated code.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.000007
-naive: 0.000008
+naive: 0.000007
 </pre></div>
 </div>
 </div>
@@ -620,7 +620,7 @@ compile and run this new schedule with the parallel operation applied:</p>
 <span class="n">evaluate_addition</span><span class="p">(</span><span class="n">fadd_parallel</span><span class="p">,</span> <a href="../reference/api/python/target.html#tvm.target.Target" title="tvm.target.Target" class="sphx-glr-backref-module-tvm-target sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">tgt</span></a><span class="p">,</span> <span class="s2">&quot;parallel&quot;</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.h [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallel: 0.000008
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallel: 0.000007
 </pre></div>
 </div>
 </div>
@@ -696,10 +696,10 @@ class Module:
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Operator                  Timing             Performance
-   numpy    7.217809998110169e-06                    1.0
-   naive              7.9406e-06      1.1001397933831838
-parallel               7.871e-06       1.090496979286079
-  vector             3.91318e-05      5.4215613891534735
+   numpy    7.448210017173551e-06                    1.0
+   naive              6.7105e-06       0.900954723957489
+parallel              6.9988e-06      0.9396620105854516
+  vector             3.93781e-05       5.286921274937843
 </pre></div>
 </div>
 <div class="admonition-code-specialization admonition">
@@ -1015,7 +1015,7 @@ matrix multiplication.</p>
 <span class="n">answer</span> <span class="o">=</span> <span class="n">numpy</span><span class="o">.</span><span class="n">dot</span><span class="p">(</span><span class="n">a</span><span class="o">.</span><span class="n">numpy</span><span class="p">(),</span> <span class="n">b</span><span class="o">.</span><span class="n">numpy</span><span class="p">())</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.019638
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Numpy running time: 0.018564
 </pre></div>
 </div>
 <p>Now we write a basic matrix multiplication using TVM TE and verify that it
@@ -1056,7 +1056,7 @@ optimizations.</p>
 <span class="n">evaluate_operation</span><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">s</span></a><span class="p">,</span> <span class="p">[</span><a href="../reference/api/python/te.html#tvm.te.Tensor" title="tvm.te.Tensor" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>none: 3.453774
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>none: 3.289339
 </pre></div>
 </div>
 <p>Let’s take a look at the intermediate representation of the operator and
@@ -1120,7 +1120,7 @@ schedule.</p>
 <span class="n">evaluate_operation</span><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">s</span></a><span class="p">,</span> <span class="p">[</span><a href="../reference/api/python/te.html#tvm.te.Tensor" title="tvm.te.Tensor" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>blocking: 0.333648
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>blocking: 0.324166
 </pre></div>
 </div>
 <p>By reordering the computation to take advantage of caching, you should see a
@@ -1169,7 +1169,7 @@ already cache friendly from our previous optimizations.</p>
 <span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/driver.html#tvm.lower" title="tvm.lower" class="sphx-glr-backref-module-tvm sphx-glr-backref-type-py-function"><span class="n">tvm</span><span class="o">.</span><span class="n">lower</span></a><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vectorization: 0.333748
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>vectorization: 0.319429
 # from tvm.script import ir as I
 # from tvm.script import tir as T
 
@@ -1218,7 +1218,7 @@ more cache friendly.</p>
 <span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/driver.html#tvm.lower" title="tvm.lower" class="sphx-glr-backref-module-tvm sphx-glr-backref-type-py-function"><span class="n">tvm</span><span class="o">.</span><span class="n">lower</span></a><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>loop permutation: 0.131871
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>loop permutation: 0.118756
 # from tvm.script import ir as I
 # from tvm.script import tir as T
 
@@ -1288,7 +1288,7 @@ optimized schedule.</p>
 <span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/driver.html#tvm.lower" title="tvm.lower" class="sphx-glr-backref-module-tvm sphx-glr-backref-type-py-function"><span class="n">tvm</span><span class="o">.</span><span class="n">lower</span></a><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>array packing: 0.110296
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>array packing: 0.106058
 # from tvm.script import ir as I
 # from tvm.script import tir as T
 
@@ -1354,7 +1354,7 @@ to `C</cite> when all the block results are ready.</p>
 <span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/driver.html#tvm.lower" title="tvm.lower" class="sphx-glr-backref-module-tvm sphx-glr-backref-type-py-function"><span class="n">tvm</span><span class="o">.</span><span class="n">lower</span></a><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>block caching: 0.114871
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>block caching: 0.111627
 # from tvm.script import ir as I
 # from tvm.script import tir as T
 
@@ -1411,7 +1411,7 @@ of thread-level parallelization.</p>
 <span class="nb">print</span><span class="p">(</span><a href="../reference/api/python/driver.html#tvm.lower" title="tvm.lower" class="sphx-glr-backref-module-tvm sphx-glr-backref-type-py-function"><span class="n">tvm</span><span class="o">.</span><span class="n">lower</span></a><span class="p">(</span><a href="../reference/api/python/te.html#tvm.te.Schedule" title="tvm.te.Schedule" class="sphx-glr-backref-module-tvm-te sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallelization: 0.136386
+<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>parallelization: 0.133093
 # from tvm.script import ir as I
 # from tvm.script import tir as T
 
@@ -1464,13 +1464,13 @@ working, we can compare the results.</p>
 </pre></div>
 </div>
 <div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>        Operator                  Timing             Performance
-            none            3.4537744587                     1.0
-        blocking              0.33364832     0.09660396878538073
-   vectorization            0.3337483205     0.09663292276057389
-loop permutation            0.1318705249     0.03818156815880677
-   array packing             0.110296417     0.03193503754194637
-   block caching            0.1148714445      0.0332596832461485
- parallelization            0.1363856589    0.039488872400583894
+            none       3.289339407400001                     1.0
+        blocking            0.3241662902     0.09855057507009633
+   vectorization            0.3194289547     0.09711036628855726
+loop permutation            0.1187556759     0.03610319921162173
+   array packing            0.1060576633     0.03224284580101491
+   block caching     0.11162695869999999     0.03393598071663681
+ parallelization            0.1330928072     0.04046186504821672
 </pre></div>
 </div>
 <p>Note that the outputs on the web page reflect the running times on a
@@ -1502,7 +1502,6 @@ is</p>
 you can build generic templates of the matrix multiplication and other
 operations with tunable parameters that allows you to automatically optimize
 the computation for specific platforms.</p>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes  2.745 seconds)</p>
 <div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-tutorial-tensor-expr-get-started-py">
 <div class="sphx-glr-download sphx-glr-download-python docutils container">
 <p><a class="reference download internal" download="" href="../_downloads/40a01cffb015a67aaec0fad7e27cf80d/tensor_expr_get_started.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">tensor_expr_get_started.py</span></code></a></p>