Lunderberg commented on code in PR #17145:
URL: https://github.com/apache/tvm/pull/17145#discussion_r1704138623
##########
python/tvm/relax/transform/__init__.py:
##########
@@ -84,14 +85,13 @@
function_pass,
)
+from .attach_external_modules import AttachExternModules
+from .fast_math import FastMathTransform
from .ipc_allreduce_rewrite import IPCAllReduceRewrite
from .lazy_transform_params import LazyTransformParams
from .lower_gpu_ipc_alloc_storage import LowerGPUIPCAllocStorage
from .optimize_layout_transform import OptimizeLayoutTransform
from .remove_redundant_reshape import RemoveRedundantReshape
-from .fast_math import FastMathTransform
-from .fuse_transpose_matmul import FuseTransposeMatmul
Review Comment:
Looks like the import of `FuseTransposeMatmul` was dropped when sorting the
imports. The last failing unit test is caused by the dropped import.
--
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]