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 7bbbe1cf575 deploying docs 
(apache/tvm@d536d413e66cfd018d45f5400301b0d747e87b81)
7bbbe1cf575 is described below

commit 7bbbe1cf57563c156597eee76c0d03209a13db08
Author: tvm-bot <[email protected]>
AuthorDate: Tue Aug 18 23:53:19 2026 +0000

    deploying docs (apache/tvm@d536d413e66cfd018d45f5400301b0d747e87b81)
---
 .../import_model.zip                               | Bin 35138 -> 35138 bytes
 .../dlight_gpu_scheduling.zip                      | Bin 26311 -> 26311 bytes
 .../11c11e53c7dace51a8be968ee169ed0d/ir_module.zip | Bin 23756 -> 23756 bytes
 .../tir_transformation.zip                         | Bin 15923 -> 15923 bytes
 .../meta_schedule.zip                              | Bin 24239 -> 24239 bytes
 .../mix_python_and_tvm_with_pymodule.zip           | Bin 38907 -> 38907 bytes
 .../relax_creation.zip                             | Bin 22429 -> 22429 bytes
 .../relax_transformation.zip                       | Bin 11480 -> 11480 bytes
 .../optimize_llm.zip                               | Bin 53997 -> 53997 bytes
 .../bring_your_own_codegen.zip                     | Bin 36295 -> 36295 bytes
 .../e2e_opt_model.zip                              | Bin 14479 -> 14479 bytes
 .../quick_start.zip                                | Bin 16252 -> 16252 bytes
 .../export_and_load_executable.zip                 | Bin 31408 -> 31408 bytes
 .../tir_creation.zip                               | Bin 24580 -> 24580 bytes
 .../cross_compilation_and_rpc.zip                  | Bin 62286 -> 62286 bytes
 .../customize_opt.zip                              | Bin 20522 -> 20522 bytes
 .../relax/tutorials/sg_execution_times.rst         |   6 ++---
 .../tensor_ir/tutorials/sg_execution_times.rst     |   8 +++----
 .../tensor_ir/tutorials/tir_transformation.rst     |   6 ++---
 docs/_sources/get_started/tutorials/ir_module.rst  |   8 +++----
 .../_sources/get_started/tutorials/quick_start.rst |   4 ++--
 .../get_started/tutorials/sg_execution_times.rst   |   6 ++---
 .../how_to/tutorials/cross_compilation_and_rpc.rst |   6 ++---
 docs/_sources/how_to/tutorials/e2e_opt_model.rst   |   2 +-
 .../how_to/tutorials/sg_execution_times.rst        |  12 +++++-----
 docs/_sources/sg_execution_times.rst               |  26 ++++++++++-----------
 .../relax/tutorials/sg_execution_times.html        |   6 ++---
 .../tensor_ir/tutorials/sg_execution_times.html    |   8 +++----
 .../tensor_ir/tutorials/tir_transformation.html    |   6 ++---
 docs/get_started/tutorials/ir_module.html          |   8 +++----
 docs/get_started/tutorials/quick_start.html        |   4 ++--
 docs/get_started/tutorials/sg_execution_times.html |   6 ++---
 .../tutorials/cross_compilation_and_rpc.html       |   6 ++---
 docs/how_to/tutorials/e2e_opt_model.html           |   4 ++--
 docs/how_to/tutorials/sg_execution_times.html      |  12 +++++-----
 docs/searchindex.js                                |   2 +-
 docs/sg_execution_times.html                       |  26 ++++++++++-----------
 37 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip 
b/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip
index b1e1448e0e2..90586c953da 100644
Binary files 
a/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip and 
b/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip differ
diff --git 
a/docs/_downloads/0eec6b3ea6ba863d0ed14b037c4b83ea/dlight_gpu_scheduling.zip 
b/docs/_downloads/0eec6b3ea6ba863d0ed14b037c4b83ea/dlight_gpu_scheduling.zip
index 5957e213d7b..7a72220d1cb 100644
Binary files 
a/docs/_downloads/0eec6b3ea6ba863d0ed14b037c4b83ea/dlight_gpu_scheduling.zip 
and 
b/docs/_downloads/0eec6b3ea6ba863d0ed14b037c4b83ea/dlight_gpu_scheduling.zip 
differ
diff --git a/docs/_downloads/11c11e53c7dace51a8be968ee169ed0d/ir_module.zip 
b/docs/_downloads/11c11e53c7dace51a8be968ee169ed0d/ir_module.zip
index 4427740e3a4..82deb0f5ff2 100644
Binary files a/docs/_downloads/11c11e53c7dace51a8be968ee169ed0d/ir_module.zip 
and b/docs/_downloads/11c11e53c7dace51a8be968ee169ed0d/ir_module.zip differ
diff --git 
a/docs/_downloads/18ba0d2ee8120824175aaef66bc9c9bf/tir_transformation.zip 
b/docs/_downloads/18ba0d2ee8120824175aaef66bc9c9bf/tir_transformation.zip
index 403977e1da7..62623b00d01 100644
Binary files 
a/docs/_downloads/18ba0d2ee8120824175aaef66bc9c9bf/tir_transformation.zip and 
b/docs/_downloads/18ba0d2ee8120824175aaef66bc9c9bf/tir_transformation.zip differ
diff --git a/docs/_downloads/249a4acaa182fd00b9c381b53025777d/meta_schedule.zip 
b/docs/_downloads/249a4acaa182fd00b9c381b53025777d/meta_schedule.zip
index 628a2e25671..ab3c32d70f4 100644
Binary files 
a/docs/_downloads/249a4acaa182fd00b9c381b53025777d/meta_schedule.zip and 
b/docs/_downloads/249a4acaa182fd00b9c381b53025777d/meta_schedule.zip differ
diff --git 
a/docs/_downloads/373278b9f6fc686adeaa0219598fe78b/mix_python_and_tvm_with_pymodule.zip
 
b/docs/_downloads/373278b9f6fc686adeaa0219598fe78b/mix_python_and_tvm_with_pymodule.zip
index 5d488cd92cf..2b2b7b0c284 100644
Binary files 
a/docs/_downloads/373278b9f6fc686adeaa0219598fe78b/mix_python_and_tvm_with_pymodule.zip
 and 
b/docs/_downloads/373278b9f6fc686adeaa0219598fe78b/mix_python_and_tvm_with_pymodule.zip
 differ
diff --git 
a/docs/_downloads/4753776bbe68e7c9ee4d19117973fc8b/relax_creation.zip 
b/docs/_downloads/4753776bbe68e7c9ee4d19117973fc8b/relax_creation.zip
index 22e24cbf489..855cabb8049 100644
Binary files 
a/docs/_downloads/4753776bbe68e7c9ee4d19117973fc8b/relax_creation.zip and 
b/docs/_downloads/4753776bbe68e7c9ee4d19117973fc8b/relax_creation.zip differ
diff --git 
a/docs/_downloads/7d201684dfa095a5ea48d98e9a2ef7ad/relax_transformation.zip 
b/docs/_downloads/7d201684dfa095a5ea48d98e9a2ef7ad/relax_transformation.zip
index 99d47106f20..7515b2f55c7 100644
Binary files 
a/docs/_downloads/7d201684dfa095a5ea48d98e9a2ef7ad/relax_transformation.zip and 
b/docs/_downloads/7d201684dfa095a5ea48d98e9a2ef7ad/relax_transformation.zip 
differ
diff --git a/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip 
b/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip
index 8417e5b4401..e00b1962613 100644
Binary files 
a/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip and 
b/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip differ
diff --git 
a/docs/_downloads/8c05f1d580979a2c26428a509c07ed72/bring_your_own_codegen.zip 
b/docs/_downloads/8c05f1d580979a2c26428a509c07ed72/bring_your_own_codegen.zip
index 91a8e001a98..0a69e7d57ab 100644
Binary files 
a/docs/_downloads/8c05f1d580979a2c26428a509c07ed72/bring_your_own_codegen.zip 
and 
b/docs/_downloads/8c05f1d580979a2c26428a509c07ed72/bring_your_own_codegen.zip 
differ
diff --git a/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip 
b/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip
index c568def3d2d..09fddc7cb95 100644
Binary files 
a/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip and 
b/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip differ
diff --git a/docs/_downloads/bb7db6678496193ed0c55d3b95fa6778/quick_start.zip 
b/docs/_downloads/bb7db6678496193ed0c55d3b95fa6778/quick_start.zip
index c22334d74a1..faaace59cc8 100644
Binary files a/docs/_downloads/bb7db6678496193ed0c55d3b95fa6778/quick_start.zip 
and b/docs/_downloads/bb7db6678496193ed0c55d3b95fa6778/quick_start.zip differ
diff --git 
a/docs/_downloads/bc875d02d5382abc9ea5fb9eb2c1de2c/export_and_load_executable.zip
 
b/docs/_downloads/bc875d02d5382abc9ea5fb9eb2c1de2c/export_and_load_executable.zip
index 41579e2124a..a503d7f5aa3 100644
Binary files 
a/docs/_downloads/bc875d02d5382abc9ea5fb9eb2c1de2c/export_and_load_executable.zip
 and 
b/docs/_downloads/bc875d02d5382abc9ea5fb9eb2c1de2c/export_and_load_executable.zip
 differ
diff --git a/docs/_downloads/be26483bb70b8468499a01c55e8e866c/tir_creation.zip 
b/docs/_downloads/be26483bb70b8468499a01c55e8e866c/tir_creation.zip
index b57647834ef..3bdd7db66e0 100644
Binary files 
a/docs/_downloads/be26483bb70b8468499a01c55e8e866c/tir_creation.zip and 
b/docs/_downloads/be26483bb70b8468499a01c55e8e866c/tir_creation.zip differ
diff --git 
a/docs/_downloads/f69380821f417ef2210f45503d81bded/cross_compilation_and_rpc.zip
 
b/docs/_downloads/f69380821f417ef2210f45503d81bded/cross_compilation_and_rpc.zip
index 90df9977414..a8884c07dd7 100644
Binary files 
a/docs/_downloads/f69380821f417ef2210f45503d81bded/cross_compilation_and_rpc.zip
 and 
b/docs/_downloads/f69380821f417ef2210f45503d81bded/cross_compilation_and_rpc.zip
 differ
diff --git a/docs/_downloads/f69433a4a80715725df90d1386679956/customize_opt.zip 
b/docs/_downloads/f69433a4a80715725df90d1386679956/customize_opt.zip
index b95b5a2594f..930a38e3723 100644
Binary files 
a/docs/_downloads/f69433a4a80715725df90d1386679956/customize_opt.zip and 
b/docs/_downloads/f69433a4a80715725df90d1386679956/customize_opt.zip differ
diff --git a/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst 
b/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst
index 0bb20766d6f..bc52441d743 100644
--- a/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst
+++ b/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst
@@ -6,7 +6,7 @@
 
 Computation times
 =================
-**00:00.234** total execution time for 2 files **from 
deep_dive/relax/tutorials**:
+**00:00.231** total execution time for 2 files **from 
deep_dive/relax/tutorials**:
 
 .. container::
 
@@ -33,8 +33,8 @@ Computation times
      - Time
      - Mem (MB)
    * - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_creation.py` 
(``relax_creation.py``)
-     - 00:00.172
+     - 00:00.169
      - 0.0
    * - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_transformation.py` 
(``relax_transformation.py``)
-     - 00:00.063
+     - 00:00.062
      - 0.0
diff --git a/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst 
b/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst
index 1f4bbea9633..5cbdc0981a0 100644
--- a/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst
+++ b/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst
@@ -6,7 +6,7 @@
 
 Computation times
 =================
-**00:00.899** total execution time for 4 files **from 
deep_dive/tensor_ir/tutorials**:
+**00:00.884** total execution time for 4 files **from 
deep_dive/tensor_ir/tutorials**:
 
 .. container::
 
@@ -33,13 +33,13 @@ Computation times
      - Time
      - Mem (MB)
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_transformation.py` 
(``tir_transformation.py``)
-     - 00:00.381
+     - 00:00.376
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_creation.py` 
(``tir_creation.py``)
-     - 00:00.335
+     - 00:00.332
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_dlight_gpu_scheduling.py` 
(``dlight_gpu_scheduling.py``)
-     - 00:00.168
+     - 00:00.162
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_meta_schedule.py` 
(``meta_schedule.py``)
      - 00:00.014
diff --git a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst 
b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst
index 6b86d1a9c81..e245cd5262b 100644
--- a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst
+++ b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst
@@ -120,7 +120,7 @@ original implementation.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-       2.7886       2.7886       2.7886       2.7886       0.0000              
    
+       2.6025       2.6025       2.6025       2.6025       0.0000              
    
 
 
 
@@ -294,7 +294,7 @@ action involves reordering these two loops.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-       0.8741       0.8741       0.8741       0.8741       0.0000              
    
+       0.8685       0.8685       0.8685       0.8685       0.0000              
    
 
 
 
@@ -424,7 +424,7 @@ from the reduction update via the **decompose_reduction** 
primitive.
 
     Execution time summary:
      mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)  
-       0.3497       0.3497       0.3497       0.3497       0.0000              
    
+       0.3580       0.3580       0.3580       0.3580       0.0000              
    
 
 
 
diff --git a/docs/_sources/get_started/tutorials/ir_module.rst 
b/docs/_sources/get_started/tutorials/ir_module.rst
index e13366d914a..45206492f9e 100644
--- a/docs/_sources/get_started/tutorials/ir_module.rst
+++ b/docs/_sources/get_started/tutorials/ir_module.rst
@@ -696,8 +696,8 @@ We can deploy the IRModule on CPU by specifying the target 
as ``llvm``.
 
  .. code-block:: none
 
-    [[-0.12275271  0.01386211 -0.17072588 -0.02971872  0.38455665  0.22158435
-      -0.2478005  -0.01861038  0.12035827 -0.06223565]]
+    [[ 0.2375962  -0.2866544  -0.22715934  0.06009915  0.12683949  0.04975109
+       0.12752448  0.19918928  0.02078236  0.18649672]]
 
 
 
@@ -763,8 +763,8 @@ Now we can compile the IRModule on GPU, the similar way as 
we did on CPU.
 
  .. code-block:: none
 
-    [[-0.1227527   0.01386211 -0.17072587 -0.02971874  0.3845565   0.22158435
-      -0.2478005  -0.0186104   0.12035829 -0.06223564]]
+    [[ 0.2375962  -0.28665432 -0.2271593   0.06009916  0.12683947  0.04975105
+       0.1275245   0.19918934  0.02078236  0.18649672]]
 
 
 
diff --git a/docs/_sources/get_started/tutorials/quick_start.rst 
b/docs/_sources/get_started/tutorials/quick_start.rst
index 9f47769c4b6..0d0c54b9ed0 100644
--- a/docs/_sources/get_started/tutorials/quick_start.rst
+++ b/docs/_sources/get_started/tutorials/quick_start.rst
@@ -224,8 +224,8 @@ different devices.
 
  .. code-block:: none
 
-    [[24465.78  23433.252 25693.604 25624.525 24149.79  23223.79  24491.928
-      25218.15  24624.72  25487.129]]
+    [[26159.209 27480.506 23864.148 24027.621 26195.973 24688.473 26093.734
+      25295.28  25694.088 25185.96 ]]
 
 
 
diff --git a/docs/_sources/get_started/tutorials/sg_execution_times.rst 
b/docs/_sources/get_started/tutorials/sg_execution_times.rst
index 10b77b34e7e..130efecb245 100644
--- a/docs/_sources/get_started/tutorials/sg_execution_times.rst
+++ b/docs/_sources/get_started/tutorials/sg_execution_times.rst
@@ -6,7 +6,7 @@
 
 Computation times
 =================
-**00:05.469** total execution time for 2 files **from get_started/tutorials**:
+**00:05.454** total execution time for 2 files **from get_started/tutorials**:
 
 .. container::
 
@@ -33,8 +33,8 @@ Computation times
      - Time
      - Mem (MB)
    * - :ref:`sphx_glr_get_started_tutorials_ir_module.py` (``ir_module.py``)
-     - 00:05.236
+     - 00:05.221
      - 0.0
    * - :ref:`sphx_glr_get_started_tutorials_quick_start.py` 
(``quick_start.py``)
-     - 00:00.233
+     - 00:00.232
      - 0.0
diff --git a/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst 
b/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst
index 496f671df27..3b35792dc93 100644
--- a/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst
+++ b/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst
@@ -275,7 +275,7 @@ device and returns the measured cost. Network overhead is 
excluded.
 
  .. code-block:: none
 
-    9e-08 secs/op
+    8.71e-08 secs/op
 
 
 
@@ -864,8 +864,8 @@ This workflow is applicable to various deployment scenarios:
     Converted PyTorch model to Relax:
       - Number of parameters: 4
     Using local target for demonstration
-    Exported library to: /tmp/tmpzj6gtr03/model_deployed.so
-    Saved parameters to: /tmp/tmpzj6gtr03/model_params.npz
+    Exported library to: /tmp/tmpu840b0lm/model_deployed.so
+    Saved parameters to: /tmp/tmpu840b0lm/model_params.npz
 
     RPC workflow (works for any remote device):
     ==================================================
diff --git a/docs/_sources/how_to/tutorials/e2e_opt_model.rst 
b/docs/_sources/how_to/tutorials/e2e_opt_model.rst
index 29b8885791c..121a34762b6 100644
--- a/docs/_sources/how_to/tutorials/e2e_opt_model.rst
+++ b/docs/_sources/how_to/tutorials/e2e_opt_model.rst
@@ -54,7 +54,7 @@ PyTorch.
  .. code-block:: none
 
     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]      74%|███████▎  | 
32.9M/44.7M [00:00<00:00, 344MB/s]     100%|██████████| 44.7M/44.7M 
[00:00<00:00, 369MB/s]
+       0%|          | 0.00/44.7M [00:00<?, ?B/s]      76%|███████▌  | 
34.0M/44.7M [00:00<00:00, 356MB/s]     100%|██████████| 44.7M/44.7M 
[00:00<00:00, 378MB/s]
 
 
 
diff --git a/docs/_sources/how_to/tutorials/sg_execution_times.rst 
b/docs/_sources/how_to/tutorials/sg_execution_times.rst
index e8db1239d04..b8b41bbe1ca 100644
--- a/docs/_sources/how_to/tutorials/sg_execution_times.rst
+++ b/docs/_sources/how_to/tutorials/sg_execution_times.rst
@@ -6,7 +6,7 @@
 
 Computation times
 =================
-**00:17.311** total execution time for 8 files **from how_to/tutorials**:
+**00:17.189** total execution time for 8 files **from how_to/tutorials**:
 
 .. container::
 
@@ -33,25 +33,25 @@ Computation times
      - Time
      - Mem (MB)
    * - :ref:`sphx_glr_how_to_tutorials_optimize_llm.py` (``optimize_llm.py``)
-     - 00:12.206
+     - 00:12.079
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_import_model.py` (``import_model.py``)
-     - 00:03.489
+     - 00:03.475
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_e2e_opt_model.py` (``e2e_opt_model.py``)
-     - 00:00.624
+     - 00:00.647
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_cross_compilation_and_rpc.py` 
(``cross_compilation_and_rpc.py``)
      - 00:00.576
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_customize_opt.py` (``customize_opt.py``)
-     - 00:00.340
+     - 00:00.336
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_bring_your_own_codegen.py` 
(``bring_your_own_codegen.py``)
      - 00:00.070
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_mix_python_and_tvm_with_pymodule.py` 
(``mix_python_and_tvm_with_pymodule.py``)
-     - 00:00.004
+     - 00:00.005
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_export_and_load_executable.py` 
(``export_and_load_executable.py``)
      - 00:00.002
diff --git a/docs/_sources/sg_execution_times.rst 
b/docs/_sources/sg_execution_times.rst
index 3a7ff2d59ce..e92a58f6873 100644
--- a/docs/_sources/sg_execution_times.rst
+++ b/docs/_sources/sg_execution_times.rst
@@ -6,7 +6,7 @@
 
 Computation times
 =================
-**00:23.913** total execution time for 16 files **from all galleries**:
+**00:23.758** total execution time for 16 files **from all galleries**:
 
 .. container::
 
@@ -33,49 +33,49 @@ Computation times
      - Time
      - Mem (MB)
    * - :ref:`sphx_glr_how_to_tutorials_optimize_llm.py` 
(``../how_to/tutorials/optimize_llm.py``)
-     - 00:12.206
+     - 00:12.079
      - 0.0
    * - :ref:`sphx_glr_get_started_tutorials_ir_module.py` 
(``../get_started/tutorials/ir_module.py``)
-     - 00:05.236
+     - 00:05.221
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_import_model.py` 
(``../how_to/tutorials/import_model.py``)
-     - 00:03.489
+     - 00:03.475
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_e2e_opt_model.py` 
(``../how_to/tutorials/e2e_opt_model.py``)
-     - 00:00.624
+     - 00:00.647
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_cross_compilation_and_rpc.py` 
(``../how_to/tutorials/cross_compilation_and_rpc.py``)
      - 00:00.576
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_transformation.py` 
(``../deep_dive/tensor_ir/tutorials/tir_transformation.py``)
-     - 00:00.381
+     - 00:00.376
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_customize_opt.py` 
(``../how_to/tutorials/customize_opt.py``)
-     - 00:00.340
+     - 00:00.336
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_creation.py` 
(``../deep_dive/tensor_ir/tutorials/tir_creation.py``)
-     - 00:00.335
+     - 00:00.332
      - 0.0
    * - :ref:`sphx_glr_get_started_tutorials_quick_start.py` 
(``../get_started/tutorials/quick_start.py``)
-     - 00:00.233
+     - 00:00.232
      - 0.0
    * - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_creation.py` 
(``../deep_dive/relax/tutorials/relax_creation.py``)
-     - 00:00.172
+     - 00:00.169
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_dlight_gpu_scheduling.py` 
(``../deep_dive/tensor_ir/tutorials/dlight_gpu_scheduling.py``)
-     - 00:00.168
+     - 00:00.162
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_bring_your_own_codegen.py` 
(``../how_to/tutorials/bring_your_own_codegen.py``)
      - 00:00.070
      - 0.0
    * - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_transformation.py` 
(``../deep_dive/relax/tutorials/relax_transformation.py``)
-     - 00:00.063
+     - 00:00.062
      - 0.0
    * - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_meta_schedule.py` 
(``../deep_dive/tensor_ir/tutorials/meta_schedule.py``)
      - 00:00.014
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_mix_python_and_tvm_with_pymodule.py` 
(``../how_to/tutorials/mix_python_and_tvm_with_pymodule.py``)
-     - 00:00.004
+     - 00:00.005
      - 0.0
    * - :ref:`sphx_glr_how_to_tutorials_export_and_load_executable.py` 
(``../how_to/tutorials/export_and_load_executable.py``)
      - 00:00.002
diff --git a/docs/deep_dive/relax/tutorials/sg_execution_times.html 
b/docs/deep_dive/relax/tutorials/sg_execution_times.html
index c1bb1d5bf3c..de5d54997be 100644
--- a/docs/deep_dive/relax/tutorials/sg_execution_times.html
+++ b/docs/deep_dive/relax/tutorials/sg_execution_times.html
@@ -618,7 +618,7 @@ document.write(`
                   
   <section id="computation-times">
 <span 
id="sphx-glr-deep-dive-relax-tutorials-sg-execution-times"></span><h1>Computation
 times<a class="headerlink" href="#computation-times" title="Link to this 
heading">#</a></h1>
-<p><strong>00:00.234</strong> total execution time for 2 files <strong>from 
deep_dive/relax/tutorials</strong>:</p>
+<p><strong>00:00.231</strong> total execution time for 2 files <strong>from 
deep_dive/relax/tutorials</strong>:</p>
 <div class="docutils container">
 <style scoped>
 <link 
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css";
 rel="stylesheet" />
@@ -640,11 +640,11 @@ $(document).ready( function () {
 </thead>
 <tbody>
 <tr class="row-even"><td><p><a class="reference internal" 
href="relax_creation.html#sphx-glr-deep-dive-relax-tutorials-relax-creation-py"><span
 class="std std-ref">Relax Creation</span></a> (<code class="docutils literal 
notranslate"><span class="pre">relax_creation.py</span></code>)</p></td>
-<td><p>00:00.172</p></td>
+<td><p>00:00.169</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="relax_transformation.html#sphx-glr-deep-dive-relax-tutorials-relax-transformation-py"><span
 class="std std-ref">Transformation</span></a> (<code class="docutils literal 
notranslate"><span class="pre">relax_transformation.py</span></code>)</p></td>
-<td><p>00:00.063</p></td>
+<td><p>00:00.062</p></td>
 <td><p>0.0</p></td>
 </tr>
 </tbody>
diff --git a/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html 
b/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html
index 1c94f41e8dc..b13a4020b3d 100644
--- a/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html
+++ b/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html
@@ -618,7 +618,7 @@ document.write(`
                   
   <section id="computation-times">
 <span 
id="sphx-glr-deep-dive-tensor-ir-tutorials-sg-execution-times"></span><h1>Computation
 times<a class="headerlink" href="#computation-times" title="Link to this 
heading">#</a></h1>
-<p><strong>00:00.899</strong> total execution time for 4 files <strong>from 
deep_dive/tensor_ir/tutorials</strong>:</p>
+<p><strong>00:00.884</strong> total execution time for 4 files <strong>from 
deep_dive/tensor_ir/tutorials</strong>:</p>
 <div class="docutils container">
 <style scoped>
 <link 
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css";
 rel="stylesheet" />
@@ -640,15 +640,15 @@ $(document).ready( function () {
 </thead>
 <tbody>
 <tr class="row-even"><td><p><a class="reference internal" 
href="tir_transformation.html#sphx-glr-deep-dive-tensor-ir-tutorials-tir-transformation-py"><span
 class="std std-ref">Transformation</span></a> (<code class="docutils literal 
notranslate"><span class="pre">tir_transformation.py</span></code>)</p></td>
-<td><p>00:00.381</p></td>
+<td><p>00:00.376</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="tir_creation.html#sphx-glr-deep-dive-tensor-ir-tutorials-tir-creation-py"><span
 class="std std-ref">TensorIR Creation</span></a> (<code class="docutils 
literal notranslate"><span class="pre">tir_creation.py</span></code>)</p></td>
-<td><p>00:00.335</p></td>
+<td><p>00:00.332</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="dlight_gpu_scheduling.html#sphx-glr-deep-dive-tensor-ir-tutorials-dlight-gpu-scheduling-py"><span
 class="std std-ref">DLight: Rule-Based GPU Scheduling</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">dlight_gpu_scheduling.py</span></code>)</p></td>
-<td><p>00:00.168</p></td>
+<td><p>00:00.162</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="meta_schedule.html#sphx-glr-deep-dive-tensor-ir-tutorials-meta-schedule-py"><span
 class="std std-ref">MetaSchedule: Search-Based Auto-Tuning</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">meta_schedule.py</span></code>)</p></td>
diff --git a/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html 
b/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
index 810b7544cb7..1159f14399f 100644
--- a/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
+++ b/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
@@ -705,7 +705,7 @@ original implementation.</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)
-   2.7886       2.7886       2.7886       2.7886       0.0000
+   2.6025       2.6025       2.6025       2.6025       0.0000
 </pre></div>
 </div>
 <section id="initialization-schedule">
@@ -803,7 +803,7 @@ class Module:
 
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-   0.8741       0.8741       0.8741       0.8741       0.0000
+   0.8685       0.8685       0.8685       0.8685       0.0000
 </pre></div>
 </div>
 </section>
@@ -899,7 +899,7 @@ class Module:
 
 Execution time summary:
  mean (ms)   median (ms)    max (ms)     min (ms)     std (ms)
-   0.3497       0.3497       0.3497       0.3497       0.0000
+   0.3580       0.3580       0.3580       0.3580       0.0000
 </pre></div>
 </div>
 </section>
diff --git a/docs/get_started/tutorials/ir_module.html 
b/docs/get_started/tutorials/ir_module.html
index 58982d09150..76f1557a9d3 100644
--- a/docs/get_started/tutorials/ir_module.html
+++ b/docs/get_started/tutorials/ir_module.html
@@ -1145,8 +1145,8 @@ backends.</p>
 <span class="nb">print</span><span class="p">(</span><span 
class="n">cpu_out</span><span class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[-0.12275271  0.01386211 -0.17072588 
-0.02971872  0.38455665  0.22158435
-  -0.2478005  -0.01861038  0.12035827 -0.06223565]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[ 0.2375962  -0.2866544  -0.22715934  
0.06009915  0.12683949  0.04975109
+   0.12752448  0.19918928  0.02078236  0.18649672]]
 </pre></div>
 </div>
 </section>
@@ -1180,8 +1180,8 @@ the details of <code class="docutils literal 
notranslate"><span class="pre">DLig
 <span class="k">assert</span> <span class="n">np</span><span 
class="o">.</span><span class="n">allclose</span><span class="p">(</span><span 
class="n">cpu_out</span><span class="p">,</span> <span 
class="n">gpu_out</span><span class="p">,</span> <span 
class="n">atol</span><span class="o">=</span><span class="mf">1e-3</span><span 
class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[-0.1227527   0.01386211 -0.17072587 
-0.02971874  0.3845565   0.22158435
-  -0.2478005  -0.0186104   0.12035829 -0.06223564]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[ 0.2375962  -0.28665432 -0.2271593   
0.06009916  0.12683947  0.04975105
+   0.1275245   0.19918934  0.02078236  0.18649672]]
 </pre></div>
 </div>
 </section>
diff --git a/docs/get_started/tutorials/quick_start.html 
b/docs/get_started/tutorials/quick_start.html
index a608f671078..4845ef26b9d 100644
--- a/docs/get_started/tutorials/quick_start.html
+++ b/docs/get_started/tutorials/quick_start.html
@@ -786,8 +786,8 @@ different devices.</p>
 <span class="nb">print</span><span class="p">(</span><span 
class="n">vm</span><span class="p">[</span><span 
class="s2">&quot;forward&quot;</span><span class="p">](</span><span 
class="n">tvm_data</span><span class="p">,</span> <span class="o">*</span><a 
href="https://docs.python.org/3/library/stdtypes.html#list"; 
title="builtins.list" class="sphx-glr-backref-module-builtins 
sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span 
class="n">params</span></a><span class="p">)</span><s [...]
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[24465.78  23433.252 25693.604 25624.525 
24149.79  23223.79  24491.928
-  25218.15  24624.72  25487.129]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>[[26159.209 27480.506 23864.148 24027.621 
26195.973 24688.473 26093.734
+  25295.28  25694.088 25185.96 ]]
 </pre></div>
 </div>
 <p>Our goal is to bring machine learning to the application with any language 
of interest,
diff --git a/docs/get_started/tutorials/sg_execution_times.html 
b/docs/get_started/tutorials/sg_execution_times.html
index a513ccecc8f..06c4f4d1242 100644
--- a/docs/get_started/tutorials/sg_execution_times.html
+++ b/docs/get_started/tutorials/sg_execution_times.html
@@ -618,7 +618,7 @@ document.write(`
                   
   <section id="computation-times">
 <span 
id="sphx-glr-get-started-tutorials-sg-execution-times"></span><h1>Computation 
times<a class="headerlink" href="#computation-times" title="Link to this 
heading">#</a></h1>
-<p><strong>00:05.469</strong> total execution time for 2 files <strong>from 
get_started/tutorials</strong>:</p>
+<p><strong>00:05.454</strong> total execution time for 2 files <strong>from 
get_started/tutorials</strong>:</p>
 <div class="docutils container">
 <style scoped>
 <link 
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css";
 rel="stylesheet" />
@@ -640,11 +640,11 @@ $(document).ready( function () {
 </thead>
 <tbody>
 <tr class="row-even"><td><p><a class="reference internal" 
href="ir_module.html#sphx-glr-get-started-tutorials-ir-module-py"><span 
class="std std-ref">IRModule</span></a> (<code class="docutils literal 
notranslate"><span class="pre">ir_module.py</span></code>)</p></td>
-<td><p>00:05.236</p></td>
+<td><p>00:05.221</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="quick_start.html#sphx-glr-get-started-tutorials-quick-start-py"><span 
class="std std-ref">Quick Start</span></a> (<code class="docutils literal 
notranslate"><span class="pre">quick_start.py</span></code>)</p></td>
-<td><p>00:00.233</p></td>
+<td><p>00:00.232</p></td>
 <td><p>0.0</p></td>
 </tr>
 </tbody>
diff --git a/docs/how_to/tutorials/cross_compilation_and_rpc.html 
b/docs/how_to/tutorials/cross_compilation_and_rpc.html
index 4c0ed5dc867..6634879338e 100644
--- a/docs/how_to/tutorials/cross_compilation_and_rpc.html
+++ b/docs/how_to/tutorials/cross_compilation_and_rpc.html
@@ -817,7 +817,7 @@ device and returns the measured cost. Network overhead is 
excluded.</p>
 <span class="nb">print</span><span class="p">(</span><span 
class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><span 
class="n">cost</span><span class="si">:</span><span class="s2">g</span><span 
class="si">}</span><span class="s2"> secs/op&quot;</span><span 
class="p">)</span>
 </pre></div>
 </div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>9e-08 secs/op
+<div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>8.71e-08 secs/op
 </pre></div>
 </div>
 </section>
@@ -1346,8 +1346,8 @@ for ONNX models. Simply replace <code class="docutils 
literal notranslate"><span
 Converted PyTorch model to Relax:
   - Number of parameters: 4
 Using local target for demonstration
-Exported library to: /tmp/tmpzj6gtr03/model_deployed.so
-Saved parameters to: /tmp/tmpzj6gtr03/model_params.npz
+Exported library to: /tmp/tmpu840b0lm/model_deployed.so
+Saved parameters to: /tmp/tmpu840b0lm/model_params.npz
 
 RPC workflow (works for any remote device):
 ==================================================
diff --git a/docs/how_to/tutorials/e2e_opt_model.html 
b/docs/how_to/tutorials/e2e_opt_model.html
index 680b30c8b74..0fc7ab3dd4f 100644
--- a/docs/how_to/tutorials/e2e_opt_model.html
+++ b/docs/how_to/tutorials/e2e_opt_model.html
@@ -658,8 +658,8 @@ PyTorch.</p>
 <div class="sphx-glr-script-out highlight-none notranslate"><div 
class="highlight"><pre><span></span>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]
- 74%|███████▎  | 32.9M/44.7M [00:00&lt;00:00, 344MB/s]
-100%|██████████| 44.7M/44.7M [00:00&lt;00:00, 369MB/s]
+ 76%|███████▌  | 34.0M/44.7M [00:00&lt;00:00, 356MB/s]
+100%|██████████| 44.7M/44.7M [00:00&lt;00:00, 378MB/s]
 </pre></div>
 </div>
 </section>
diff --git a/docs/how_to/tutorials/sg_execution_times.html 
b/docs/how_to/tutorials/sg_execution_times.html
index 2f37a81fa1f..cf6488a03b7 100644
--- a/docs/how_to/tutorials/sg_execution_times.html
+++ b/docs/how_to/tutorials/sg_execution_times.html
@@ -618,7 +618,7 @@ document.write(`
                   
   <section id="computation-times">
 <span id="sphx-glr-how-to-tutorials-sg-execution-times"></span><h1>Computation 
times<a class="headerlink" href="#computation-times" title="Link to this 
heading">#</a></h1>
-<p><strong>00:17.311</strong> total execution time for 8 files <strong>from 
how_to/tutorials</strong>:</p>
+<p><strong>00:17.189</strong> total execution time for 8 files <strong>from 
how_to/tutorials</strong>:</p>
 <div class="docutils container">
 <style scoped>
 <link 
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css";
 rel="stylesheet" />
@@ -640,15 +640,15 @@ $(document).ready( function () {
 </thead>
 <tbody>
 <tr class="row-even"><td><p><a class="reference internal" 
href="optimize_llm.html#sphx-glr-how-to-tutorials-optimize-llm-py"><span 
class="std std-ref">Optimize Large Language Model</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">optimize_llm.py</span></code>)</p></td>
-<td><p>00:12.206</p></td>
+<td><p>00:12.079</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="import_model.html#sphx-glr-how-to-tutorials-import-model-py"><span 
class="std std-ref">Importing Models from ML Frameworks</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">import_model.py</span></code>)</p></td>
-<td><p>00:03.489</p></td>
+<td><p>00:03.475</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="e2e_opt_model.html#sphx-glr-how-to-tutorials-e2e-opt-model-py"><span 
class="std std-ref">End-to-End Optimize Model</span></a> (<code class="docutils 
literal notranslate"><span class="pre">e2e_opt_model.py</span></code>)</p></td>
-<td><p>00:00.624</p></td>
+<td><p>00:00.647</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="cross_compilation_and_rpc.html#sphx-glr-how-to-tutorials-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>
@@ -656,7 +656,7 @@ $(document).ready( function () {
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="customize_opt.html#sphx-glr-how-to-tutorials-customize-opt-py"><span 
class="std std-ref">Customize Optimization</span></a> (<code class="docutils 
literal notranslate"><span class="pre">customize_opt.py</span></code>)</p></td>
-<td><p>00:00.340</p></td>
+<td><p>00:00.336</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="bring_your_own_codegen.html#sphx-glr-how-to-tutorials-bring-your-own-codegen-py"><span
 class="std std-ref">Bring Your Own Codegen</span></a> (<code class="docutils 
literal notranslate"><span 
class="pre">bring_your_own_codegen.py</span></code>)</p></td>
@@ -664,7 +664,7 @@ $(document).ready( function () {
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="mix_python_and_tvm_with_pymodule.html#sphx-glr-how-to-tutorials-mix-python-and-tvm-with-pymodule-py"><span
 class="std std-ref">Mix Python/PyTorch with TVM Using BasePyModule</span></a> 
(<code class="docutils literal notranslate"><span 
class="pre">mix_python_and_tvm_with_pymodule.py</span></code>)</p></td>
-<td><p>00:00.004</p></td>
+<td><p>00:00.005</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="export_and_load_executable.html#sphx-glr-how-to-tutorials-export-and-load-executable-py"><span
 class="std std-ref">Export and Load Relax Executables</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">export_and_load_executable.py</span></code>)</p></td>
diff --git a/docs/searchindex.js b/docs/searchindex.js
index 57744abd0fc..45a10728dfc 100644
--- a/docs/searchindex.js
+++ b/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"@T.inline \u2014 inline functions": [[123, 
"t-inline-inline-functions"]], "@T.meta_class \u2014 parser-side state 
objects": [[123, "t-meta-class-parser-side-state-objects"]], "@T.prim_func vs 
@T.jit": [[122, "t-prim-func-vs-t-jit"]], "A stable extension boundary for 
future hardware": [[126, "a-stable-extension-boundary-for-future-hardware"]], 
"A worked example": [[113, "a-worked-example"]], "API Reference": [[57, null], 
[108, null]], "About": [[57, null]], [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"@T.inline \u2014 inline functions": [[123, 
"t-inline-inline-functions"]], "@T.meta_class \u2014 parser-side state 
objects": [[123, "t-meta-class-parser-side-state-objects"]], "@T.prim_func vs 
@T.jit": [[122, "t-prim-func-vs-t-jit"]], "A stable extension boundary for 
future hardware": [[126, "a-stable-extension-boundary-for-future-hardware"]], 
"A worked example": [[113, "a-worked-example"]], "API Reference": [[57, null], 
[108, null]], "About": [[57, null]], [...]
\ No newline at end of file
diff --git a/docs/sg_execution_times.html b/docs/sg_execution_times.html
index c25fca080b1..8dc552161be 100644
--- a/docs/sg_execution_times.html
+++ b/docs/sg_execution_times.html
@@ -618,7 +618,7 @@ document.write(`
                   
   <section id="computation-times">
 <span id="sphx-glr-sg-execution-times"></span><h1>Computation times<a 
class="headerlink" href="#computation-times" title="Link to this 
heading">#</a></h1>
-<p><strong>00:23.913</strong> total execution time for 16 files <strong>from 
all galleries</strong>:</p>
+<p><strong>00:23.758</strong> total execution time for 16 files <strong>from 
all galleries</strong>:</p>
 <div class="docutils container">
 <style scoped>
 <link 
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css";
 rel="stylesheet" />
@@ -640,19 +640,19 @@ $(document).ready( function () {
 </thead>
 <tbody>
 <tr class="row-even"><td><p><a class="reference internal" 
href="how_to/tutorials/optimize_llm.html#sphx-glr-how-to-tutorials-optimize-llm-py"><span
 class="std std-ref">Optimize Large Language Model</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/optimize_llm.py</span></code>)</p></td>
-<td><p>00:12.206</p></td>
+<td><p>00:12.079</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="get_started/tutorials/ir_module.html#sphx-glr-get-started-tutorials-ir-module-py"><span
 class="std std-ref">IRModule</span></a> (<code class="docutils literal 
notranslate"><span 
class="pre">../get_started/tutorials/ir_module.py</span></code>)</p></td>
-<td><p>00:05.236</p></td>
+<td><p>00:05.221</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="how_to/tutorials/import_model.html#sphx-glr-how-to-tutorials-import-model-py"><span
 class="std std-ref">Importing Models from ML Frameworks</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/import_model.py</span></code>)</p></td>
-<td><p>00:03.489</p></td>
+<td><p>00:03.475</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="how_to/tutorials/e2e_opt_model.html#sphx-glr-how-to-tutorials-e2e-opt-model-py"><span
 class="std std-ref">End-to-End Optimize Model</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/e2e_opt_model.py</span></code>)</p></td>
-<td><p>00:00.624</p></td>
+<td><p>00:00.647</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="how_to/tutorials/cross_compilation_and_rpc.html#sphx-glr-how-to-tutorials-cross-compilation-and-rpc-py"><span
 class="std std-ref">Cross Compilation and RPC</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/cross_compilation_and_rpc.py</span></code>)</p></td>
@@ -660,27 +660,27 @@ $(document).ready( function () {
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="deep_dive/tensor_ir/tutorials/tir_transformation.html#sphx-glr-deep-dive-tensor-ir-tutorials-tir-transformation-py"><span
 class="std std-ref">Transformation</span></a> (<code class="docutils literal 
notranslate"><span 
class="pre">../deep_dive/tensor_ir/tutorials/tir_transformation.py</span></code>)</p></td>
-<td><p>00:00.381</p></td>
+<td><p>00:00.376</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="how_to/tutorials/customize_opt.html#sphx-glr-how-to-tutorials-customize-opt-py"><span
 class="std std-ref">Customize Optimization</span></a> (<code class="docutils 
literal notranslate"><span 
class="pre">../how_to/tutorials/customize_opt.py</span></code>)</p></td>
-<td><p>00:00.340</p></td>
+<td><p>00:00.336</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="deep_dive/tensor_ir/tutorials/tir_creation.html#sphx-glr-deep-dive-tensor-ir-tutorials-tir-creation-py"><span
 class="std std-ref">TensorIR Creation</span></a> (<code class="docutils 
literal notranslate"><span 
class="pre">../deep_dive/tensor_ir/tutorials/tir_creation.py</span></code>)</p></td>
-<td><p>00:00.335</p></td>
+<td><p>00:00.332</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="get_started/tutorials/quick_start.html#sphx-glr-get-started-tutorials-quick-start-py"><span
 class="std std-ref">Quick Start</span></a> (<code class="docutils literal 
notranslate"><span 
class="pre">../get_started/tutorials/quick_start.py</span></code>)</p></td>
-<td><p>00:00.233</p></td>
+<td><p>00:00.232</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="deep_dive/relax/tutorials/relax_creation.html#sphx-glr-deep-dive-relax-tutorials-relax-creation-py"><span
 class="std std-ref">Relax Creation</span></a> (<code class="docutils literal 
notranslate"><span 
class="pre">../deep_dive/relax/tutorials/relax_creation.py</span></code>)</p></td>
-<td><p>00:00.172</p></td>
+<td><p>00:00.169</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="deep_dive/tensor_ir/tutorials/dlight_gpu_scheduling.html#sphx-glr-deep-dive-tensor-ir-tutorials-dlight-gpu-scheduling-py"><span
 class="std std-ref">DLight: Rule-Based GPU Scheduling</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../deep_dive/tensor_ir/tutorials/dlight_gpu_scheduling.py</span></code>)</p></td>
-<td><p>00:00.168</p></td>
+<td><p>00:00.162</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="how_to/tutorials/bring_your_own_codegen.html#sphx-glr-how-to-tutorials-bring-your-own-codegen-py"><span
 class="std std-ref">Bring Your Own Codegen</span></a> (<code class="docutils 
literal notranslate"><span 
class="pre">../how_to/tutorials/bring_your_own_codegen.py</span></code>)</p></td>
@@ -688,7 +688,7 @@ $(document).ready( function () {
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="deep_dive/relax/tutorials/relax_transformation.html#sphx-glr-deep-dive-relax-tutorials-relax-transformation-py"><span
 class="std std-ref">Transformation</span></a> (<code class="docutils literal 
notranslate"><span 
class="pre">../deep_dive/relax/tutorials/relax_transformation.py</span></code>)</p></td>
-<td><p>00:00.063</p></td>
+<td><p>00:00.062</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="deep_dive/tensor_ir/tutorials/meta_schedule.html#sphx-glr-deep-dive-tensor-ir-tutorials-meta-schedule-py"><span
 class="std std-ref">MetaSchedule: Search-Based Auto-Tuning</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../deep_dive/tensor_ir/tutorials/meta_schedule.py</span></code>)</p></td>
@@ -696,7 +696,7 @@ $(document).ready( function () {
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-even"><td><p><a class="reference internal" 
href="how_to/tutorials/mix_python_and_tvm_with_pymodule.html#sphx-glr-how-to-tutorials-mix-python-and-tvm-with-pymodule-py"><span
 class="std std-ref">Mix Python/PyTorch with TVM Using BasePyModule</span></a> 
(<code class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/mix_python_and_tvm_with_pymodule.py</span></code>)</p></td>
-<td><p>00:00.004</p></td>
+<td><p>00:00.005</p></td>
 <td><p>0.0</p></td>
 </tr>
 <tr class="row-odd"><td><p><a class="reference internal" 
href="how_to/tutorials/export_and_load_executable.html#sphx-glr-how-to-tutorials-export-and-load-executable-py"><span
 class="std std-ref">Export and Load Relax Executables</span></a> (<code 
class="docutils literal notranslate"><span 
class="pre">../how_to/tutorials/export_and_load_executable.py</span></code>)</p></td>

Reply via email to