tkonolige commented on a change in pull request #7099:
URL: https://github.com/apache/tvm/pull/7099#discussion_r542534776
##########
File path: python/tvm/topi/cuda/sort.py
##########
@@ -62,7 +62,9 @@ def traverse(op):
return s
-def sort_ir(data, values_out, axis, is_ascend, indices_out=None):
+def sort_ir(
+ data, values_out, values_out_swap, axis, is_ascend, indices_out=None,
indices_out_swap=None
Review comment:
Could you document `indices_out` and `indices_out_swap`?
----------------------------------------------------------------
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]