mbrookhart commented on a change in pull request #7611:
URL: https://github.com/apache/tvm/pull/7611#discussion_r590536212



##########
File path: python/tvm/topi/cuda/sort.py
##########
@@ -96,6 +102,102 @@ def _sort_init(ib, shape, axis, keys_in, keys_out, 
values_out=None, value_init_f
     return axis_mul_before, axis_mul_after
 
 
+## TODO(mbrookhart): These are effective optimziation hyperparametrs
+## Perhaps we can autotune?
+block_size = 128
+thread_work = 4
+

Review comment:
       Any tips on how to do it?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to