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

driazati pushed a commit to branch driazati-patch-1
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 4cb7d38f309ce742151769d3b0f33fb39ff8b3fe
Author: driazati <9407960+driaz...@users.noreply.github.com>
AuthorDate: Wed Oct 12 16:36:12 2022 -0700

    Update use_pass_infra.py
---
 gallery/how_to/extend_tvm/use_pass_infra.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gallery/how_to/extend_tvm/use_pass_infra.py 
b/gallery/how_to/extend_tvm/use_pass_infra.py
index a41a26fc0b..5e96df65f1 100644
--- a/gallery/how_to/extend_tvm/use_pass_infra.py
+++ b/gallery/how_to/extend_tvm/use_pass_infra.py
@@ -22,7 +22,7 @@ How to Use TVM Pass Infra
 =========================
 **Author**: `Zhi Chen <https://github.com/zhiics>`_
 
-As the number of optimization passes increases in Relay/tir, it becomes 
intractable to
+As the test text please delete number of optimization passes increases in 
Relay/tir, it becomes intractable to
 execute them and maintain their dependencies manually. Therefore, we have
 introduced an infrastructure to manage the optimization passes and make it
 applicable to different layers of the IR in the TVM stack.

Reply via email to