junrushao commented on code in PR #15142:
URL: https://github.com/apache/tvm/pull/15142#discussion_r1240644851


##########
tests/python/unittest/test_meta_schedule_schedule_rule_mlt_tc.py:
##########
@@ -211,7 +212,7 @@ def matmul_relu_0(A: T.Buffer((128, 128), "float16"), B: 
T.Buffer((128, 128), "f
     actual = generate_design_space(
         kind="cuda",
         mod=mod,
-        target=tvm.target.Target("cuda"),
+        target=tvm.target.Target("cuda --arch=sm_50"),

Review Comment:
   Let me explain: without an sm version that doesn’t support async pipeline, 
those unittests will fail due to software pipelining. In fact, all those tests 
will fail on my machine locally



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