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 1274d25e7a4 deploying docs
(apache/tvm@1d02ac3f2c305f9d5b83fb7094492cdd65dad8cc)
1274d25e7a4 is described below
commit 1274d25e7a403fc2294009bd3f9df82be1c3f727
Author: tvm-bot <[email protected]>
AuthorDate: Sun Apr 12 16:45:15 2026 +0000
deploying docs (apache/tvm@1d02ac3f2c305f9d5b83fb7094492cdd65dad8cc)
---
.../import_model.zip | Bin 35138 -> 35138 bytes
.../dlight_gpu_scheduling.zip | Bin 26311 -> 26311 bytes
.../11c11e53c7dace51a8be968ee169ed0d/ir_module.zip | Bin 23790 -> 23790 bytes
.../tir_transformation.zip | Bin 15899 -> 15899 bytes
.../meta_schedule.zip | Bin 24239 -> 24239 bytes
.../mix_python_and_tvm_with_pymodule.zip | Bin 39005 -> 39005 bytes
.../relax_creation.zip | Bin 22420 -> 22420 bytes
.../relax_transformation.zip | Bin 11480 -> 11480 bytes
.../optimize_llm.zip | Bin 54112 -> 54112 bytes
.../e2e_opt_model.zip | Bin 14501 -> 14501 bytes
.../quick_start.zip | Bin 16252 -> 16252 bytes
.../export_and_load_executable.zip | Bin 31488 -> 31488 bytes
.../tir_creation.zip | Bin 24415 -> 24415 bytes
.../cross_compilation_and_rpc.zip | Bin 49373 -> 49373 bytes
.../customize_opt.zip | Bin 20544 -> 20544 bytes
.../relax/tutorials/sg_execution_times.rst.txt | 4 ++--
.../tensor_ir/tutorials/sg_execution_times.rst.txt | 10 ++++----
.../tensor_ir/tutorials/tir_creation.rst.txt | 20 ++++++++--------
.../tensor_ir/tutorials/tir_transformation.rst.txt | 6 ++---
.../get_started/tutorials/ir_module.rst.txt | 8 +++----
.../get_started/tutorials/quick_start.rst.txt | 4 ++--
.../tutorials/sg_execution_times.rst.txt | 6 ++---
.../tutorials/cross_compilation_and_rpc.rst.txt | 6 ++---
.../how_to/tutorials/customize_opt.rst.txt | 4 ++--
.../how_to/tutorials/e2e_opt_model.rst.txt | 2 +-
.../how_to/tutorials/sg_execution_times.rst.txt | 12 +++++-----
docs/_sources/sg_execution_times.rst.txt | 26 ++++++++++-----------
.../relax/tutorials/sg_execution_times.html | 4 ++--
.../tensor_ir/tutorials/sg_execution_times.html | 10 ++++----
.../tensor_ir/tutorials/tir_creation.html | 20 ++++++++--------
.../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/customize_opt.html | 4 ++--
docs/how_to/tutorials/e2e_opt_model.html | 4 ++--
docs/how_to/tutorials/sg_execution_times.html | 12 +++++-----
docs/reference/api/python/relax/op.html | 2 +-
docs/searchindex.js | 2 +-
docs/sg_execution_times.html | 26 ++++++++++-----------
41 files changed, 111 insertions(+), 111 deletions(-)
diff --git a/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip
b/docs/_downloads/050dda7aeddba33e083ae36606d3270f/import_model.zip
index 0e2a71c3e45..1940af215ee 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 9c33cc95ab3..c4380a9f8d7 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 5aa6303e8ef..ea64f8878d2 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 9bd59866fc1..dc3d5dcf3b9 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 cfaaa8fb824..2cae848bb57 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 d294dfb6fed..fb3715cbc48 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 478c11b24eb..e33e9440960 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 0ac47a8eb2e..6f2947afe30 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 5e0ee480cb3..cfea1ff9a05 100644
Binary files
a/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip and
b/docs/_downloads/83e85f38cf16f1d926d06615fd54095c/optimize_llm.zip differ
diff --git a/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip
b/docs/_downloads/a7dd7652b2ad50f82d7b739ce3645799/e2e_opt_model.zip
index c73302500dc..e36ab2b2328 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 410c65fe488..3c5813f2bad 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 9b0414c3ace..7469c64fa31 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 85775df27d1..98b46437728 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 c2000b16e73..8d3355c5c40 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 ff9928fe109..b0276721ca9 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.txt
b/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst.txt
index f8d77bf8469..d3552f03c98 100644
--- a/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/deep_dive/relax/tutorials/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.173** total execution time for 2 files **from
deep_dive/relax/tutorials**:
+**00:00.172** total execution time for 2 files **from
deep_dive/relax/tutorials**:
.. container::
@@ -36,5 +36,5 @@ Computation times
- 00:00.119
- 0.0
* - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_transformation.py`
(``relax_transformation.py``)
- - 00:00.055
+ - 00:00.054
- 0.0
diff --git
a/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst.txt
b/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst.txt
index c343e8c856a..bd73b86218d 100644
--- a/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/deep_dive/tensor_ir/tutorials/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.595** total execution time for 4 files **from
deep_dive/tensor_ir/tutorials**:
+**00:00.586** total execution time for 4 files **from
deep_dive/tensor_ir/tutorials**:
.. container::
@@ -33,14 +33,14 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_transformation.py`
(``tir_transformation.py``)
- - 00:00.278
+ - 00:00.271
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_creation.py`
(``tir_creation.py``)
- - 00:00.187
+ - 00:00.189
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_dlight_gpu_scheduling.py`
(``dlight_gpu_scheduling.py``)
- - 00:00.122
+ - 00:00.119
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_meta_schedule.py`
(``meta_schedule.py``)
- - 00:00.008
+ - 00:00.007
- 0.0
diff --git a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_creation.rst.txt
b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_creation.rst.txt
index e4f285461c9..16249d2ef74 100644
--- a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_creation.rst.txt
+++ b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_creation.rst.txt
@@ -319,17 +319,17 @@ Now let's check the runtime dynamic shape inference:
.. code-block:: none
- [[1.2438725 1.9432129 0.6632683 1.2282746 ]
- [0.60062367 1.1580129 0.27592012 0.67124045]
- [0.7000299 1.1988455 0.3026581 0.70345044]
- [1.0502701 1.6368397 0.44167078 0.57001114]]
- [[30.675829 32.6281 30.90422 ... 29.685635 33.114353 29.91022 ]
- [31.092106 33.599182 31.44502 ... 29.019693 31.788149 32.110172]
- [29.84374 31.290873 30.066893 ... 26.954483 28.287268 29.896772]
+ [[0.5189943 1.2510369 1.1625305 0.40532786]
+ [0.1670044 0.9930095 1.2639847 1.0527817 ]
+ [0.5730432 1.2839355 1.9521911 0.6381895 ]
+ [0.15267012 0.77312213 0.95940673 1.0426348 ]]
+ [[33.65212 29.746014 30.70454 ... 32.062748 34.93303 31.589 ]
+ [30.221941 28.609896 29.369705 ... 29.290619 32.01237 29.619535]
+ [32.60906 30.204214 28.60223 ... 31.20751 36.060696 29.834688]
...
- [31.91937 33.520237 33.626884 ... 32.095707 33.06693 31.955124]
- [31.781122 29.92902 29.637398 ... 27.625025 32.056915 30.23288 ]
- [28.462658 32.26634 28.579247 ... 28.065926 30.820406 31.345564]]
+ [33.310837 30.082563 29.89393 ... 31.901213 32.85467 30.919662]
+ [35.353825 31.012207 32.620335 ... 34.14856 36.066753 32.381092]
+ [34.17495 30.63461 32.46317 ... 35.15197 38.512608 34.98919 ]]
diff --git
a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst.txt
b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst.txt
index 19722518afc..e5a6eead663 100644
--- a/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst.txt
+++ b/docs/_sources/deep_dive/tensor_ir/tutorials/tir_transformation.rst.txt
@@ -120,7 +120,7 @@ original implementation.
Execution time summary:
mean (ms) median (ms) max (ms) min (ms) std (ms)
- 2.7791 2.7791 2.7791 2.7791 0.0000
+ 2.5271 2.5271 2.5271 2.5271 0.0000
@@ -292,7 +292,7 @@ action involves reordering these two loops.
Execution time summary:
mean (ms) median (ms) max (ms) min (ms) std (ms)
- 0.8628 0.8628 0.8628 0.8628 0.0000
+ 0.8582 0.8582 0.8582 0.8582 0.0000
@@ -420,7 +420,7 @@ from the reduction update via the **decompose_reduction**
primitive.
Execution time summary:
mean (ms) median (ms) max (ms) min (ms) std (ms)
- 0.3520 0.3520 0.3520 0.3520 0.0000
+ 0.3483 0.3483 0.3483 0.3483 0.0000
diff --git a/docs/_sources/get_started/tutorials/ir_module.rst.txt
b/docs/_sources/get_started/tutorials/ir_module.rst.txt
index 865936b2ff4..cddaf52294d 100644
--- a/docs/_sources/get_started/tutorials/ir_module.rst.txt
+++ b/docs/_sources/get_started/tutorials/ir_module.rst.txt
@@ -694,8 +694,8 @@ We can deploy the IRModule on CPU by specifying the target
as ``llvm``.
.. code-block:: none
- [[ 0.15070814 -0.20382546 -0.29853627 0.0428304 -0.30468827 -0.42609757
- 0.03731502 -0.11120468 0.1418832 0.03578197]]
+ [[ 0.01961032 -0.03147651 -0.23355286 -0.01214239 0.24774478 -0.12740147
+ -0.11574598 -0.01808685 0.14807625 -0.1809424 ]]
@@ -761,8 +761,8 @@ Now we can compile the IRModule on GPU, the similar way as
we did on CPU.
.. code-block:: none
- [[ 0.15070805 -0.2038255 -0.29853615 0.04283039 -0.3046884 -0.42609775
- 0.03731501 -0.11120462 0.1418831 0.03578202]]
+ [[ 0.01961028 -0.03147651 -0.23355289 -0.01214243 0.24774478 -0.12740153
+ -0.11574599 -0.01808687 0.14807618 -0.18094237]]
diff --git a/docs/_sources/get_started/tutorials/quick_start.rst.txt
b/docs/_sources/get_started/tutorials/quick_start.rst.txt
index 95c4062d3cb..ac4fe3a986c 100644
--- a/docs/_sources/get_started/tutorials/quick_start.rst.txt
+++ b/docs/_sources/get_started/tutorials/quick_start.rst.txt
@@ -224,8 +224,8 @@ different devices.
.. code-block:: none
- [[23464.594 24789.715 26174.791 24646.37 27081.16 24185.557 24926.725
- 27036.854 24774.389 24428.158]]
+ [[24789.996 23744.883 25386.096 26129.26 24886.938 23443.09 24740.998
+ 26246.469 25500.484 22042.605]]
diff --git a/docs/_sources/get_started/tutorials/sg_execution_times.rst.txt
b/docs/_sources/get_started/tutorials/sg_execution_times.rst.txt
index 280ddebba79..c1921b1c6b4 100644
--- a/docs/_sources/get_started/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/get_started/tutorials/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:10.092** total execution time for 2 files **from get_started/tutorials**:
+**00:07.025** 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:09.927
+ - 00:06.870
- 0.0
* - :ref:`sphx_glr_get_started_tutorials_quick_start.py`
(``quick_start.py``)
- - 00:00.165
+ - 00:00.155
- 0.0
diff --git a/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst.txt
b/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst.txt
index 0a2bd849274..350ea0dfbf4 100644
--- a/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst.txt
+++ b/docs/_sources/how_to/tutorials/cross_compilation_and_rpc.rst.txt
@@ -268,7 +268,7 @@ device and returns the measured cost. Network overhead is
excluded.
.. code-block:: none
- 9.6e-08 secs/op
+ 9.31e-08 secs/op
@@ -670,8 +670,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/tmp53vid5ov/model_deployed.so
- Saved parameters to: /tmp/tmp53vid5ov/model_params.npz
+ Exported library to: /tmp/tmp470t_1n7/model_deployed.so
+ Saved parameters to: /tmp/tmp470t_1n7/model_params.npz
RPC workflow (works for any remote device):
==================================================
diff --git a/docs/_sources/how_to/tutorials/customize_opt.rst.txt
b/docs/_sources/how_to/tutorials/customize_opt.rst.txt
index 8312a6a3186..a4b6b48c652 100644
--- a/docs/_sources/how_to/tutorials/customize_opt.rst.txt
+++ b/docs/_sources/how_to/tutorials/customize_opt.rst.txt
@@ -425,8 +425,8 @@ We can build and deploy the optimized model to the TVM
runtime.
.. code-block:: none
- [[25478.719 26467.188 25190.48 26582.566 27045.227 26572.035 25093.41
- 24287.918 25435.168 24550.754]]
+ [[25473.844 26363.736 25883.82 25921.082 26886.01 27730.848 26460.025
+ 25727.826 26213.799 25444.736]]
diff --git a/docs/_sources/how_to/tutorials/e2e_opt_model.rst.txt
b/docs/_sources/how_to/tutorials/e2e_opt_model.rst.txt
index a45d9183fa6..1d1a4e47707 100644
--- a/docs/_sources/how_to/tutorials/e2e_opt_model.rst.txt
+++ b/docs/_sources/how_to/tutorials/e2e_opt_model.rst.txt
@@ -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] 65%|██████▌ |
29.1M/44.7M [00:00<00:00, 305MB/s] 100%|██████████| 44.7M/44.7M
[00:00<00:00, 329MB/s]
+ 0%| | 0.00/44.7M [00:00<?, ?B/s] 65%|██████▍ |
29.0M/44.7M [00:00<00:00, 304MB/s] 100%|██████████| 44.7M/44.7M
[00:00<00:00, 327MB/s]
diff --git a/docs/_sources/how_to/tutorials/sg_execution_times.rst.txt
b/docs/_sources/how_to/tutorials/sg_execution_times.rst.txt
index 2a5d48a0425..58d3b350073 100644
--- a/docs/_sources/how_to/tutorials/sg_execution_times.rst.txt
+++ b/docs/_sources/how_to/tutorials/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:21.819** total execution time for 7 files **from how_to/tutorials**:
+**00:14.880** total execution time for 7 files **from how_to/tutorials**:
.. container::
@@ -33,19 +33,19 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_how_to_tutorials_optimize_llm.py` (``optimize_llm.py``)
- - 00:10.180
+ - 00:09.973
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_import_model.py` (``import_model.py``)
- - 00:09.710
+ - 00:03.325
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_e2e_opt_model.py` (``e2e_opt_model.py``)
- - 00:00.815
+ - 00:00.565
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_customize_opt.py` (``customize_opt.py``)
- - 00:00.611
+ - 00:00.531
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_cross_compilation_and_rpc.py`
(``cross_compilation_and_rpc.py``)
- - 00:00.496
+ - 00:00.480
- 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
diff --git a/docs/_sources/sg_execution_times.rst.txt
b/docs/_sources/sg_execution_times.rst.txt
index e193d13ac82..3e00352b46f 100644
--- a/docs/_sources/sg_execution_times.rst.txt
+++ b/docs/_sources/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:32.679** total execution time for 15 files **from all galleries**:
+**00:22.664** total execution time for 15 files **from all galleries**:
.. container::
@@ -33,43 +33,43 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_how_to_tutorials_optimize_llm.py`
(``../how_to/tutorials/optimize_llm.py``)
- - 00:10.180
+ - 00:09.973
- 0.0
* - :ref:`sphx_glr_get_started_tutorials_ir_module.py`
(``../get_started/tutorials/ir_module.py``)
- - 00:09.927
+ - 00:06.870
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_import_model.py`
(``../how_to/tutorials/import_model.py``)
- - 00:09.710
+ - 00:03.325
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_e2e_opt_model.py`
(``../how_to/tutorials/e2e_opt_model.py``)
- - 00:00.815
+ - 00:00.565
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_customize_opt.py`
(``../how_to/tutorials/customize_opt.py``)
- - 00:00.611
+ - 00:00.531
- 0.0
* - :ref:`sphx_glr_how_to_tutorials_cross_compilation_and_rpc.py`
(``../how_to/tutorials/cross_compilation_and_rpc.py``)
- - 00:00.496
+ - 00:00.480
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_transformation.py`
(``../deep_dive/tensor_ir/tutorials/tir_transformation.py``)
- - 00:00.278
+ - 00:00.271
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_tir_creation.py`
(``../deep_dive/tensor_ir/tutorials/tir_creation.py``)
- - 00:00.187
+ - 00:00.189
- 0.0
* - :ref:`sphx_glr_get_started_tutorials_quick_start.py`
(``../get_started/tutorials/quick_start.py``)
- - 00:00.165
+ - 00:00.155
- 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.122
+ - 00:00.119
- 0.0
* - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_creation.py`
(``../deep_dive/relax/tutorials/relax_creation.py``)
- 00:00.119
- 0.0
* - :ref:`sphx_glr_deep_dive_relax_tutorials_relax_transformation.py`
(``../deep_dive/relax/tutorials/relax_transformation.py``)
- - 00:00.055
+ - 00:00.054
- 0.0
* - :ref:`sphx_glr_deep_dive_tensor_ir_tutorials_meta_schedule.py`
(``../deep_dive/tensor_ir/tutorials/meta_schedule.py``)
- - 00:00.008
+ - 00:00.007
- 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
diff --git a/docs/deep_dive/relax/tutorials/sg_execution_times.html
b/docs/deep_dive/relax/tutorials/sg_execution_times.html
index fa47e689285..7f94a4467c9 100644
--- a/docs/deep_dive/relax/tutorials/sg_execution_times.html
+++ b/docs/deep_dive/relax/tutorials/sg_execution_times.html
@@ -295,7 +295,7 @@
<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.173</strong> total execution time for 2 files <strong>from
deep_dive/relax/tutorials</strong>:</p>
+<p><strong>00:00.172</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" />
@@ -321,7 +321,7 @@ $(document).ready( function () {
<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.055</p></td>
+<td><p>00:00.054</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 e35952e3549..b644d2dcb19 100644
--- a/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html
+++ b/docs/deep_dive/tensor_ir/tutorials/sg_execution_times.html
@@ -295,7 +295,7 @@
<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.595</strong> total execution time for 4 files <strong>from
deep_dive/tensor_ir/tutorials</strong>:</p>
+<p><strong>00:00.586</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" />
@@ -317,19 +317,19 @@ $(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.278</p></td>
+<td><p>00:00.271</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.187</p></td>
+<td><p>00:00.189</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.122</p></td>
+<td><p>00:00.119</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>
-<td><p>00:00.008</p></td>
+<td><p>00:00.007</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
diff --git a/docs/deep_dive/tensor_ir/tutorials/tir_creation.html
b/docs/deep_dive/tensor_ir/tutorials/tir_creation.html
index 6f41cf82076..4120746eb39 100644
--- a/docs/deep_dive/tensor_ir/tutorials/tir_creation.html
+++ b/docs/deep_dive/tensor_ir/tutorials/tir_creation.html
@@ -491,17 +491,17 @@ be used to ascertain the shape and data type of a
TensorIR.</p>
<span class="nb">print</span><span class="p">(</span><span
class="n">evaluate_dynamic_shape</span><span class="p">(</span><span
class="n">dyn_shape_lib</span><span class="p">,</span> <span
class="n">m</span><span class="o">=</span><span class="mi">64</span><span
class="p">,</span> <span class="n">n</span><span class="o">=</span><span
class="mi">64</span><span class="p">,</span> <a
href="../../../reference/api/python/tirx/tirx.html#tvm.tirx.IterVar"
title="tvm.tirx.IterVar" class="sphx-gl [...]
</pre></div>
</div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[1.2438725 1.9432129 0.6632683
1.2282746 ]
- [0.60062367 1.1580129 0.27592012 0.67124045]
- [0.7000299 1.1988455 0.3026581 0.70345044]
- [1.0502701 1.6368397 0.44167078 0.57001114]]
-[[30.675829 32.6281 30.90422 ... 29.685635 33.114353 29.91022 ]
- [31.092106 33.599182 31.44502 ... 29.019693 31.788149 32.110172]
- [29.84374 31.290873 30.066893 ... 26.954483 28.287268 29.896772]
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[0.5189943 1.2510369 1.1625305
0.40532786]
+ [0.1670044 0.9930095 1.2639847 1.0527817 ]
+ [0.5730432 1.2839355 1.9521911 0.6381895 ]
+ [0.15267012 0.77312213 0.95940673 1.0426348 ]]
+[[33.65212 29.746014 30.70454 ... 32.062748 34.93303 31.589 ]
+ [30.221941 28.609896 29.369705 ... 29.290619 32.01237 29.619535]
+ [32.60906 30.204214 28.60223 ... 31.20751 36.060696 29.834688]
...
- [31.91937 33.520237 33.626884 ... 32.095707 33.06693 31.955124]
- [31.781122 29.92902 29.637398 ... 27.625025 32.056915 30.23288 ]
- [28.462658 32.26634 28.579247 ... 28.065926 30.820406 31.345564]]
+ [33.310837 30.082563 29.89393 ... 31.901213 32.85467 30.919662]
+ [35.353825 31.012207 32.620335 ... 34.14856 36.066753 32.381092]
+ [34.17495 30.63461 32.46317 ... 35.15197 38.512608 34.98919 ]]
</pre></div>
</div>
</section>
diff --git a/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
b/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
index b80cf8081a7..41778ccabb0 100644
--- a/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
+++ b/docs/deep_dive/tensor_ir/tutorials/tir_transformation.html
@@ -372,7 +372,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.7791 2.7791 2.7791 2.7791 0.0000
+ 2.5271 2.5271 2.5271 2.5271 0.0000
</pre></div>
</div>
<section id="initialization-schedule">
@@ -468,7 +468,7 @@ class Module:
Execution time summary:
mean (ms) median (ms) max (ms) min (ms) std (ms)
- 0.8628 0.8628 0.8628 0.8628 0.0000
+ 0.8582 0.8582 0.8582 0.8582 0.0000
</pre></div>
</div>
</section>
@@ -562,7 +562,7 @@ class Module:
Execution time summary:
mean (ms) median (ms) max (ms) min (ms) std (ms)
- 0.3520 0.3520 0.3520 0.3520 0.0000
+ 0.3483 0.3483 0.3483 0.3483 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 049697702af..da96c70e65e 100644
--- a/docs/get_started/tutorials/ir_module.html
+++ b/docs/get_started/tutorials/ir_module.html
@@ -815,8 +815,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.15070814 -0.20382546 -0.29853627
0.0428304 -0.30468827 -0.42609757
- 0.03731502 -0.11120468 0.1418832 0.03578197]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[ 0.01961032 -0.03147651 -0.23355286
-0.01214239 0.24774478 -0.12740147
+ -0.11574598 -0.01808685 0.14807625 -0.1809424 ]]
</pre></div>
</div>
</section>
@@ -850,8 +850,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.15070805 -0.2038255 -0.29853615
0.04283039 -0.3046884 -0.42609775
- 0.03731501 -0.11120462 0.1418831 0.03578202]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[ 0.01961028 -0.03147651 -0.23355289
-0.01214243 0.24774478 -0.12740153
+ -0.11574599 -0.01808687 0.14807618 -0.18094237]]
</pre></div>
</div>
</section>
diff --git a/docs/get_started/tutorials/quick_start.html
b/docs/get_started/tutorials/quick_start.html
index 76d9d85e96f..b55053f8e9f 100644
--- a/docs/get_started/tutorials/quick_start.html
+++ b/docs/get_started/tutorials/quick_start.html
@@ -458,8 +458,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">"forward"</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>[[23464.594 24789.715 26174.791 24646.37
27081.16 24185.557 24926.725
- 27036.854 24774.389 24428.158]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[24789.996 23744.883 25386.096 26129.26
24886.938 23443.09 24740.998
+ 26246.469 25500.484 22042.605]]
</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 e1d72076964..9717749711b 100644
--- a/docs/get_started/tutorials/sg_execution_times.html
+++ b/docs/get_started/tutorials/sg_execution_times.html
@@ -295,7 +295,7 @@
<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:10.092</strong> total execution time for 2 files <strong>from
get_started/tutorials</strong>:</p>
+<p><strong>00:07.025</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" />
@@ -317,11 +317,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:09.927</p></td>
+<td><p>00:06.870</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.165</p></td>
+<td><p>00:00.155</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 dc111dd2e17..9f7229dd8e9 100644
--- a/docs/how_to/tutorials/cross_compilation_and_rpc.html
+++ b/docs/how_to/tutorials/cross_compilation_and_rpc.html
@@ -475,7 +475,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">"</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"</span><span
class="p">)</span>
</pre></div>
</div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>9.6e-08 secs/op
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>9.31e-08 secs/op
</pre></div>
</div>
</section>
@@ -843,8 +843,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/tmp53vid5ov/model_deployed.so
-Saved parameters to: /tmp/tmp53vid5ov/model_params.npz
+Exported library to: /tmp/tmp470t_1n7/model_deployed.so
+Saved parameters to: /tmp/tmp470t_1n7/model_params.npz
RPC workflow (works for any remote device):
==================================================
diff --git a/docs/how_to/tutorials/customize_opt.html
b/docs/how_to/tutorials/customize_opt.html
index c10303ec2e2..d6f598044f2 100644
--- a/docs/how_to/tutorials/customize_opt.html
+++ b/docs/how_to/tutorials/customize_opt.html
@@ -618,8 +618,8 @@ pushing the performance to the limit. The current
optimization may not be the be
<span class="nb">print</span><span class="p">(</span><span
class="n">gpu_out</span><span class="p">)</span>
</pre></div>
</div>
-<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[25478.719 26467.188 25190.48 26582.566
27045.227 26572.035 25093.41
- 24287.918 25435.168 24550.754]]
+<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>[[25473.844 26363.736 25883.82 25921.082
26886.01 27730.848 26460.025
+ 25727.826 26213.799 25444.736]]
</pre></div>
</div>
</section>
diff --git a/docs/how_to/tutorials/e2e_opt_model.html
b/docs/how_to/tutorials/e2e_opt_model.html
index a668780205b..b6bdd600196 100644
--- a/docs/how_to/tutorials/e2e_opt_model.html
+++ b/docs/how_to/tutorials/e2e_opt_model.html
@@ -330,8 +330,8 @@ PyTorch.</p>
<div class="sphx-glr-script-out highlight-none notranslate"><div
class="highlight"><pre><span></span>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]
- 65%|██████▌ | 29.1M/44.7M [00:00<00:00, 305MB/s]
-100%|██████████| 44.7M/44.7M [00:00<00:00, 329MB/s]
+ 65%|██████▍ | 29.0M/44.7M [00:00<00:00, 304MB/s]
+100%|██████████| 44.7M/44.7M [00:00<00:00, 327MB/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 c6df45a9772..897ee60d169 100644
--- a/docs/how_to/tutorials/sg_execution_times.html
+++ b/docs/how_to/tutorials/sg_execution_times.html
@@ -295,7 +295,7 @@
<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:21.819</strong> total execution time for 7 files <strong>from
how_to/tutorials</strong>:</p>
+<p><strong>00:14.880</strong> total execution time for 7 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" />
@@ -317,23 +317,23 @@ $(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:10.180</p></td>
+<td><p>00:09.973</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:09.710</p></td>
+<td><p>00:03.325</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.815</p></td>
+<td><p>00:00.565</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><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.611</p></td>
+<td><p>00:00.531</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><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>
-<td><p>00:00.496</p></td>
+<td><p>00:00.480</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><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>
diff --git a/docs/reference/api/python/relax/op.html
b/docs/reference/api/python/relax/op.html
index dc3cfd42d6a..ba6f1e094d8 100644
--- a/docs/reference/api/python/relax/op.html
+++ b/docs/reference/api/python/relax/op.html
@@ -2503,7 +2503,7 @@ Defaults to “ij”.</p></li>
<dl class="py function">
<dt class="sig sig-object py" id="tvm.relax.op.layout_transform">
-<span class="sig-prename descclassname"><span
class="pre">tvm.relax.op.</span></span><span class="sig-name descname"><span
class="pre">layout_transform</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span class="pre">x</span></span><span
class="p"><span class="pre">:</span></span><span class="w"> </span><span
class="n"><a class="reference internal" href="../ir.html#tvm.ir.RelaxExpr"
title="tvm.ir.expr.RelaxExpr"><span class="pre">RelaxExpr</span></a></ [...]
+<span class="sig-prename descclassname"><span
class="pre">tvm.relax.op.</span></span><span class="sig-name descname"><span
class="pre">layout_transform</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span class="pre">x</span></span><span
class="p"><span class="pre">:</span></span><span class="w"> </span><span
class="n"><a class="reference internal" href="../ir.html#tvm.ir.RelaxExpr"
title="tvm.ir.expr.RelaxExpr"><span class="pre">RelaxExpr</span></a></ [...]
<dd><p>Modifies the layout of a tensor.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
diff --git a/docs/searchindex.js b/docs/searchindex.js
index c47fb3f3782..1ca9656c097 100644
--- a/docs/searchindex.js
+++ b/docs/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Cross Compile TVM Runtime": [[46,
"cross-compile-tvm-runtime"]], "1. The lack of numpy on device machine caused
the RPC server can\u2019t be launched.": [[46,
"the-lack-of-numpy-on-device-machine-caused-the-rpc-server-can-t-be-launched"]],
"2. Pack and Deploy to Device Machine": [[46,
"pack-and-deploy-to-device-machine"]], "2. The lack of cloudpickle on device
machine caused the RPC server can\u2019t be launched.": [[46,
"the-lack-of-cloudpickle-on-devi [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Cross Compile TVM Runtime": [[46,
"cross-compile-tvm-runtime"]], "1. The lack of numpy on device machine caused
the RPC server can\u2019t be launched.": [[46,
"the-lack-of-numpy-on-device-machine-caused-the-rpc-server-can-t-be-launched"]],
"2. Pack and Deploy to Device Machine": [[46,
"pack-and-deploy-to-device-machine"]], "2. The lack of cloudpickle on device
machine caused the RPC server can\u2019t be launched.": [[46,
"the-lack-of-cloudpickle-on-devi [...]
\ No newline at end of file
diff --git a/docs/sg_execution_times.html b/docs/sg_execution_times.html
index 86263b2b21e..339056e7951 100644
--- a/docs/sg_execution_times.html
+++ b/docs/sg_execution_times.html
@@ -295,7 +295,7 @@
<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:32.679</strong> total execution time for 15 files <strong>from
all galleries</strong>:</p>
+<p><strong>00:22.664</strong> total execution time for 15 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" />
@@ -317,43 +317,43 @@ $(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:10.180</p></td>
+<td><p>00:09.973</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:09.927</p></td>
+<td><p>00:06.870</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:09.710</p></td>
+<td><p>00:03.325</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.815</p></td>
+<td><p>00:00.565</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.611</p></td>
+<td><p>00:00.531</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><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>
-<td><p>00:00.496</p></td>
+<td><p>00:00.480</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/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.278</p></td>
+<td><p>00:00.271</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.187</p></td>
+<td><p>00:00.189</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.165</p></td>
+<td><p>00:00.155</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/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.122</p></td>
+<td><p>00:00.119</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><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>
@@ -361,11 +361,11 @@ $(document).ready( function () {
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><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.055</p></td>
+<td><p>00:00.054</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/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>
-<td><p>00:00.008</p></td>
+<td><p>00:00.007</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><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>