cbalint13 commented on code in PR #18087: URL: https://github.com/apache/tvm/pull/18087#discussion_r2163143363
########## python/tvm/tir/tensor_intrin/__init__.py: ########## @@ -16,4 +16,8 @@ # under the License. # pylint: disable=unused-import """Intrinsics for tensorization.""" -from . import arm_cpu, cuda, rocm, x86, hexagon +import tvm Review Comment: One more small nit, Let's relax a bit the dependency in this hotpath with: ```from tvm.runtime import enable``` Like here (tir init): https://github.com/apache/tvm/blob/main/python/tvm/tir/__init__.py#L20 -- 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]
