[GitHub] [tvm] masahi commented on pull request #7195: [THRUST] Faster multi dimensional argsort by segmented sort

2021-01-12 Thread GitBox
masahi commented on pull request #7195: URL: https://github.com/apache/tvm/pull/7195#issuecomment-759241934 Thanks @mbrookhart @trevor-m This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] masahi commented on pull request #7195: [THRUST] Faster multi dimensional argsort by segmented sort

2021-01-11 Thread GitBox
masahi commented on pull request #7195: URL: https://github.com/apache/tvm/pull/7195#issuecomment-758343079 @Laurawly @kazum This is ready to go, please have a look This is an automated message from the Apache Git Service.

[GitHub] [tvm] masahi commented on pull request #7195: [THRUST] Faster multi dimensional argsort by segmented sort

2021-01-04 Thread GitBox
masahi commented on pull request #7195: URL: https://github.com/apache/tvm/pull/7195#issuecomment-754199021 @mbrookhart I have a fast-path for one segment case, so the perf is the same between current / new. I'll update the condition to work for dimension other then two.