[GitHub] [tvm] vinx13 commented on pull request #9224: [WIP][TIR] Add support for 0-dim buffer

2021-10-13 Thread GitBox
vinx13 commented on pull request #9224: URL: https://github.com/apache/tvm/pull/9224#issuecomment-941277329 -- 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,

[GitHub] [tvm] vinx13 commented on pull request #9224: [WIP][TIR] Add support for 0-dim buffer

2021-10-12 Thread GitBox
vinx13 commented on pull request #9224: URL: https://github.com/apache/tvm/pull/9224#issuecomment-941738896 Overall LGTM, please address comments and get it merged soon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tvm] vinx13 commented on pull request #9224: [WIP][TIR] Add support for 0-dim buffer

2021-10-12 Thread GitBox
vinx13 commented on pull request #9224: URL: https://github.com/apache/tvm/pull/9224#issuecomment-941277329 given we have 0-rank support in TIR, we can remove these lines to directly lower to 0-rank TIR https://github.com/apache/tvm/blob/main/src/te/operation/create_primfunc.cc#L105-L109.