cyx-6 commented on code in PR #14608:
URL: https://github.com/apache/tvm/pull/14608#discussion_r1164687644


##########
python/tvm/relax/backend/contrib/cutlass.py:
##########
@@ -244,6 +245,14 @@ def attention_patterns():
             "cutlass.attention_bias",
             *make_attention_pattern(with_bias=True),
         ),
+        (
+            "cutlass.stacked_attention",

Review Comment:
   the order matters here. I tried to change the order with stacked attention 
first, however, the original attention matches first.



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