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



##########
File path: python/tvm/topi/cuda/sort.py
##########
@@ -316,6 +316,89 @@ def argsort_nms_thrust(data, valid_count, axis=-1, 
is_ascend=1, dtype="float32")
     return out[1]
 
 
+def sort(data, axis=-1, is_ascend=1):
+    """Performs sorting along the given axis and returns an array of
+    sorted values with teh same shape as the input data.

Review comment:
       typo teh




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