kevinthesun commented on pull request #7018: URL: https://github.com/apache/tvm/pull/7018#issuecomment-738342059
AFAIK cuda sort has several issues: 1. Performance is bad for large workloads. 2. Can't handle dynamic data shape well. 3. Can generate flaky result. There is no clear path to a solution to these problems. For now the best way is to let user turn on Thrust, when they want to compile sort related op on nvidia gpu. ---------------------------------------------------------------- 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]
