masahi commented on a change in pull request #10036:
URL: https://github.com/apache/tvm/pull/10036#discussion_r791077486



##########
File path: python/tvm/contrib/cutlass/build.py
##########
@@ -272,7 +274,13 @@ def handle_conv2d(
 
 
 def tune_cutlass_kernels(
-    mod, sm, use_3xtf32=True, profile_all=True, use_multiprocessing=False, 
tmp_dir="./tmp"
+    mod,
+    sm,
+    use_3xtf32=True,
+    profile_all_alignments=False,
+    profile_all=True,

Review comment:
       yup agree 100% on `profile_all_alignments` vs `profile_all`, and options 
are getting bloated now... 
   
   I was hesitant to rename `profile_all` because it breaks existing code 
(well, my code), but I'm making this change now.




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