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

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f65047f6b [Relax] Remove TODO comment for moving code in fuse_tir.cc 
(#18762)
1f65047f6b is described below

commit 1f65047f6b0fa366438640bc68a221c5f02e3e14
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Thu Feb 12 12:29:52 2026 +0800

    [Relax] Remove TODO comment for moving code in fuse_tir.cc (#18762)
    
    ## Why
    
    It is only used in one place and relax specific
    
    ## How
    
    - Remove TODO comment for moving code in fuse_tir.cc
    
    Signed-off-by: Guan-Ming Chiu <[email protected]>
---
 src/relax/transform/fuse_tir.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/relax/transform/fuse_tir.cc b/src/relax/transform/fuse_tir.cc
index b33957cc41..8959c4bc94 100644
--- a/src/relax/transform/fuse_tir.cc
+++ b/src/relax/transform/fuse_tir.cc
@@ -32,7 +32,6 @@
 namespace tvm {
 namespace tir {
 
-// TODO(Siyuan): move it to somewhere under tir folder
 /*!
  * \brief Match symbolic vars according to the given PrimExpr, and update the 
var_remap.
  * Will throw errors if there is a mismatch.

Reply via email to