guan404ming opened a new pull request, #18762: URL: https://github.com/apache/tvm/pull/18762
## Why The SymbolicMatcher class was defined inline in fuse_tir.cc. To move it under the TIR folder for better reusability. ## How - Extract `SymbolicMatcher` into a standalone header at `src/tir/analysis/symbolic_matcher.h` - Replace inline definition in fuse_tir.cc with an include of the new header -- 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]
