apivovarov commented on code in PR #6978:
URL: https://github.com/apache/tvm/pull/6978#discussion_r895071445
##########
python/tvm/topi/cuda/sort.py:
##########
@@ -408,6 +494,23 @@ def argsort_thrust(data, valid_count=None, axis=-1,
is_ascend=1, dtype="float32"
return out
+def schedule_sort(outs):
+ """Schedule for sort operator.
+
+ Parameters
+ ----------
+ outs: Array of Tensor
+ The computation graph description of argsort
Review Comment:
typo: argsort -> sort
--
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]