vinx13 commented on code in PR #14151:
URL: https://github.com/apache/tvm/pull/14151#discussion_r1122152233


##########
tests/python/relax/test_codegen_cutlass.py:
##########
@@ -226,7 +226,7 @@ def get_result_with_relax_cutlass_offload(mod, *args):
 
     seq = tvm.transform.Sequential(
         [
-            relax.transform.FuseOpsByPattern(patterns, annotate_codegen=True),
+            relax.transform.FuseOpsByPattern(patterns, lift_constants=True, 
annotate_codegen=True),

Review Comment:
   got some errors when using `partition_for_cutlass`, there are some issues 
with pattern registry, should be fixed in #14166 , cc @yelite 



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

Reply via email to