guan404ming opened a new pull request, #18650:
URL: https://github.com/apache/tvm/pull/18650

   ## Why
   
   The SymbolicMatcher class was previously embedded in 
src/relax/transform/fuse_tir.cc, making it unavailable for use by other TIR 
passes. A TODO comment indicated it should be moved to the tir folder for 
better organization and reusability.
   
   ## How
   
   Created new files `src/tir/analysis/symbolic_matcher.h` and 
`src/tir/analysis/symbolic_matcher.cc` to house the SymbolicMatcher class
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to