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

   TVMScriptPrinter is declared in `include/tvm/script/printer/config.h` and 
its sibling helpers already live under `src/script/printer/`. The 
implementation file's location under `src/ir/` was inherited from an older 
layout and does not match the header.
   
   Pure relocation — no logic change. `CMakeLists.txt` uses an explicit file 
list for `src/script/printer/` (not a glob), so the new path is added there as 
well.
   
   Tested locally: CPU build + `pytest tests/python/tvmscript/` (771 passed, 1 
skipped, 1 xfailed) + `pytest 
tests/python/relax/test_tvmscript_printer_relax.py` (47 passed) + `pytest 
tests/python/relax/distributed/test_distributed_tvmscript_printer.py` (4 
passed) — all pass.


-- 
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