You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/12/14 16:50:45 UTC

[GitHub] [tvm] tkonolige commented on a change in pull request #7099: [WIP][CUDA] Parallel Cuda Mergesort

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:
users@infra.apache.org