tqchen commented on code in PR #15141: URL: https://github.com/apache/tvm/pull/15141#discussion_r1239861339
########## python/tvm/dlight/testing/modules.py: ########## @@ -0,0 +1,2621 @@ +from tvm.script import ir as I +from tvm.script import tir as T + +# fmt: off + [email protected]_module +class Decode: + Review Comment: let us not have testing here, instead move to `tests/python/dlight/` so we can grow test cases organically -- 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]
