[GitHub] [tvm] masahi edited a comment on pull request #7303: [TOPI] Make cumsum IR reusable, add thrust scan

2021-01-19 Thread GitBox
masahi edited a comment on pull request #7303: URL: https://github.com/apache/tvm/pull/7303#issuecomment-763291062 @anijain2305 I added an empty tensor test in https://github.com/apache/tvm/pull/7303/commits/a6c740348282c2d13f22883e62c7c910b73ad8c2 OpenCL seems to have a problem

[GitHub] [tvm] masahi edited a comment on pull request #7303: [TOPI] Make cumsum IR reusable, add thrust scan

2021-01-19 Thread GitBox
masahi edited a comment on pull request #7303: URL: https://github.com/apache/tvm/pull/7303#issuecomment-763106769 1. Right now, inclusive scan can be supported by `exclusive_scan(data) + data`. I think that is fine for now, given that our scan IR is far from stable and we don't want to